No video

ESPNOW to Internet Gateway 🌎

  Рет қаралды 19,632

techiesms

techiesms

2 жыл бұрын

$2 for 1-4 layer PCBs;PCBA from $0(Free Setup, Free Stencil): jlcpcb.com/DYE
jlcpcb.store/
This video will guide you with how you can make your own ESPNOW to Blynk Gateway and I have also explained how data Is being transferred from ESPNOW to Blynk cloud.
To try out free trial version of Altium, click here - www.altium.com...
Code - github.com/tec...

Пікірлер: 61
@sameerg
@sameerg 2 жыл бұрын
Awesome, this is a combined project of json, blynk and ESPNOW 👍🏻👍🏻
@buddhimaamarasinghe9997
@buddhimaamarasinghe9997 2 жыл бұрын
Make more videos about ESP NOW. I learned a lot from your videos . Thanks
@techiesms
@techiesms 2 жыл бұрын
Already lined up 😉 Stay tuned…
@basictv1947
@basictv1947 2 жыл бұрын
You can use only one esp32 for espnow and sending data to cloud. There is no need of two esp32 for communication
@Maertaugh
@Maertaugh 2 жыл бұрын
I m agree with that. Why use 2 esp32 ?
@marcarleto79
@marcarleto79 2 жыл бұрын
There is some restrictions while using wifi and esp now: esp now must keep the same wifi channel and the router change it automatically but unfortunately esp now not. I'd like to use both for my projects, specially thinking OTA firmware updates. Do you have some solution or demo project to workaround this issues?
@venkateshgovindaiah5826
@venkateshgovindaiah5826 Жыл бұрын
@@Maertaugh When using only one esp32 module to switch between esp_now and wifi (lan) it will stop receiving data from other esp-now end devices (sensors modules). Imagine this scenario when there are many esp_now devices. Also every wifi routers (even the ones we use at home) are constantly switching channels. This is for security reasons and in response all wifi devices switch to the changed channel to match the router so they can continue to maintain active connections. To be connected to the wifi your ESP_NOW gateway device should be switching the channel appropriately to maintain active wifi connection with your home router. But EPS_NOW mandates that all esp-now (peers) devices/modules should be configured to use the same static channel. Well, if your router switched to a diff channel and yoru esp_now g/w did not, then there is no connection. This is why 2 esp32 modules are used here. 1 to act as a receiver/coordinator for all esp-now peer devices and the 2nd acts as a wifi gateway module to your home wifi network and the two modules are communicating over the RX2 and TX2 pins using UART. Hope this helps.
@funnyphony
@funnyphony Жыл бұрын
Great job bro best way of explanation and fully open no hidden work thanks bro
@nausoshetye1403
@nausoshetye1403 2 жыл бұрын
why use two on gateway cant we use only one esp for espnow and oled and blynk cloud
@khookengsuen1428
@khookengsuen1428 2 жыл бұрын
Hello @techiesms. I have two questions. 1. Can you use one ESP instead of two (ESP1 and ESP2) for the central connection between espnow and Blynk? So I don't have to use uart communication. Or will it interfere the ESP connection between espnow and Blynk cloud? 2. Is it possible that the data from ESP3 broadcast to ESP2 via ESP4 (assuming ESP4 does not use the data from ESP3)? I have a project with distance concern, so I'm afraid maybe ESP3 is too far away to send the data to ESP2. Not sure if ESP3 can send to ESP4 then to ESP2.
@dhruvloshali2621
@dhruvloshali2621 Жыл бұрын
I have question 1 too. Why did we need a dedicated ESP1?
@raymondmichael4987
@raymondmichael4987 7 ай бұрын
For question 1; It's doable, using one esp board to handle both espnow and blynk; but it's some what complex; because espnow need the channel to be fixed, like channel 4, but WiFi which access blynk is prone to changing fore instance when using one hotspot to another, that will cause not reliable espnow communication. But having one board handle espnow communication will allow it's channel to be fixed while allowing the other to be free roaming. for question 2; I think you better look for mesh network like topology,
@NiteshKumar-fg9qo
@NiteshKumar-fg9qo 2 жыл бұрын
can use other servers other than blynk server in your projects, you always use blynk servers.
@JamesWattMusic
@JamesWattMusic 10 ай бұрын
can you explain why 2 esp32 is needed in the gateway. Why cant esp32 receive the esp-now, and send to wifi all on 1 board?
@tareshgupta1095
@tareshgupta1095 5 ай бұрын
why do we need two esp32 on controller side? esp32 once connected with a blynkserver cannot utilize espnow and vicaversa?
@babuyokesh1196
@babuyokesh1196 2 ай бұрын
i have only two esp 32 can i use two for blynk gateway and use esp 8266 instead of other two esp32 conmected to sensor and relay
@marcodaddeo118
@marcodaddeo118 Жыл бұрын
Hello, but where can I find the wiring diagram of the board and then send it to pcb. Thank you very much and congratulations for the idea
@nagarava
@nagarava 2 жыл бұрын
You are using only espe32, why not mix with esp8266 and why not use memory card with espe32?
@smilekarthik
@smilekarthik 2 жыл бұрын
Great buddy, next level moving ahead
@babuyokesh1196
@babuyokesh1196 2 ай бұрын
the cooardinater esp program error : timer was not declared in this scope
@vedx
@vedx 2 жыл бұрын
A video which teaches how to create pcb diagram and soldering it.
@GuilhermeGomes2
@GuilhermeGomes2 8 ай бұрын
how is the energy consumption?
@rajeshpanigrahi9654
@rajeshpanigrahi9654 2 жыл бұрын
Cant we simultanosly connect one ESP32 to Internet network and broadcast to other ESPs the data received from the internet ?
@guatagel2454
@guatagel2454 2 жыл бұрын
Nice solution. Thank you!
@azmi1mohamedghazali434
@azmi1mohamedghazali434 2 жыл бұрын
I have try compile Coordiante sketch and error in the line "timer.setTimeout(2000, displayText); // One Shot Timer to display data on OLED", stated 'timer' was not declared in this scope.' Is there a missing variable not declared? TQ
@bkchang3151
@bkchang3151 Жыл бұрын
Awesome & Great works! By the way where can i buy the PCB?
@QasimAli-yo9dp
@QasimAli-yo9dp 10 ай бұрын
where is wiring diagram? kindly provide asap
@KartihkCg80
@KartihkCg80 2 жыл бұрын
Is it possible to make the same project on esp8266?
@pasinduelectronic1955
@pasinduelectronic1955 8 ай бұрын
We can use esp8266 bord ?
@marcarleto79
@marcarleto79 2 жыл бұрын
Thanks bro, I have some questions: 1) I know the wifi channel restriction to use wifi and esp now simultaneously, so that's the reason you're using two esp32 instead one for gateway, right? Do you know a solution to workaround this channel thing and then use only one esp32 as a gateway? 2) even using two esp32 as gateway and assuming this is a commercial solution, how to update the firmware for the other 3 esp32 (2, 3 and 4)? It is possible to use OTA for them? 3) Do you have something similar to this video but using esp rainmaker instead of blynk?
@charantejah3181
@charantejah3181 Жыл бұрын
Hi sir Can we transfer audio and video from one esp32 to another esp 32 through esp now protocol
@TechnoSAP
@TechnoSAP 2 жыл бұрын
Nice video sir 👍
@dragon-cu6cc
@dragon-cu6cc Жыл бұрын
Hello esp NOW AND BLYNK can you make ds18b20 sensor combi room thermostat
@gamersantai7796
@gamersantai7796 2 жыл бұрын
Hello sir, is it possible to use the esp-now protocol and the google firebase at the same time
@drelectronics13
@drelectronics13 2 жыл бұрын
Hope great projects in upcoming day's
@marinehm
@marinehm 2 жыл бұрын
Can this be accomplished without Blynk cloud? Raspberry Pi perhaps on the local network?
@TheSleepyCraftsman
@TheSleepyCraftsman 11 ай бұрын
How about a version without Blynk?
@krishnaghatol1391
@krishnaghatol1391 2 жыл бұрын
Can you please make an explainer video on what are and how to use Virtual Pins?
@aaronalquiza9680
@aaronalquiza9680 2 жыл бұрын
virtual pins are just channels that constantly update data. they're just observables in the cloud. you can use i think up to 10 virtual pins (paired with a data stream) per template in Blynk cloud, assigning a data type, min-max values, etc. your devices will subscribe to the virtual pin/channel (BLYNK_WRITE), and whenever data changes in the channel, the devices react via their handlers. and your devices can also write values to that channel (Blynk.virtualWrite()) and will update that virtual pin's value and rebroadcast the change.
@smilekarthik
@smilekarthik 2 жыл бұрын
Buddy I had a request about pcf8574T GPIO extender with all the pin state in default state. Pls. Help me
@joeborovina4769
@joeborovina4769 6 ай бұрын
outstanding thank you!
@pipopmaneejamnong1874
@pipopmaneejamnong1874 2 жыл бұрын
Thanks. It's awsome.
@ekramkhan3404
@ekramkhan3404 2 жыл бұрын
How to upload Esp 32 bin file to Esp8266??
@gnar-ninja
@gnar-ninja Жыл бұрын
hello sir, are you available for consultations? i have an esp based project i'd like to run by you
@santoshgurral66
@santoshgurral66 2 жыл бұрын
Why can't we connect all the esp directly to blynk? Why is the gateway esp needed?
@khookengsuen1428
@khookengsuen1428 2 жыл бұрын
Blynk has a limit for how many devices are connected to it. Also, the amount of data received by Blynk is another limitation.
@deepakyadav-kc3sg
@deepakyadav-kc3sg Жыл бұрын
Thanks!
@engbrunopozza
@engbrunopozza Жыл бұрын
trabalho extraordinario. parabens
@rajeshkumarj9623
@rajeshkumarj9623 2 жыл бұрын
Great video, Shall we make the same process in NodeMCU board(ESP8266) it has hardware serial as well right but not as ESP32. Will tell me the process if possible. I have tried but getting some errors in the code. Thanks in Advance...
@pasinduelectronic1955
@pasinduelectronic1955 8 ай бұрын
Found any solution
@elconicssuraj5686
@elconicssuraj5686 Жыл бұрын
Fantastic
@sanmeetsingh8219
@sanmeetsingh8219 2 жыл бұрын
Esp board kaha ce le sasta. Bina amazon k bulk me
@techiesms
@techiesms 2 жыл бұрын
Hum khud bechte h humari website se
@sanmeetsingh8219
@sanmeetsingh8219 2 жыл бұрын
@@techiesms web site ka naam kya hai. Actually maine aap ka channel kal subscribe kia hai. I like these type of projects.
@sanmeetsingh8219
@sanmeetsingh8219 2 жыл бұрын
@@techiesms rasberry pie b mil jaae ge
@techiesms
@techiesms 2 жыл бұрын
techiesms.com/components/
@aaronalquiza9680
@aaronalquiza9680 2 жыл бұрын
LET'S FUCKING GOOOOOOOOOOOOOO
@aleksandarzivkovic1792
@aleksandarzivkovic1792 Ай бұрын
please lose the annoying muzak
@gsvasanth9077
@gsvasanth9077 2 жыл бұрын
😍🔥😍😍💯🥳✨
@techhub7026
@techhub7026 2 жыл бұрын
Bro pls reply me
@techhub7026
@techhub7026 2 жыл бұрын
Monitor temperature augmented reality script is not working
ESPNOW mix with #ESP32 and #ESP8266
25:37
Programming Electronics Academy
Рет қаралды 37 М.
ПОМОГЛА НАЗЫВАЕТСЯ😂
00:20
Chapitosiki
Рет қаралды 25 МЛН
Look at two different videos 😁 @karina-kola
00:11
Andrey Grechka
Рет қаралды 11 МЛН
You’ve Never Seen WiFi Like This
20:43
Data Slayer
Рет қаралды 751 М.
ESP-Now Range Test: Real-World Results for ESP32 Devices!
8:01
ESP-NOW - Peer to Peer ESP32 Network
43:02
DroneBot Workshop
Рет қаралды 352 М.
The Hub 3 - an ESPNow to Wi-Fi / MQTT gateway
6:45
MrDIY
Рет қаралды 15 М.