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

Поделиться
HTML-код
  • Опубликовано: 29 ноя 2024

Комментарии • 97

  • @2000jago
    @2000jago 10 месяцев назад +46

    Your GUI's are fantastic.

  • @thunderinvader9031
    @thunderinvader9031 10 месяцев назад +16

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад +1

      Thank you man, i am glad you are here.

    • @Conservator.
      @Conservator. 19 дней назад

      @@VolosProjectsYour channel is not so hidden anymore.
      Congratulations on 100k subscribers! 🥳

  • @arlo4051
    @arlo4051 10 месяцев назад +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.

  • @zyghom
    @zyghom 10 месяцев назад +10

    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

  • @ldandco
    @ldandco 9 месяцев назад +3

    That GUI is simply beautiful

  • @floodplainnl
    @floodplainnl 10 месяцев назад +10

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

  • @reinholdu9909
    @reinholdu9909 10 месяцев назад +2

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

  • @michaelbishton9439
    @michaelbishton9439 10 месяцев назад +11

    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.

  • @alkhashtee
    @alkhashtee 10 месяцев назад +1

    I am so lucky to find you here on RUclips. Appreciate you

    • @VolosProjects
      @VolosProjects  9 месяцев назад +1

      Tnx man, happy to have you here

  • @heatherryan9820
    @heatherryan9820 9 месяцев назад

    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.

  • @donaldkormos5529
    @donaldkormos5529 10 месяцев назад +2

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

  • @digitald2007
    @digitald2007 10 месяцев назад +2

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад

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

  • @paragliding_fun
    @paragliding_fun 10 месяцев назад +2

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

  • @Larry2cur
    @Larry2cur 2 месяца назад

    Excellent tutorial that answered several of my ESP-NOW questions. However, this and other ESP-NOW videos explain only limited or on-board functions. A future tutorial could demonstrate sketch, pin definitions and many-to-many links in which "work" is done based on signaling from multiple devices (not timer driven). E.g. conditional turning on and off LED's . Devices both receive and send signaling messages

  • @TYGAMatt
    @TYGAMatt 10 месяцев назад

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад

      Yes, it is easy to use and fun

    • @TYGAMatt
      @TYGAMatt 10 месяцев назад

      @@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 ;-)

  • @victor_glekler
    @victor_glekler 10 месяцев назад +2

    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  10 месяцев назад +1

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

  • @ivovass195
    @ivovass195 10 месяцев назад

    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

  • @62f100
    @62f100 10 месяцев назад +4

    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.

  • @dfn808
    @dfn808 10 месяцев назад +2

    As usual, awesome video. Thanks for sharing 👍

  • @jensgoerke3819
    @jensgoerke3819 10 месяцев назад +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.

  • @luisrey8986
    @luisrey8986 10 месяцев назад +2

    Excelente como siempre! 👍🏻

  • @marinehm
    @marinehm 5 месяцев назад

    I have watched many of your tutorials over the years. I have MANY questions about "ESP-NOW". I did a search and came across this video. How can I establish a 1-1 dialog so I can learn more about ESP-NOW? Thank you for your RUclips content! Very inspirational with ideas.

    • @VolosProjects
      @VolosProjects  5 месяцев назад

      Glad it was helpful! volos.marketing@gmail.com this is my business mail

  • @so4706
    @so4706 10 месяцев назад +1

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

  • @toddbrown-s2r
    @toddbrown-s2r 10 месяцев назад

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

  • @dainula
    @dainula 10 месяцев назад

    your display work never dissapointing

  • @The22v10
    @The22v10 10 месяцев назад +1

    Excellent video, straight and to the point, Subbed.

  • @k98killer
    @k98killer 3 месяца назад

    Methinks that the way to get MAC addresses for a real application will be to broadcast a beacon on start and then periodically. Any listener will then add the peer if the beacon packet was valid and the peer hadn't been added yet. Peers can then send their own beacon packets directly to the new peer.

  • @automatemefirst
    @automatemefirst 10 месяцев назад

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

  • @nimrodkerrett8506
    @nimrodkerrett8506 7 месяцев назад

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

  • @jeffschroeder4805
    @jeffschroeder4805 10 месяцев назад

    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  10 месяцев назад

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

  • @SomeTechGuy666
    @SomeTechGuy666 9 месяцев назад

    These things would make an excellent fitness watch.

  • @simontheuer3606
    @simontheuer3606 3 месяца назад +1

    Compilation error: invalid conversion from 'void (*)(const uint8_t*, const uint8_t*, int)' {aka 'void (*)(const unsigned char*, const unsigned char*, int)'} to 'esp_now_recv_cb_t' {aka 'void (*)(const esp_now_recv_info*, const unsigned char*, int)'} [-fpermissive]
    what does this mean?

  • @Technical_stuff86
    @Technical_stuff86 10 месяцев назад

    Svaka cast legendo! sve pohvale 🍺

  • @davidrowe9168
    @davidrowe9168 10 месяцев назад

    Very useful. I watch all your videos. Thanks!

  • @dagarnenilssen
    @dagarnenilssen 10 месяцев назад

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад +1

      Name of font is Agency, i dont kniw family

  • @Dave64track
    @Dave64track 9 месяцев назад

    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.

  • @robertcloutier8839
    @robertcloutier8839 10 месяцев назад

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад

      Yes this is good usage for ESP NOW. tnx

  • @TechPlayerBu
    @TechPlayerBu 10 месяцев назад

    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

  • @nicoladellino8124
    @nicoladellino8124 10 месяцев назад

    As always, a nice and useful video, THX.

  • @nikthefix8918
    @nikthefix8918 10 месяцев назад

    Great video Volos! (again).

  • @dejan.habijanec
    @dejan.habijanec 8 месяцев назад

    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  8 месяцев назад +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.

    • @dejan.habijanec
      @dejan.habijanec 8 месяцев назад

      @@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!

  • @ioannismanousakas3040
    @ioannismanousakas3040 10 месяцев назад

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

  • @Jackie-sg8es
    @Jackie-sg8es 10 месяцев назад

    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  10 месяцев назад

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

  • @veedonfleece3694
    @veedonfleece3694 10 месяцев назад

    very clear, as usual !
    Thankyou

  • @IvanVoras
    @IvanVoras 8 месяцев назад

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

    • @VolosProjects
      @VolosProjects  8 месяцев назад +1

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

  • @gc9n
    @gc9n 9 месяцев назад

    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  9 месяцев назад

      i dont understand, which board you are using?

  • @minglv
    @minglv 10 месяцев назад

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

  • @TheTriangle2012
    @TheTriangle2012 10 месяцев назад

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

  • @christianlingurar7085
    @christianlingurar7085 10 месяцев назад

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

  • @dookshi
    @dookshi 10 месяцев назад

    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!

  • @mohamed-bana
    @mohamed-bana 7 месяцев назад

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

    • @VolosProjects
      @VolosProjects  7 месяцев назад

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

  • @teebeeonline
    @teebeeonline 10 месяцев назад +1

    fantastic!

  • @aaronkbutler
    @aaronkbutler 10 месяцев назад

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад +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.

  • @NuggetsInclusive
    @NuggetsInclusive 11 дней назад

    what camera do you use?

    • @VolosProjects
      @VolosProjects  11 дней назад +1

      hello i use sony 6100 and 30mm sigma lens

  • @ATS3788
    @ATS3788 9 месяцев назад

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

  • @richpeacock
    @richpeacock 10 месяцев назад

    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  10 месяцев назад

      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

  • @MaxSMoke777
    @MaxSMoke777 10 месяцев назад

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад +1

      Not Lora, for lora we need aditional hardware

    • @nikthefix8918
      @nikthefix8918 10 месяцев назад

      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.

  • @GoatZilla
    @GoatZilla 10 месяцев назад

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

  • @jozefsoucik3115
    @jozefsoucik3115 3 месяца назад

    coffee joke...i liiiike

  • @edriobranco
    @edriobranco 10 месяцев назад +1

    Sup! Subtitles please.

    • @CrudelyMade
      @CrudelyMade 10 месяцев назад

      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 9 месяцев назад

    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 10 месяцев назад

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

    • @VolosProjects
      @VolosProjects  10 месяцев назад

      Thank you, it is nice to hear that :)