this example file implements a esp32 as slave that can communicate with another esp32 (as master)
this example file implements a esp32 as slave that can communicate with another esp32 (as master)
ESP32 master:
wired to ESP32 slave:
NOTE: it turned out to be very important to connect GND of both esp32 (just connecting them via USB to the same Computer is not enough!)
Find the code for the master here.