ESP-NOW with ESP32: Send Data to Multiple Boards (one-to-many)

Aim

To send data from one ESP32 to multiple ESP32 boards (one-to-many configuration) using ESP NOW.

Materials Required

  1. ESP32-3
  2. 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.