Is ESP-Now Master always transmitting?
Posted: Sun Sep 14, 2025 9:16 am
Is the ESP-NOW always transmitting? I have used the ESP-NOW 2-way communication example from the Arduino IDE and set up a basic send-reply-send using 2 ESP32. The code is not complete yet but much of it is done. What I'm trying to figure out is if the sender (Master) is always trying to communicate with the receiver and therefore always broadcasting? So if someone was able to, could they listen to the broadcast from the Master? The receiver/Slave is always listening, which makes sense, but it is listening for the MAC address ie not transmitting until the Master reaches out.