Go to file
Nathan 611f710e1d added .gitignore 2019-04-29 04:43:04 -06:00
Firmware/BlueCubeMod added .gitignore 2019-04-29 04:43:04 -06:00
.gitignore added .gitignore 2019-04-29 04:43:04 -06:00
README.md Update README.md 2019-04-29 04:27:45 -06:00

README.md

BlueCubeMod

ESP32 based GameCube Controller Bluetooth conversion using BTstack

Mac/PC/PS4 supported (tested using Dolphin Emulator on Mac)

For Switch/RaspberryPi, use an 8Bitdo USB adapter

Wiring:

  • Connect pins 23 and 18 to GameCube controller's data pin (Red)

  • Connect GND to controller's ground pin (Black)

Build instructions:

ls /dev

  • Find your device on the list and copy it. It should look something like: /dev/cu.usbserial-DO01EXOV or /dev/cu.SLAB_USBtoUART

  • cd into project folder and run:

make menuconfig

  • Paste your port name into Serial Flasher Config -> Default Serial Port

  • Compile and flash the program, run:

make flash monitor