An Arduino Interactive Text Adventure Game library with an example game. This code will only work with Arduino Uno WIFI Rev 2
- Install the SerialToSerialBT example on ESP32 using instructions here: https://github.com/espressif/arduino-esp32
- If the flashing doesnt work try adding
--before no_resetinstead ofbefore default_reseton the esptool command - If it still fails while flashing try to cool down the board while flashing
- If the flashing doesnt work try adding
- Compile and flash
gameexample.cppeither by modifying and running thegameexample.shscript (for linux) or using Atmel Studio (for Windows) - After flashing is complete use an app on your phone like
Serial Bluetooth Terminalto find the device namedESP32testto interact with the project's text - Have fun!