Comments on: MicroPython: ESP32 ESP-NOW Two-Way Communication https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Mon, 23 Feb 2026 21:42:50 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Jose I Salazar https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1163997 Mon, 23 Feb 2026 21:42:50 +0000 https://randomnerdtutorials.com/?p=171258#comment-1163997 Great tutorial, I implemented it with the esp32 M5NanoC6 using WiFi to setup via NTP the real time clock of the chip and a motion sensor to setup a night light that will only sense motion and turn the lights a selected time. It works great so far.
Un exemplo muy bueno. Lo hice usando un M5NanoC6 con WiFi, NTP y un sensor the movimiento para prender las luces en la noche a specific time. Muchas gracias.

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1093065 Thu, 04 Sep 2025 14:09:34 +0000 https://randomnerdtutorials.com/?p=171258#comment-1093065 In reply to George_S.

Hi.
You can use Wi-Fi at the same time.
I already did that using Arduino IDE.

I haven’t tried it using with MicroPython. But, I believe it should also work, but I’m not sure if there are any specific configurations that need to be made.

Regards,
Sara

]]>
By: George_S https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1092926 Thu, 04 Sep 2025 06:29:13 +0000 https://randomnerdtutorials.com/?p=171258#comment-1092926 In reply to Sara Santos.

with this protocol can the wifi still active on the board.
to send sent from on to another ESP32 than take this data threw the internet?
or this protocol block wifi on the board??

]]>
By: Chris https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1086514 Tue, 26 Aug 2025 10:53:34 +0000 https://randomnerdtutorials.com/?p=171258#comment-1086514 In reply to Chris.

Sorry, ignore me – I now see this tutorial is about a different comms protocol so my question is irrelevant!

]]>
By: Sara Santos https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1086496 Tue, 26 Aug 2025 10:24:50 +0000 https://randomnerdtutorials.com/?p=171258#comment-1086496 In reply to George_S.

Hi.
It depends on the surrounding environment and also on the ESP32 board models you’re using.
If you’re in open-field the distance you’ll be longer. With the ESP32 DevKIT DOIT, we got around 250meters.
If you’re in a city with lots of buildings, the distance will be shorter.
Regards,
Sara

]]>
By: George_S https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1085373 Sun, 24 Aug 2025 06:26:25 +0000 https://randomnerdtutorials.com/?p=171258#comment-1085373 What is the maximum distance between them to keep good communication

]]>
By: Chris https://randomnerdtutorials.com/micropython-esp32-esp-now-two-way/#comment-1084339 Thu, 21 Aug 2025 20:22:50 +0000 https://randomnerdtutorials.com/?p=171258#comment-1084339 Love this, I can already think of some great uses! Very clearly written as always.

How much extra work would it be to make this 2 way communication work with device 2 being in a remote location on another network?

]]>