I am trying to setup 4 ESP32C3 using ESP-NOW and cannot seem to find the right combination to get them to work, I use the built in examples in Arduino IDE 2.3.2, under examples - ESP32 - ESPNow - ESPNow_MultiSlave_Master, for the master. And the examples - ESP32 - ESPNow -ESPNow_Basic_Slave for the 3 slaves, and I get them to talk, and send and receive packets to and from each other.
Found 6 devices
1: SlaveC3 [EC:DA:3B:AA:xx.xx] (-41)
6: SlaveC2 [EC:DA:3B:AA:xx.xx] (-91)
2 Slave(s) found, processing…
Processing: EC:DA:3B:AA:xx.xx Status: Already Paired
Processing: EC:DA:3B:AA:xx.xx Status: Already Paired
Sending: 7
Send Status: Success
Last Packet Sent to: ec:da:3b:aa:xx.xx
Last Packet Send Status: Delivery Success
Send Status: Success
Last Packet Sent to: ec:da:3b:aa:xx.xx
Last Packet Send Status: Delivery Success
But I am trying to get the master to work with a button that triggers the LEDs on the slaves. I realize this is probably very simple but I am new to this and don’t do well with coding. I have tried several examples that I have found online and on YouTube but still am struggling with this and would appreciate any help I could get.
TIA!