- controlled by a TTGO T-Display ESP32 board
- using a Nintendo Switch JoyCon controller
- uses BluePad32 platform as gamepad "host" on the ESP32
- this supports numerous other GamePads
- uses BluePad32 platform as gamepad "host" on the ESP32
- project uses Espressif IoT Development Framework with several "components" (not in this repository)
- Arduino
- BluePad32
- BluePad32-Aduino
- btstack
- cmd_nvs
- smc_system
To set up:
- install ESP-IDF v4.4
- export tools :
source esp-idf/export.sh
- add the above components into
/components/
dir idf.py fullclean
idf.py build
idf.py -p /dev/ttyUSB0 flash