A new way to control your OLED Games on ESP8266 (Only the snake game as of now)
Copy the code from the repo for your Node MCU 1.0 ESP 8266 module then download the RoboRemo App on your mobileUsing the RoboRemo's UI creator you can now configure buttons to send a packet with your desired content i.e. you can set the value of what a button sends when pressed as a UDP packet
When you run the sketch for the first time you will find the Local IP and the port your Node MCU is workin on
Connect to UDP using the address and Port
Make 4 buttons on your UI and configure them as follows in the pressed field under the edit menu
- Up = 1
- Right = 2
- Down = 3
- Left = 4