Aim
To send data from one ESP32 to multiple ESP32 boards (one-to-many configuration) using ESP NOW.
Materials Required
- ESP32-3
- Micro USB Cable-3
Wiring Diagram
Desired Outcome
We start receiving “Delivery Success” messages with the corresponding receiver’s MAC address in the Serial Monitor. If we remove power from one of the boards, we will receive a “Delivery Fail” message for that specific board. So, we can quickly identify which board didn’t receive the message.