|
|
|
|
|
by jvm___
1226 days ago
|
|
So we want to build a simple game. Light up one tube out of 10. Ball needs to pass through tube. Once the ball has gone through another tube lights up. Goto step 1... More can be added to the game, but that's the starting basis. How would I coordinate the various ESP32? I'd need a raspberry pi, no? |
|
Using ESP32s connected via Wifi and MQTT to a host (Pi or something) would be the easiest way I can think of to coordinate that.
You could also go without a host, by having the ESP with the ball randomly choose another and send the command to it, and connect them all together with ESP-NOW which is direct P2P communication.