Comments on: MicroPython: ESP-NOW with ESP32 (Getting Started) https://randomnerdtutorials.com/micropython-esp-now-esp32/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 13 Feb 2026 17:51:38 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Sara Santos https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1161589 Fri, 13 Feb 2026 17:51:38 +0000 https://randomnerdtutorials.com/?p=170305#comment-1161589 In reply to Roland hateau.

Hi.
Thanks for letting me know.
I probably cut those lines by mistakes when copy/paste the code for the explanation section.

I’ll fix the code.

Thanks

Regards,
Sara

]]>
By: Roland hateau https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1161338 Thu, 12 Feb 2026 16:16:14 +0000 https://randomnerdtutorials.com/?p=170305#comment-1161338 Hello,
MicroPython: ESP-NOW with ESP32 (Getting Started)
I created the One Way Communication application using 2xESP-WROOM-32 from ELEGOO.
The transmitter worked fine, but the receiver didn’t display the message in Thonny’s Shell.
After some searching, I found the following line in the code explanation for the receiver:

if msg:
print(f”Received from {host.hex()}: {msg.decode()}”)
This line is not in the receiver code!
After inserting this line on line 52, everything works perfectly. Hopefully, this is on the right place.
It’s probably a Printing error

Kind regards
Roland

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1161163 Wed, 11 Feb 2026 16:22:41 +0000 https://randomnerdtutorials.com/?p=170305#comment-1161163 In reply to Dusan.

Hi.
Can you tell me which lines you’re referring to so that I can fix the code?
Regards,
Sara

]]>
By: Dusan https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1160970 Tue, 10 Feb 2026 19:36:22 +0000 https://randomnerdtutorials.com/?p=170305#comment-1160970 Good evening.
Two lines were missing in the receiver code, which are listed in the “How the code works” section. In Shelly, it did not print the complete message.
Otherwise, perfect and thank you.

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1108390 Sat, 11 Oct 2025 09:21:47 +0000 https://randomnerdtutorials.com/?p=170305#comment-1108390 In reply to Ian.

Hi.
I’m not sure… Because ESP-NOW needs the Wi-Fi module on, I guess it won’t work.
But, try it out, and then, let me know.

Regards,
Sara

]]>
By: Ian https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1108304 Sat, 11 Oct 2025 04:01:44 +0000 https://randomnerdtutorials.com/?p=170305#comment-1108304 Thanks for the great tutorial.
Question. Is it possible to use the ESP32’s second ADC and ESPNOW at the same time? I know it can’t be used when WiFi is being used, but what about ESPNOW?
Thanks,
Ian

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1106569 Mon, 06 Oct 2025 17:27:43 +0000 https://randomnerdtutorials.com/?p=170305#comment-1106569 In reply to RileyG.

I don’t think so.
ESP-NOW is used to send small amounts of data, which is not the case for sending live video.
Regards,
Sara

]]>
By: RileyG https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1106502 Mon, 06 Oct 2025 16:03:06 +0000 https://randomnerdtutorials.com/?p=170305#comment-1106502 Would this work sending live video from an ESP32 Cam board?

]]>
By: Spack https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1097499 Mon, 15 Sep 2025 13:28:00 +0000 https://randomnerdtutorials.com/?p=170305#comment-1097499 It’s important to note that ESPNow.stats() runs on ESP32 only – not on a 8266.

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp-now-esp32/#comment-1080780 Mon, 11 Aug 2025 11:21:36 +0000 https://randomnerdtutorials.com/?p=170305#comment-1080780 In reply to Eugene Jose.

Hi.
It depends on the environment.
You’ll have to test it youself.
In open-field, next to the sea, we got a communication range of about 220 meters.

Regards,
Sara

Regards,
Sara

]]>