ESP-NOW with ESP32 EXPLAINED: Easiest Wireless Communication Between Boards (ESP8266 Compatible)

  Переглядів 188,538

Rui Santos

Rui Santos

День тому

For complete project details (schematics + source code), visit ► RandomNerdTutorials.com/esp-n...
Getting Started with ESP-NOW on ESP32 ► RandomNerdTutorials.com/esp-n...
Getting Started with ESP-NOW on ESP8266 ► RandomNerdTutorials.com/esp-n...
ESP-NOW is a fast connectionless communication protocol developed by Espressif that features short packet transmission and allows multiple boards to exchange data without using Wi-Fi.
Learn how to establish a two-way communication between two ESP32 boards using ESP-NOW. As an example, two ESP32 boards will exchange sensor readings (with a range in open field up to 220 meters ~ 722 feet).
This protocol also works with the ESP8266 NodeMCU board and we've tested the communication range between the two boards up to 140 meters (approximately 459 feet) in open field. In this experiment both ESP8266 on-board antennas were pointing to each other.
Like my page on Facebook:
/ randomnerdtutorials
Follow me on twitter:
/ ruisantosdotme
Subscribe for more projects like this!
bit.ly/subscribeRNT
#ESP32 #ESP8266 #IoT #Arduino

КОМЕНТАРІ: 165
@Corgitronics
@Corgitronics 4 роки тому
Great timing! I was just going to look into that for a project I'm hoping to start soon. Looking forward to the next video on this.
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
More projects on this subject coming soon
@wimalmanage
@wimalmanage 2 роки тому
‌Thanks a lot Rui. Happy to see a person like you. Your site is very interesting. I learned lot from you. Wish you all the best.
@tinkmarshino
@tinkmarshino 4 роки тому
very interesting I just stumbled on to your site by accident but I am rather glad I did.. I have been wanting to play around with my esp boards but just haven't really had the time to investigate them much.. I just popped onto your site and found that this is the place to come.. so I have subed up and will be pursuing your sites and gleaning all of your teaching very soon.. thanks for sharing what you have learned.. carry on..
@KevCoLabs
@KevCoLabs 6 місяців тому
Thank you for explaining this concisely and providing the code in your demo so we can experiment with it. Very much appreciated.
@cometmace
@cometmace 2 роки тому
Exactly the information I need for my project. Thank you.
@TJenga
@TJenga 8 місяців тому
I was trying to change the code to add about 4 push buttons to change 4 leds when pressed in addition to the sensor readings. Would you consider making a video over that?
@kimoymilo3700
@kimoymilo3700 4 роки тому
Amazing videos Rui, do you have a video about bluetooh low energy using esp32?
@FilmFactry
@FilmFactry 4 роки тому
Absolutely excellent. So, I haven't looked at the code yet. So, the incoming data, sensor data, on the receiver is just a variable? Can't wait to try this.
@WistrelChianti
@WistrelChianti 2 роки тому
Thanks! Very clear overview and explanation and nice test results. Out of interest, does ESPNOW work as an addition to wifi and bluetooth? Could all 3 protocols/radios be active at once? So for example, could I send control commands to an ESP32 via bluetooth, receive telemetry via wifi, and have it communicate with other ESP32's via ESPNOW all at the same time?
@onboard3441
@onboard3441 4 роки тому
How many esp now videos have I watched now... think you are the only one that actually says how to send data.. thanks. :)
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
You're welcome. I'm glad it was helpful!
@onboard3441
@onboard3441 4 роки тому
@@RuiSantosdotme with this video I managed yesterday to connect a m5stickc with env hat to an esp32 sending all temp, acc, gyro, humidity and heading flawlessly. Works brilliantly. Thanks again.
@middelbh
@middelbh 4 роки тому
Thanks a lot for your explanation! I just had a problem sending a string with a space between two words: all seems to go OK, ( sending and receiving) but the string is not received in the variable... what could be the cause?
@abbddullah
@abbddullah 7 місяців тому
Impressive my friend ... 🙃
@InterneteCoisas
@InterneteCoisas 4 роки тому
Hello Rui, As always, very interesting content. Greetings!
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Thanks!
@projecthivemind3239
@projecthivemind3239 4 роки тому
This is why I subscribe!
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Find the complete project details (schematics + source code) on my blog ► RandomNerdTutorials.com/esp-now-two-way-communication-esp32/ You might also like reading our Getting Started with ESP-NOW Protocol ► RandomNerdTutorials.com/esp-now-esp32-arduino-ide/ Getting Started with ESP-NOW on ESP8266 NodeMCU board ► RandomNerdTutorials.com/esp-now-esp8266-nodemcu-arduino-ide/
@longngo2418
@longngo2418 4 роки тому
Hi, Rui, how long the many ESP 8266 communicate together in ESP-NOW protocol ?Thanks for useful video
@partouelectric2353
@partouelectric2353 3 роки тому
Hi, Rui Thanks for your great video Your video is very close to my application. Is it possible to use it for audio streaming? I don't need high-quality audio Regards, Kazem
@deeksharahanoo5092
@deeksharahanoo5092 3 роки тому
This is a great project. I am actually trying to make communication between two esp32 with different message to be sent. I have seen your detail tutorial, just wondering about power supply thing for the working
@shakerileiwat4341
@shakerileiwat4341 4 роки тому
@Rui Santos you are a great , I love it ♥♥♥
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Thanks!
@gazzacroy
@gazzacroy 2 роки тому
cool stuff fella really good video thanks fella :)
@gg-gn3re
@gg-gn3re 4 роки тому
Does esp now allow you to lower transmission rates so you can get several km/miles like you can with other protocols?
@jaynottelling5892
@jaynottelling5892 4 роки тому
Espnow is great, I use it for my greenhouse sensors as they don't get WiFi. The hardest part I found was getting the data to my MQTT server while still listening for espnow data. I settled storing 10 readings, restart with WiFi squirt the data and repeat. I'd be very happy if you could do a follow up video showing a better way than I managed
@Adam-tk4fm
@Adam-tk4fm 4 роки тому
That's a pretty clever way of doing it if there's no way for both protocols to run at the same time
@ATS3788
@ATS3788 4 роки тому
Cool, That was what I'm looking for.
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
I'm glad it was helpful!
@ATS3788
@ATS3788 4 роки тому
@@RuiSantosdotme Actually you are a great guy doing wonderful Project. I'm just jealous
@jairoalbertoreyes
@jairoalbertoreyes 3 роки тому
Nice video, I'm making a project where I need to communicate multiple esp to one, and then send this data via Bluetooth to a cellphone. Is this protocol compatible with Bluetooth? Thanks
@vaibhavbhapkar8780
@vaibhavbhapkar8780 2 роки тому
thank you so much amazing video
@woolfy02
@woolfy02 Рік тому
That is still beyond what my brain can handle but its interesting! What brand ESP32 boards do you recommend?
@HedSiDee
@HedSiDee 8 місяців тому
thanks !!
@jpcme2002
@jpcme2002 4 роки тому
Ob Rui pelo teu excelente trabalho!
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Espero que tenha sido útil. Abraço, Rui
@muratturel
@muratturel 4 роки тому
Thanks for all your videos that have NO crazy shity music on the background.
@jesuscardona5184
@jesuscardona5184 4 роки тому
Excellent. Which is the difference between LORA and this protocol?.
@werachaisrisupinanont3353
@werachaisrisupinanont3353 4 роки тому
I really want like this ...thanks a lot
@avejst
@avejst 4 роки тому
Looking great Tanks for sharing
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Thanks for your feedback, I'm, glad it was helpful!
@mtraven23
@mtraven23 Рік тому
just learning about board to board communication....I think this can be done via bluetooth too...is the only advantage of wireless to have great range, or are there other reason? I ask because my project will have mutli boards just a few feet apart.
@krishnatiwari8028
@krishnatiwari8028 2 роки тому
Great video, but it could be much helpful if you showed connections of wire and the things to buy in description
@Ownedyou
@Ownedyou 4 роки тому
Love it!
@JKUAV
@JKUAV Рік тому
Hi a query, is ESPNOW a full duplex or half duplex communication
@TheOleHermit
@TheOleHermit 4 роки тому
Thanks for the ESP-NOW video. This looks like just what I need. But, I'm currently coding w/Python & microPython using MQTT. Can ESP-NOW be configured from within Python and replace MQTT? Okay, I'll RTFM. But, thanks for the pointer.😎
@piconano
@piconano 3 роки тому
Enjoyed your video very much. I wonder if I can use 4 ESP32 boards to make 2-way intercom 200 feet apart in a wooded area? I want to use the I2S along side ESP-NOW to accomplish this. Am I dreaming? PS: I can design and build Op Amp amplifiers and active filters to use in this project.
@WaschyNumber1
@WaschyNumber1 4 роки тому
Very cool video 👍
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Thanks!
@pkilo2811
@pkilo2811 4 роки тому
Great video..Can you implement ESP-NOW with Micropython?
@winters.innovative.solutions
@winters.innovative.solutions 4 роки тому
Rui, Great video!!! Can you make a super simple video/program, that has two esp32's controlling each others led's with a simple button on each device. And maybe how to expand it to 3 or 4 devices. Thank you very much.
@certified-forklifter
@certified-forklifter 4 роки тому
thank, very interesting
@AlexeyFyodorov80
@AlexeyFyodorov80 4 роки тому
Thanks a lot!
@saqibjaved1900
@saqibjaved1900 2 роки тому
Hi rui, can you plz make a video for controlling a servo motor over espnow based on soil moisture sensor reading from another esp board. Im stuck with this project. Everythingvworked fine but servo did not worked. Thanks
@valendorn
@valendorn 4 роки тому
I'm trying to find a project for a board ESP32 but I can’t find anything I need to do a radio control on the sticks of the joystick, can you help?
@jairogarcia1499
@jairogarcia1499 Рік тому
Hello, Rui, I have a quistion for you. I've implemented a one way communication with ESPNOW; I did it, but In one of my cases I've a problem. In normal cases, I have an output which have been activated only for 10ms and no problem, but one of them must be activated BUT no recive any new order in that 15s... as you "close" the communication reception events that you have it only that 15s.. Is there any way, that once you recive an order, start to work on your action, stop listening communication event for a while and them, when you finish, sart again to listen events? thanks
@hansdegroot652
@hansdegroot652 2 роки тому
Hi. Wil wifi still work when using esp now?
@raymondmichael4987
@raymondmichael4987 Рік тому
Two years latter, do you have a part two for this?
@user-mu1tc2ls6e
@user-mu1tc2ls6e 4 роки тому
hello i have problem solving difference between code for ESP32 and ESP8266. also where can i found sample code for two way multiple boards ( 5 boards)
@hedleyfurio
@hedleyfurio 4 роки тому
Thanks - clear and concise . Wonder why the pressure values are different with sensors at same altitude 😀
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
The humidity values are actual quite different, but that's why you should test multiple sensors to see which one gives you the most accurate readings
@hedleyfurio
@hedleyfurio 4 роки тому
Rui Santos thanks for reply . I use these sensors my airplane so guess for product each sensor has to be individually calibrated and then software offset inserted before shipping .
@eddymaue1291
@eddymaue1291 4 роки тому
with regard to the BMP280 I tested on 10 units and I noted minus 1% of errors. The test was done in a closed environment. however I was not interested in atmospheric pressure .. I should have ... on my next order I will pour ce qui est du BMP280 j'ai fait le test sur 10 unités et j,ai noté moins 1% d'erreurs. Le test a été fait dans un environnement clos. cependant je ne me suis pas intéressé à la pression atmosphérique.. J'aurais du ... à ma prochaine commande je le ferai
@melbryant4269
@melbryant4269 4 роки тому
hello! i want to know if it is possible to use an encryption algorithm or something if i want to secure the data that transmit between those two nodes???
@jairoalbertoreyes
@jairoalbertoreyes 3 роки тому
Hi, I have the same question, did you you find something related?
@bobbydowngrades
@bobbydowngrades 4 роки тому
Bluetooth does the same thing. SPP profile is both fast and reliable. You can setup a larger network with Bluetooth EDR and the speed of transmission is instant for a distance of say 30 meters through multiple walls. Not sure why so many new wireless types are being made when we have had Bluetooth 2.1 for so long. But fair play for making a video to show people and help publicise ESP.
@DSSlocksmiths
@DSSlocksmiths 2 роки тому
Because you can't have 20 devices all talking via Bluetooth to one device, and to all the others, at the same time.
@UserName-cb6jz
@UserName-cb6jz 5 місяців тому
​@@DSSlocksmithsPlus, the distance is larger with ESP NOW.
@FPChris
@FPChris 3 роки тому
So you have to put the mac address of the OTHER board into the .ino?
@jozefgoral6812
@jozefgoral6812 2 роки тому
What is max possible bit rate, between devices ? Is it possible to speed up bit rate in p2p connection ?
@machgt
@machgt Рік тому
Question. With the bi-directional communication, can I send one struct message from board A to board B and send a different struct message from board B to board A? Or do they have to both be formatted the same?
@machgt
@machgt Рік тому
Nevermind, I just got it working with 2 different struct's :)
@saajidthakur6027
@saajidthakur6027 2 роки тому
Thanks for your guidance Sir. How can install library to Arduino IDE by json link. I didn't found and explanation regarding this topic
@silentknife24
@silentknife24 2 роки тому
Dear Rui Santos I am trying to send flex sensor value which i am receiving serially from arduino uno i am able to read the serial values on ESP Master and able to read the values on ESP Client but they don't get updated over time everytime i have to press RESET button on master ESP to update to date values on Client side Please let me know if you can help it's urgent Best regards
@Ed19601
@Ed19601 4 роки тому
Interesting. I will see if i can combine it with regular wifi and if i can make it work on an esp8266
@pipercolt1963
@pipercolt1963 4 роки тому
Curious if you got both Wi-Fi and esp now working Simultaneously
@tracuettaxila
@tracuettaxila 4 роки тому
Thank you so much
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
You're welcome! Thanks for watching
@tracuettaxila
@tracuettaxila 4 роки тому
@@RuiSantosdotme actually I was waiting for it from a long time 😊
@uweri_3851
@uweri_3851 4 роки тому
awesome stuff. I'll try it soon. I get in trouble with amount of all my internet device connection in the MASH enviroment. These can be a solution. Combine a group of ESP devices in a group. But in these scenario I need one ESP in the group that can communicate with multiple ESP devices and a raspberry pi MQTT server at same time. Do you believe these is possible ?
@robk5969
@robk5969 4 роки тому
maybe try uart between master esp and the pi?
@donnytrisandi8862
@donnytrisandi8862 11 місяців тому
thank you for making the video, but I ran into a problem when I managed to make sure the recipient's MAC address was correct but the sender's serial monitor kept telling me that delivery failed. i can confirm the distance between ESP32 is very close. please help me, I'm dizzy.
@michaelbishton9439
@michaelbishton9439 4 роки тому
I am looking forward to an example of many-to-many devices. ESP_NOW seems like it only supports explicit data distribution; a known variable to a known (MAC address) device. What about a process like MQTT that distributes all information across any/all subscribers? How does ESP_NOW handle transmission collisions or message timing? Many thanks.
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Hi! Unfortunately ESP-NOW doesn't support some of those features and in my opinion MQTT will be more reliable. If you set this MAC Address: uint8_t broadcastAddress[] = {0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF}; Your ESP-NOW sender will broadcast your message (data) to all nearby ESP-NOW devices that can receive the same data structure.
@michaelbishton9439
@michaelbishton9439 4 роки тому
@@RuiSantosdotme You response, in conjunction with what Jay Nottelling said below, I was wondering... Can ESP-NOW and WiFi run simultaneously? If so, the ESPs can create proper MQTT strings that are passed out to all ESP-NOW devices that read the string into a variable and consume parts of the string as appropriate. The EXP32 running WiFi can bridge the MQTT string to the internet. You form the data one time as an MQTT message and use it across both communications methods. I'm sure I'm missing something...
@claudiobosco716
@claudiobosco716 Рік тому
Hi, i've a little problem... i'm not able to find the library esp_now.h !!! Can you help me ? Many thanks.
@viniciusnoyoutube
@viniciusnoyoutube 4 роки тому
Could you make a exemple where it is possible to alter the values of the variable through the webpage?
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Take a look at this guide: randomnerdtutorials.com/esp32-esp8266-thermostat-web-server/ Or this one: randomnerdtutorials.com/esp32-esp8266-input-data-html-form/
@omnianti0
@omnianti0 4 роки тому
mate you get a 12% hunidity diference betwwen the ten centineter of your desktop
@udoschmelmer8523
@udoschmelmer8523 3 роки тому
mate its called humidity
@TRCCtv
@TRCCtv 3 роки тому
11.13
@Abbici
@Abbici 3 роки тому
Good evening. This library is very very good... But two questions: 1) is possible one device can be bridge too? 2) I have throuble to transmission a structure message: If I use this example... after some time all data are stable except one: String type... myData.d. Why? @}-,-'--------- Gianfranco
@jettaglnegro
@jettaglnegro Рік тому
En español no tienes videos de este protocolo espnow... se puede esp32 con una esp8266
@kumarjha1729
@kumarjha1729 3 роки тому
Dear Sir, You have done great work. Still I have one doubt regarding Multiple transmitters and single receiver that>>>>>> I am getting the data from all transmitters with their ID. But want to achieve data sequentially. How to obtain data coming from 3 transmitter sequentially? Thanks.
@DSSlocksmiths
@DSSlocksmiths 2 роки тому
If you've got 3 sets of data just sort them and interpret them as different variables? Add a timestamp to the message at the sending end, perhaps? Or request the messages from the controller in the sequence you want? I don't understand the problem?
@ziomalZparafii
@ziomalZparafii 2 роки тому
What a huge difference on humidity from both sensors.
@zhoucrance2090
@zhoucrance2090 3 роки тому
Woow i was looking for this video for long time you are a live saver. Can i calculate distance between two those two and when it reaches 2 meters then beeps an alarm. Reply please i working on my final school project. Thank you!!
@ismzaxxon
@ismzaxxon 3 роки тому
No effective distance measurement is available on ESP_now
@viniciusnoyoutube
@viniciusnoyoutube Рік тому
Please, make a example of a remote control using ESP-Now.
@nagueshverlekar1834
@nagueshverlekar1834 4 роки тому
Hi sir, is there any external antenna connected to make it 220 meters?? When I tried I lost the signal at 50 metres.
@MucitPilot
@MucitPilot 3 роки тому
he says "we used onboard antennas" in the video which means they did not use any external ones.
@3dFirefly
@3dFirefly 2 роки тому
can ESP-NOW work on ESP-01?
@bm830810
@bm830810 4 роки тому
Can ESP Now work alongside traditional WIFI, for example each slave do its initialization and MAC address exchange via wifi and then switch to ESP now, for this the masters wifi should be always enabled
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
I think it should work, but I haven't tried it yet.
@eddymaue1291
@eddymaue1291 4 роки тому
this is doable ... The problem with Arduino is that everything is declared as global (public). It becomes simple if you wrap classes in different modes of communications. So what becomes public is the declaration of objects and in each of these objects you fill in the attributes specific to each mode of communication (espNow, Web, client, server and others). By using an interruption based on the clock in mili-seconds you scan your client, retrieve information and redistribute yourself according to your good wishes to whom it may concern . the only limit I know is the one you imposed on yourself cela est faisable ... Le probleme avec Arduino c'est que tout est déclaré comme global(publique) . Cela devient simple si vous encapsulé dans des classes les différents modes de communications. Alors ce qui devient publique c'est la déclaration d'objets et dans chacun de ces objets vous renseignez les attributs propre à chaque mode de communication (espNow, Web,client,server et autres). En utilisant une interruption basé sur l'horloge en mili-secondes vous scruter vos clients , récupérer l'information et vous redristibuer selon vos bons plaisires à qui de droit la seul limite que je connaisse c'est celle que vous vous imposé
@bm830810
@bm830810 4 роки тому
@@eddymaue1291 thanks for the response, how can you multiplex both ESP now and WIFI on the same 2.4GHz radio, don't WIFI need to be always available?
@electricalcoder3025
@electricalcoder3025 2 роки тому
when i tried practical communication of two esp boards using espnow i get only 15-20metre maximum range not a completely open area ,almost 2-3 walls were there between the two boards. I still dont understand how people claim to have range of above 200metres oin blogs and videos .Do you experience the same Santos?
@DSSlocksmiths
@DSSlocksmiths 2 роки тому
With foil backed plasterboard you'll get even less than that. But the clue is the walls. They stop radio waves.
@jipede
@jipede 4 роки тому
Very great
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Thanks!
@DocMicha
@DocMicha 4 роки тому
Very nice project, I know understand esp-now a bit more. Does this also work on the esp8266??
@chrisleech1565
@chrisleech1565 4 роки тому
not possible
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
The ESP-NOW protocol should work with the EPS82666, but we haven't tried this code on those boards (some of functions are probably slightly different)
@DocMicha
@DocMicha 4 роки тому
@@RuiSantosdotme Thank You
@eddymaue1291
@eddymaue1291 4 роки тому
@@DocMichayes it works for the esp8266 and you can mix
@DocMicha
@DocMicha 4 роки тому
@@eddymaue1291 Thanks, mixing was the 2nd question!!
@TOMTOM-nh3nl
@TOMTOM-nh3nl 3 роки тому
Thank You
@RuiSantosdotme
@RuiSantosdotme 3 роки тому
You're welcome!
@Ravewayvideos
@Ravewayvideos 4 роки тому
Novo seguidor aqui ... =)
@justinanderson9747
@justinanderson9747 3 роки тому
Does this have to come from github? I have a “simple esp now connection.h” in IDE but no espnow.
@daninwy2681
@daninwy2681 3 роки тому
clone the github repo for esp8266 rtos. It's in the examples directory when you clone it.
@forgiven_lightofficial3732
@forgiven_lightofficial3732 2 роки тому
Would I be able to use an lcd screen? How would I program that I'm totally new
@forgiven_lightofficial3732
@forgiven_lightofficial3732 2 роки тому
And can I run program with a menu controlling the other boards im gonna have 3 boards all with wifi related testing tools. Is it legal to run through other scripts and pick and pull portions?
@abdulraheemm5797
@abdulraheemm5797 3 роки тому
Is this function possible with esp8266 ????
@alejandrocaceres4379
@alejandrocaceres4379 Рік тому
Gran video por cierto lo hice en esp idf y la verdad no varian mucho las funciones
@lukaszpodgorski
@lukaszpodgorski 4 роки тому
Great :)
@princebanini
@princebanini 3 роки тому
Is esp now MQTT?
@silentknife24
@silentknife24 2 роки тому
Dear Rui Thanks for your great tutorial I'm trying to run this code on ESP8266boards and end up with the following error esp_now.h: No such file or directory while if i try to compile the same code by selecting ESP32 board I'm not getting this error Can you please help me out on this Regards
@silentknife24
@silentknife24 2 роки тому
SOLVED
@kaushalambasana7384
@kaushalambasana7384 2 роки тому
@@silentknife24 how, i am getting same error
@silentknife24
@silentknife24 2 роки тому
@@kaushalambasana7384 Hi kaushal it’s been long time i solved this but i still have the code and would be glad to share n help you out
@AdrianSchwizgebel
@AdrianSchwizgebel 4 роки тому
Wow that's very interesting! Do you know if ESP-NOW and a regular WiFi connection to a router can be done simultaneously?
@jamescullins2709
@jamescullins2709 4 роки тому
I tried to use this code on the ESP8266 Wemos D1 R1 but it would not compile. I changed the #include #include The above did not work I changed to the ESP32 D1 R1 below and it did compile. #include #include How do I make it work on the ESP8266? Thanks my friend.
@RuiSantosdotme
@RuiSantosdotme 4 роки тому
Please use the code for the right board. ESP32 with ESP-NOW Protocol ► RandomNerdTutorials.com/esp-now-esp32-arduino-ide/ ESP8266 NodeMCU board ESP-NOW ► RandomNerdTutorials.com/esp-now-esp8266-nodemcu-arduino-ide/ You might also need to modify some of the code (not only the libraries imported)
@YigalBZ
@YigalBZ Рік тому
Is there a way for the master to ask "who is out there" and get messages from all slaves near by? This is for the case the master is waking up, without prior knowledge of the MAC addresses of the sales.
@weerobot
@weerobot 4 роки тому
Cool...
@mohammadetek9772
@mohammadetek9772 4 роки тому
Can we make mesh network from esp 32?
@DSSlocksmiths
@DSSlocksmiths 2 роки тому
That's literally what this protocol is for.
@lukaszpodgorski
@lukaszpodgorski 4 роки тому
What od somebody set Mac and there are two devices with same address?
@mikeshaw9873
@mikeshaw9873 4 роки тому
MAC Addresses should be unique.
@saurabhshukla435
@saurabhshukla435 4 роки тому
if one slave how many master is connected ,and range of maximun slave and master;
@eddymaue1291
@eddymaue1291 4 роки тому
32
@sblantipodi
@sblantipodi 4 роки тому
can we have both ESP NOW and Wifi running simultaneously? I want to have an esp acting like a slave, receive the message from esp now, and then send it into an MQTT queue via wifi, is this possible?
@stevegables3303
@stevegables3303 3 роки тому
.
@bismahendra
@bismahendra 3 роки тому
How to send receive data between 2 board ESP32 over BLE?
@bismahendra
@bismahendra 3 роки тому
please make the tutorial
@namernum5692
@namernum5692 4 роки тому
How about communication with computer
@yasirali9190
@yasirali9190 3 роки тому
can we have same mac address for number of esp32 slaves
@PeetHobby
@PeetHobby 10 місяців тому
This seems to turn an eps32 into an nrf24, with a simplified protocol on 2.4 GHz.
@GeorgeOu
@GeorgeOu 4 роки тому
How quickly can you wake an ESP32 or ESP8286, send a message, and go back to sleep? This is critical for battery life.
@powil4ss
@powil4ss 4 роки тому
How exactly is this "safe"?
@ismzaxxon
@ismzaxxon 3 роки тому
Encryption option available in Library
WiFiManager with ESP32 - Stop Hard-coding WiFi Credentials!
54:58
DroneBot Workshop
Переглядів 562 тис.
CNC Machining Will Never Be The Same: This is Next Level
8:26
TITANS of CNC MACHINING
Переглядів 30 тис.
I Trapped Myself in a Box with Colored Smoke!
00:50
A4
Переглядів 14 млн
🤡 Путін принижується перед Токаєвим
00:56
Факти тижня
Переглядів 920 тис.
Was ist ESPHome? ESP32 & ESP8266?  - Grundlagen für Anfänger 💪
44:19
Using Keypads with Arduino - Build an Electronic Lock
28:17
DroneBot Workshop
Переглядів 215 тис.
How to add WiFi Control to any project || ESP32 Beginner's Guide
10:44
ESP32 Web page creating and updating
32:11
Kris Kasprzak
Переглядів 130 тис.
LoRa - Long-Range Radio for IoT | Arduino, ESP32, RPI Pico
1:07:58
DroneBot Workshop
Переглядів 270 тис.
GC9A01 Round LCD with ESP32 & Arduino
45:46
DroneBot Workshop
Переглядів 264 тис.
Introduction to ESP32 Board - Getting Started ( Step by Step)
14:49
Enjoy Mechatronics
Переглядів 43 тис.
ESP32 Walkie-Talkie: DIY Audio Magic
8:50
atomic14
Переглядів 97 тис.
MQTT Protocol with NodeMCU ESP8266 Tutorial
20:11
BINARYUPDATES
Переглядів 94 тис.
PCB Vertical Plugin
0:18
Highleap Electronic PCBA
Переглядів 5 млн
Vortex Cannon vs Drone
20:44
Mark Rober
Переглядів 10 млн
300 000 за🚀МОЩНЫЙ, Но МЕРТВЫЙ ноут из Китая. Ремонт cyberpowerpc tracer 7 EDGE. Нюансы китай ноутов.
46:12
ААНТ КОНТАКТ Сервис по ремонту техники в ЕКБ, СПБ
Переглядів 58 тис.
Секретная функция ютуба 😱🐍 #shorts
0:14
Владислав Шудейко
Переглядів 668 тис.
Infrared Soldering Iron from Cigarette Lighter
0:58
ALABAYCHIC
Переглядів 1,3 млн