Тёмный

ESPNOW to Internet Gateway 🌎 

techiesms
Подписаться 138 тыс.
Просмотров 21 тыс.
50% 1

$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...

Наука

Опубликовано:

 

16 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 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…
@JamesWattMusic
@JamesWattMusic Год назад
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?
@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.
@nagarava
@nagarava 2 года назад
You are using only espe32, why not mix with esp8266 and why not use memory card with espe32?
@marcodaddeo118
@marcodaddeo118 2 года назад
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
@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 9 месяцев назад
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,
@nausoshetye1403
@nausoshetye1403 2 года назад
why use two on gateway cant we use only one esp for espnow and oled and blynk cloud
@babuyokesh1196
@babuyokesh1196 4 месяца назад
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
@funnyphony
@funnyphony Год назад
Great job bro best way of explanation and fully open no hidden work thanks bro
@marinehm
@marinehm 2 года назад
Can this be accomplished without Blynk cloud? Raspberry Pi perhaps on the local network?
@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
@tareshgupta1095
@tareshgupta1095 7 месяцев назад
why do we need two esp32 on controller side? esp32 once connected with a blynkserver cannot utilize espnow and vicaversa?
@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?
@NiteshKumar-fg9qo
@NiteshKumar-fg9qo 2 года назад
can use other servers other than blynk server in your projects, you always use blynk servers.
@rajeshpanigrahi9654
@rajeshpanigrahi9654 2 года назад
Cant we simultanosly connect one ESP32 to Internet network and broadcast to other ESPs the data received from the internet ?
@KartihkCg80
@KartihkCg80 2 года назад
Is it possible to make the same project on esp8266?
@gamersantai7796
@gamersantai7796 2 года назад
Hello sir, is it possible to use the esp-now protocol and the google firebase at the same time
@charantejah3181
@charantejah3181 2 года назад
Hi sir Can we transfer audio and video from one esp32 to another esp 32 through esp now protocol
@babuyokesh1196
@babuyokesh1196 4 месяца назад
the cooardinater esp program error : timer was not declared in this scope
@bkchang3151
@bkchang3151 Год назад
Awesome & Great works! By the way where can i buy the PCB?
@QasimAli-yo9dp
@QasimAli-yo9dp Год назад
where is wiring diagram? kindly provide asap
@gnar-ninja
@gnar-ninja Год назад
hello sir, are you available for consultations? i have an esp based project i'd like to run by you
@GuilhermeGomes2
@GuilhermeGomes2 10 месяцев назад
how is the energy consumption?
@dragon-cu6cc
@dragon-cu6cc Год назад
Hello esp NOW AND BLYNK can you make ds18b20 sensor combi room thermostat
@smilekarthik
@smilekarthik 2 года назад
Great buddy, next level moving ahead
@TheSleepyCraftsman
@TheSleepyCraftsman Год назад
How about a version without Blynk?
@smilekarthik
@smilekarthik 2 года назад
Buddy I had a request about pcf8574T GPIO extender with all the pin state in default state. Pls. Help me
@vedx
@vedx 2 года назад
A video which teaches how to create pcb diagram and soldering it.
@pasinduelectronic1955
@pasinduelectronic1955 10 месяцев назад
We can use esp8266 bord ?
@drelectronics13
@drelectronics13 2 года назад
Hope great projects in upcoming day's
@guatagel2454
@guatagel2454 2 года назад
Nice solution. Thank 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.
@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 10 месяцев назад
Found any solution
@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.
@ekramkhan3404
@ekramkhan3404 2 года назад
How to upload Esp 32 bin file to Esp8266??
@TechnoSAP
@TechnoSAP 2 года назад
Nice video sir 👍
@joeborovina4769
@joeborovina4769 8 месяцев назад
outstanding thank you!
@pipopmaneejamnong1874
@pipopmaneejamnong1874 2 года назад
Thanks. It's awsome.
@deepakyadav-kc3sg
@deepakyadav-kc3sg Год назад
Thanks!
@elconicssuraj5686
@elconicssuraj5686 Год назад
Fantastic
@engbrunopozza
@engbrunopozza Год назад
trabalho extraordinario. parabens
@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
@gsvasanth9077
@gsvasanth9077 2 года назад
😍🔥😍😍💯🥳✨
@aleksandarzivkovic1792
@aleksandarzivkovic1792 3 месяца назад
please lose the annoying muzak
@techhub7026
@techhub7026 2 года назад
Bro pls reply me
@techhub7026
@techhub7026 2 года назад
Monitor temperature augmented reality script is not working
Далее
Собираю Маню к осени ✨
00:48
Просмотров 975 тыс.
You’ve Never Seen WiFi Like This
20:43
Просмотров 966 тыс.
The Hub 3 - an ESPNow to Wi-Fi / MQTT gateway
6:45
Просмотров 16 тыс.
Forget WiFi! This Wireless Method is WAY Better?
12:14
Просмотров 638 тыс.
CAN Gateway: Monitoring Cars Wirelessly!
8:02
Просмотров 136 тыс.