ESP-NOW Protocol: Establishing Communication Between Two ESP32 Devices - How to Use It

แชร์
ฝัง
  • เผยแพร่เมื่อ 23 ม.ค. 2024
  • 📹 Description:
    In this tutorial, I'll guide you through the process of using the ESP-NOW protocol to establish seamless communication between two ESP32 devices. ESP-NOW is a powerful protocol designed for low-power, peer-to-peer communication, making it ideal for IoT projects and sensor networks.
    PCBWay - Special thanks to our sponsor, PCBWay, for supporting this tutorial. If you need high-quality PCBs for your projects, be sure to check out their services. www.pcbway.com/
    🤔 What is ESP-NOW?
    ESP-NOW is a communication protocol developed by Espressif Systems specifically for ESP8266 and ESP32 microcontrollers. It enables fast and efficient data transmission between devices without the need for a traditional Wi-Fi connection, making it perfect for scenarios where low latency and minimal power consumption are crucial.
    🔗Links:
    BOARD used in video: www.lilygo.cc/0cAg0r
    my CODE: github.com/VolosR/t-displayES...
    RandomNerd Tutorial: randomnerdtutorials.com/esp-n...
    ☕️ Support me on:
    KO-FI ko-fi.com/volosprojects
    PATREON: / volosprojects
    👍 Don't forget to subscribe, like, and hit the notification bell for more IoT and ESP32 tutorials!
    🙏 Special thanks to PCBWay for sponsoring this video!
    #esp32 #espnow #iot #arduino
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 88

  • @2000jago
    @2000jago 3 หลายเดือนก่อน +36

    Your GUI's are fantastic.

  • @thunderinvader9031
    @thunderinvader9031 3 หลายเดือนก่อน +12

    Your channel is a hidden gem! So glad that it got recommended to me by TH-cam

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      Thank you man, i am glad you are here.

  • @zyghom
    @zyghom 3 หลายเดือนก่อน +7

    tip: to avoid looking for MAC and recompilation for other modules, use fake MAC address instead of built in
    tip 2: on_sent() and on_receive() should be very fast commands (so no drawing) to avoid problems - better to set the flag in on_receive() and process it out of this callback function

  • @arlo4051
    @arlo4051 3 หลายเดือนก่อน +4

    Makes me want to dive into creating something that would use it ,like a weather station maybe. I love your subtle sense of humor. Thanks again for another informative video.

  • @michaelbishton9439
    @michaelbishton9439 3 หลายเดือนก่อน +10

    To date, I think your most informative and best presentations have been about demystifying sprites. But you always just showed the results on the screen and then just told people to look at your code. Now that you are explaining things, I suggest that you go back to explaining - and covering in an organized manner - how the display functions work. This would help us understand how to build more dynamic displays for areas like avionics, engines, and automation where we don't have fixed parameters.

  • @paragliding_fun
    @paragliding_fun 3 หลายเดือนก่อน +2

    Awesome, your tutorials and content about ESP32 and displays really rock! Keep it up!

  • @ldandco
    @ldandco 3 หลายเดือนก่อน +2

    That GUI is simply beautiful

  • @donaldkormos5529
    @donaldkormos5529 3 หลายเดือนก่อน +2

    Great video!!! I plan to use ESP32s and ESP-NOW to "connect" them on some model railroad projects. All the best ...

  • @alkhashtee
    @alkhashtee 3 หลายเดือนก่อน +1

    I am so lucky to find you here on TH-cam. Appreciate you

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      Tnx man, happy to have you here

  • @user-pg2ej4et8o
    @user-pg2ej4et8o 3 หลายเดือนก่อน

    Thanks again for sharing another great demonstration of the capabilities of these devices! Your GUIs are always inspiring! Your videos always fire my imagination!!

  • @dfn808
    @dfn808 3 หลายเดือนก่อน +2

    As usual, awesome video. Thanks for sharing 👍

  • @ivovass195
    @ivovass195 3 หลายเดือนก่อน

    Yes, great continuation from previous video, combined I believe one can have a simple esp32 device connected with sensors and send the readings to a second one with display. Definitely many possibilities for espnow. Thanks for sharing

  • @aaronr5675
    @aaronr5675 3 หลายเดือนก่อน

    Didn’t know about this protocol. Super cool and useful!

  • @so4706
    @so4706 3 หลายเดือนก่อน +1

    i need this coffee cup, too. great content by the way.

  • @floodplainnl
    @floodplainnl 3 หลายเดือนก่อน +8

    You sure have a talent making UI's look great!

  • @TYGAMatt
    @TYGAMatt 3 หลายเดือนก่อน

    Just started to play with ESP NOW. It's fantastic.

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Yes, it is easy to use and fun

    • @TYGAMatt
      @TYGAMatt 3 หลายเดือนก่อน

      @@VolosProjects yesterday built my first real life ESP NOW project. A remote control for a fan to control fan speed. It just switches relays to control the speed. Works perfectly! And the best bit was that chatgpt wrote all the code and it worked first time. Amazing ;-)

  • @davidrowe9168
    @davidrowe9168 3 หลายเดือนก่อน

    Very useful. I watch all your videos. Thanks!

  • @reinholdu9909
    @reinholdu9909 3 หลายเดือนก่อน +2

    Wanna' learn a german word: *"Spielkind"*
    _...but I seriously ❤the way you present your 🎨and the way you teach us fairly complicated stuff"_ 💯👍

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Thank you my friend.

  • @luisrey8986
    @luisrey8986 3 หลายเดือนก่อน +2

    Excelente como siempre! 👍🏻

  • @heatherryan9820
    @heatherryan9820 3 หลายเดือนก่อน

    I love your sense of humor, and I actually think that the first example that you made was great. Yeah, some people may say that that it is over-engineered, but I really like it.

  • @veedonfleece3694
    @veedonfleece3694 3 หลายเดือนก่อน

    very clear, as usual !
    Thankyou

  • @The22v10
    @The22v10 3 หลายเดือนก่อน +1

    Excellent video, straight and to the point, Subbed.

  • @Dave64track
    @Dave64track 2 หลายเดือนก่อน

    Just come across your channel great content have to give this a try I've been looking for something like this . I have subscribed looking forward to watching your other videos.

  • @nicoladellino8124
    @nicoladellino8124 3 หลายเดือนก่อน

    As always, a nice and useful video, THX.

  • @nikthefix8918
    @nikthefix8918 3 หลายเดือนก่อน

    Great video Volos! (again).

  • @62f100
    @62f100 3 หลายเดือนก่อน +3

    Great video !! Love to see a few more espnow examples. For me I want to take canbus info into main esp32 & send it out to 3 or 4 display with guages. Look at adafruit qualia 4" round for main display. Always look forward to your videos.

  • @digitald2007
    @digitald2007 3 หลายเดือนก่อน +2

    Your channel is seriously under-subscribed. Thank you for yet another informative and entertaining video. Cheers!

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Thank you, i hope there will be more subscibers in future. I gess i will need add more topics and work harder.

  • @jeffschroeder4805
    @jeffschroeder4805 3 หลายเดือนก่อน

    Your videos really espress (?) how much fun you are having. I find them very inspiring and have had success with most of your examples that I have tried.

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Tnx jeff, i try to have fun always. Glad you live examples.

  • @Technical_stuff86
    @Technical_stuff86 3 หลายเดือนก่อน

    Svaka cast legendo! sve pohvale 🍺

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      Hvala prijatelju.

  • @robertcloutier8839
    @robertcloutier8839 3 หลายเดือนก่อน

    Awesome tutorial. It gives me an idea for viewing the outside temperature.

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Yes this is good usage for ESP NOW. tnx

  • @SomeTechGuy666
    @SomeTechGuy666 2 หลายเดือนก่อน

    These things would make an excellent fitness watch.

  • @christianlingurar7085
    @christianlingurar7085 3 หลายเดือนก่อน

    thanks! cool! I got me a cardputer. very nice!

  • @Jackie-sg8es
    @Jackie-sg8es 3 หลายเดือนก่อน

    Very cool and great code explanation. I plan to use your M5 stack core 2 voltmeter code with a M5 stick (or Lilygo T display S3 pro) to remotely display readings from the core 2. With these videos and code that you’ve created, I am sure I can put it together or at least have fun trying. Thanks for all of this content.

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Good idea, remore voltmeter, great for solar projects. Have fun😀

  • @nimrodkerrett8506
    @nimrodkerrett8506 หลายเดือนก่อน

    Thanks for all you do. I learn a lot from you. One question: why do you do digitalWrite(15, 1) in setup?

  • @GeekArtisan
    @GeekArtisan 3 หลายเดือนก่อน

    Hi Volos,
    I stumbled upon your ESP NOW video recently, and I must say, your work and code are truly commendable! 👏👏 The clarity in your explanations made it so much easier for me to dive into this topic.
    I'm currently working on a project involving ESP NOW, and one concern I have is regarding heat generation during usage. Have you noticed any significant heating issues, especially during extended operation?
    Your insights would be incredibly valuable. Also, if you have any recommendations based on your experience, I'm all ears!
    By the way, I run a channel where I share my own projects, and I'm eager to showcase how your content has influenced my work. Would love to discuss this further if you're open to it.
    Thanks again for sharing your knowledge, and looking forward to more great content from your channel!
    Best regards,
    Creative Electronics Studio

  • @dainula
    @dainula 3 หลายเดือนก่อน

    your display work never dissapointing

  • @ioannismanousakas3040
    @ioannismanousakas3040 3 หลายเดือนก่อน

    Thanks for the nice videos! Any suggestions for self pairing interface?

  • @teebeeonline
    @teebeeonline 3 หลายเดือนก่อน +1

    fantastic!

  • @TheTriangle2012
    @TheTriangle2012 3 หลายเดือนก่อน

    Nice project as always ! I guess sometimes you will show us how to connect sender and reciever without hard coding MAC address. :)

  • @victor_glekler
    @victor_glekler 3 หลายเดือนก่อน +1

    You can also get the mac adress when you just upload any sketch (even with empty setup() and loop() functions). Just look at esptool messages that will be printed in terminal before the flashing begins. But also you can emulate any mac adress whitout using the hardware build in mac. The second option is to use broadcast mode, where you do not need a mac adress of receiver

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      thank you, yes you are right, i finded it. i will check brodcast mode , tnx again.

  • @jensgoerke3819
    @jensgoerke3819 3 หลายเดือนก่อน +1

    I'm thinking about a receipt printer connected to an ESP32 development module, printing a list of MAC addresses on a WLAN, with their corresponding IP addresses if available.

  • @dagarnenilssen
    @dagarnenilssen 3 หลายเดือนก่อน

    Crisp and clean UI as usually. In example; what Font Family is in file "mFont.h".

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      Name of font is Agency, i dont kniw family

  • @IvanVoras
    @IvanVoras หลายเดือนก่อน

    These are devices with the standard ESP32 module antennas? Did you test the range of transmission, at least in the open space?

    • @VolosProjects
      @VolosProjects  หลายเดือนก่อน +1

      in open spaca they are more than 100m , but walls reduce range drasticly.

  • @dookshi
    @dookshi 3 หลายเดือนก่อน

    Oh, and one more thing, how much current do these Lilygo gadgets draw with this particular screen drawn and no WiFi or BT enabled? If it's more than 100 mA, don't bother measuring but please guess freely on how much more, I won't hold your word for it... Thanks man, I appreciate it!

  • @gc9n
    @gc9n 2 หลายเดือนก่อน

    Hi VOLOS , QUICK Question.... can i use lcd_setRotation(1) ; sprite.createSprite(536, 240); inside the code and on runtime sometime to go back to lcd_setRotation(0) sprite.createSprite(240,536);
    i am trying to do it but the graphics are scrambled

    • @VolosProjects
      @VolosProjects  2 หลายเดือนก่อน

      i dont understand, which board you are using?

  • @mohamed-bana
    @mohamed-bana หลายเดือนก่อน

    What battey are you using and how did yoy connect it to the ESP32?

    • @VolosProjects
      @VolosProjects  หลายเดือนก่อน

      I am using 500mah 3.7 lipo battery, under this board is battery conector.

  • @minglv
    @minglv 3 หลายเดือนก่อน

    Compiling MyMacIS prompts error: Compilation error: 'ledcSetup' was not declared in this scope

  • @aaronkbutler
    @aaronkbutler 3 หลายเดือนก่อน

    What batteries do you use? What kind of battery life do they get?

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      iniside is 500 mah battery, i can get around 10 hours if BT,wfi are turned off and board is working on lower speed.

  • @cviki21
    @cviki21 หลายเดือนก่อน

    Hi, imam pitanje. Ja imam projekt Cocktail Mixera, upravlja ga ESP32 D1. Za kontrolu sam napravio WEB UI. Sad bi htio napraviti kontroliranje na daljinu pomoću drugog modula. Dali je to moguće?

    • @VolosProjects
      @VolosProjects  หลายเดือนก่อน +1

      Ako ti kažem dal dobijem koktel? :) Šalim se , pretpostavljam da je web interface izveden samo lokalno, ako zelis kontrolirati sa druge mreže mislim da ćem morati koristii neki oblak. Ja sam davno koristio Blynk, a dobar je i arduino IOT cloud. Iskreno namam bas iskustva sa ovakvim projektima ali nadam se da će ti ovo pomoći. Pozdrav.

    • @cviki21
      @cviki21 หลายเดือนก่อน

      @@VolosProjects ja se izvinjavam, ali ja sam budala i to žešća. Umjesto da napravim najjednostavniji način ja ga kompliciram. Sve treba biti na lokalnoj mreži tako da nema potrebe za cloud rješenjima. Danas sam shvatio da mi je najlakše staviti Push ili Touch Button i temeljiti operacije na tome koliko puta ga pritisnem. Hvala na odgovoru svejedno!

  • @richpeacock
    @richpeacock 3 หลายเดือนก่อน

    Sadly it won't work on a macbook air. TTGO T display driver loaded, device shows up in USB TREE>but it won't mount. So disappointing

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Hm thats weard, i never owned Mac, you can try reset board
      Connect the board via the USB cable
      Press and hold the BOOT button , While still pressing the BOOT button, press RST
      Release the RST
      Release the BOOT button

  • @ATS3788
    @ATS3788 2 หลายเดือนก่อน

    What is a pity ESP Now does not allow to communicate TCP/IP

  • @GoatZilla
    @GoatZilla 3 หลายเดือนก่อน

    the ESP-NOW libraries are riddled with bugs so don't be surprised when something spontaneously breaks on you.

  • @MaxSMoke777
    @MaxSMoke777 3 หลายเดือนก่อน

    It's just wifi, right? It's not LORA.

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน +1

      Not Lora, for lora we need aditional hardware

    • @nikthefix8918
      @nikthefix8918 3 หลายเดือนก่อน

      It uses the lower parts of the wifi stack - stripping off all the IP stuff.
      Very efficient and peer-to-peer.
      Much like the comms used when you have a 2.4GHz mouse/keyboard with a wireless USB dongle.
      Better than Bluetooth if you need range.
      Better than 433Mhz if you need reliable xfer with handshaking.
      Perfect for remote control if you like ESP.
      Very low latency.
      Simple coding.
      Ultra-low-power.
      250 bytes per packet but many packets can be sent per second.

  • @edriobranco
    @edriobranco 3 หลายเดือนก่อน +1

    Sup! Subtitles please.

    • @CrudelyMade
      @CrudelyMade 3 หลายเดือนก่อน

      subtitles are present for me. 2 options. [CC] button shows subtitles, but also going to the gear, turning on 'auto sub titles'... maybe this'll help. :-)

  • @NexonLAB
    @NexonLAB 2 หลายเดือนก่อน

    just subbed love your videos truly marvelous
    i want to start an arduino/electronics channel as you can tell by my username any tips :)
    i also wanted to ask if you have any tips on learning to code in
    the arduino ide

  • @OttarOpland
    @OttarOpland 3 หลายเดือนก่อน

    Excellent! You are one of my favornites on TH-cam. Always cool Projects and you always have the a nice relaxed Style. Keep up the good work! 👌🥸

    • @VolosProjects
      @VolosProjects  3 หลายเดือนก่อน

      Thank you, it is nice to hear that :)