ESPNOW to Internet Gateway 🌎

  Переглядів 18,095

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/yt/techiesms
Code - github.com/techiesms/ESPNOW-t...

КОМЕНТАРІ: 58
@sameerg
@sameerg 2 роки тому
Awesome, this is a combined project of json, blynk and ESPNOW 👍🏻👍🏻
@funnyphony
@funnyphony Рік тому
Great job bro best way of explanation and fully open no hidden work thanks bro
@guatagel2454
@guatagel2454 2 роки тому
Nice solution. Thank you!
@smilekarthik
@smilekarthik 2 роки тому
Great buddy, next level moving ahead
@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…
@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
@joeborovina4769
@joeborovina4769 3 місяці тому
outstanding thank you!
@bkchang3151
@bkchang3151 Рік тому
Awesome & Great works! By the way where can i buy the PCB?
@engbrunopozza
@engbrunopozza 9 місяців тому
trabalho extraordinario. parabens
@deepakyadav-kc3sg
@deepakyadav-kc3sg 11 місяців тому
Thanks!
@drelectronics13
@drelectronics13 2 роки тому
Hope great projects in upcoming day's
@marcarleto79
@marcarleto79 Рік тому
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?
@elconicssuraj5686
@elconicssuraj5686 Рік тому
Fantastic
@pipopmaneejamnong1874
@pipopmaneejamnong1874 Рік тому
Thanks. It's awsome.
@TechnoSAP
@TechnoSAP 2 роки тому
Nice video sir 👍
@gamersantai7796
@gamersantai7796 Рік тому
Hello sir, is it possible to use the esp-now protocol and the google firebase at the same time
@charantejah3181
@charantejah3181 Рік тому
Hi sir Can we transfer audio and video from one esp32 to another esp 32 through esp now protocol
@rajeshpanigrahi9654
@rajeshpanigrahi9654 Рік тому
Cant we simultanosly connect one ESP32 to Internet network and broadcast to other ESPs the data received from the internet ?
@GuilhermeGomes2
@GuilhermeGomes2 5 місяців тому
how is the energy consumption?
@nausoshetye1403
@nausoshetye1403 2 роки тому
why use two on gateway cant we use only one esp for espnow and oled and blynk cloud
@tareshgupta1095
@tareshgupta1095 2 місяці тому
why do we need two esp32 on controller side? esp32 once connected with a blynkserver cannot utilize espnow and vicaversa?
@QasimAli-yo9dp
@QasimAli-yo9dp 7 місяців тому
where is wiring diagram? kindly provide asap
@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 Рік тому
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.
@marinehm
@marinehm 2 роки тому
Can this be accomplished without Blynk cloud? Raspberry Pi perhaps on the local network?
@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.
@JamesWattMusic
@JamesWattMusic 7 місяців тому
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?
@azmi1mohamedghazali434
@azmi1mohamedghazali434 Рік тому
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
@NiteshKumar-fg9qo
@NiteshKumar-fg9qo 2 роки тому
can use other servers other than blynk server in your projects, you always use blynk servers.
@vedx
@vedx 2 роки тому
A video which teaches how to create pcb diagram and soldering it.
@dragon-cu6cc
@dragon-cu6cc Рік тому
Hello esp NOW AND BLYNK can you make ds18b20 sensor combi room thermostat
@khookengsuen1428
@khookengsuen1428 Рік тому
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 3 місяці тому
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,
@pasinduelectronic1955
@pasinduelectronic1955 5 місяців тому
We can use esp8266 bord ?
@KartihkCg80
@KartihkCg80 Рік тому
Is it possible to make the same project on esp8266?
@nagarava
@nagarava 2 роки тому
You are using only espe32, why not mix with esp8266 and why not use memory card with espe32?
@smilekarthik
@smilekarthik 2 роки тому
Buddy I had a request about pcf8574T GPIO extender with all the pin state in default state. Pls. Help me
@gnar-ninja
@gnar-ninja Рік тому
hello sir, are you available for consultations? i have an esp based project i'd like to run by you
@rajeshkumarj9623
@rajeshkumarj9623 Рік тому
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 5 місяців тому
Found any solution
@ekramkhan3404
@ekramkhan3404 2 роки тому
How to upload Esp 32 bin file to Esp8266??
@TheSleepyCraftsman
@TheSleepyCraftsman 7 місяців тому
How about a version without Blynk?
@gsvasanth9077
@gsvasanth9077 2 роки тому
😍🔥😍😍💯🥳✨
@aaronalquiza9680
@aaronalquiza9680 2 роки тому
LET'S FUCKING GOOOOOOOOOOOOOO
@santoshgurral66
@santoshgurral66 2 роки тому
Why can't we connect all the esp directly to blynk? Why is the gateway esp needed?
@khookengsuen1428
@khookengsuen1428 Рік тому
Blynk has a limit for how many devices are connected to it. Also, the amount of data received by Blynk is another limitation.
@sanmeetsingh8219
@sanmeetsingh8219 Рік тому
Esp board kaha ce le sasta. Bina amazon k bulk me
@techiesms
@techiesms Рік тому
Hum khud bechte h humari website se
@sanmeetsingh8219
@sanmeetsingh8219 Рік тому
@@techiesms web site ka naam kya hai. Actually maine aap ka channel kal subscribe kia hai. I like these type of projects.
@sanmeetsingh8219
@sanmeetsingh8219 Рік тому
@@techiesms rasberry pie b mil jaae ge
@techiesms
@techiesms Рік тому
techiesms.com/components/
@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
Переглядів 32 тис.
Teenagers Show Kindness by Repairing Grandmother's Old Fence #shorts
00:37
Fabiosa Best Lifehacks
Переглядів 14 млн
Помилка,  яку зробило військове керівництво 🙄
01:00
Радіо Байрактар
Переглядів 402 тис.
одни дома // EVA mash @TweetvilleCartoon
01:00
EVA mash
Переглядів 4,8 млн
1 класс vs 11 класс (рисунок)
00:37
БЕРТ
Переглядів 4,1 млн
ESP-Now Range Test: Real-World Results for ESP32 Devices!
8:01
atomic14
Переглядів 102 тис.
The Hub 3 - an ESPNow to Wi-Fi / MQTT gateway
6:45
MrDIY
Переглядів 14 тис.
Home Automation W/O Router or Internet | Mesh Networking ♻️
7:48
Master ESP-NOW: Easy ESP32 Broadcast & P2P Communication Explained
10:34
Why Did I Pick Wi-Fi over ESPNow?
4:53
MrDIY
Переглядів 16 тис.
13 Brilliant IoT Projects!!! (2024 Edition)
10:25
ToP Projects Compilation
Переглядів 70 тис.
Why ESPNow is awesome - hint: ACKs & Retries!
5:20
MrDIY
Переглядів 17 тис.
Это новые российские SSD! Ну почти… 🙂
1:00
Самый глупый смартфон в мире #LightPhone
0:36
Vortex Cannon vs Drone
20:44
Mark Rober
Переглядів 13 млн