Page 1 of 1

How to get one ESP32 trigger another ESP32 to do some task ?

Posted: Wed Sep 04, 2019 6:51 am
by esp_pu
Hello,
I am planning to have one ESP32(MASTER) connected to another ESP32(SLAVE). Can I have such setup ?
If yes, how to get the master trigger the slave to do some task ?
Appreciate any leads or examples

Thanks

Re: How to get one ESP32 trigger another ESP32 to do some task ?

Posted: Wed Sep 04, 2019 1:18 pm
by Agree007
How are the 2 esp32 conneted?
UART, WiFi, Bluetooth or??
any way you will have to write the programs to run on the esp32s.

Re: How to get one ESP32 trigger another ESP32 to do some task ?

Posted: Thu Sep 05, 2019 5:00 am
by RoverDog
What do you want to achieve? Give us more details please.
You can connect two analog pins (and ground) together, set 1 pin to high and the other to low, check for state changes to trigger your task. Or you can setup a client server/server HTTP, and send data across. Or connect via serial ports to send data, or Bluetooth or Ethernet... :idea: