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_reset
instead ofbefore default_reset
on 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.cpp
either by modifying and running thegameexample.sh
script (for linux) or using Atmel Studio (for Windows) - After flashing is complete use an app on your phone like
Serial Bluetooth Terminal
to find the device namedESP32test
to interact with the project's text - Have fun!