Shipped this project!
I’ve created a wireless Pong game that works without Wi-Fi by connecting two ESP32s using the ESP-NOW protocol.
The biggest challenge was overcoming input lag. I fixed it by making one ESP32 the ‘Master’ that processes all the logic, while the other acts as a ‘Slave’ that just receives data.
This was my first time using MicroPython and my first hardware project based on Python. I’m really proud of how it turned out because ESP-NOW isn’t commonly used, but it’s a super efficient way to communicate between devices. I definitely plan to use it again soon!