This project is based on the OttoDIYPython project and targeting to wireless control the OTTO using the WIFI capability on ESP32/ESP8266 development boards.
- Install Micropython firmware onto your microcontroller (recommend Wemos S2 mini)
- Upload these files on to the board (recommend Thonny)
- Run the main.py file from the REPL manually or just power up the OTTO (the main.py will be executed automatically)
- Connect your smartphone or computer to the AP (default SSID: OTTO_on_ESP) created by the ESP board
- Open the OTTO console page by visit http://192.168.4.1 in any web browser on your smartphone or computer that has connected to the OTTO.
- Click buttons on the OTTO console page to explore the moves implemented in OttoDIYPython project.