raphnet / gc_n64_usb-v3

Gamecube/N64 to USB adapter firmware (3rd generation)
http://www.raphnet.net/electronique/gcn64_usb_adapter_gen3/index_en.php
GNU General Public License v3.0
42 stars 10 forks source link

Adding Bluetooth support? #9

Closed matakko closed 2 years ago

matakko commented 2 years ago

Hello awesome project!

I was wondering, Will it be possible to integrate an esp32 chip to send inputs via Bluetooth like this project https://github.com/NathanReeves/BlueCubeMod ?

I’m secretly dreaming of the ascii GameCube keyboard in Bluetooth ..

raphnet commented 2 years ago

It seems to me that rather than somehow linking an ESP32 to this project, it would make more sense to have the ESP32 drive the show completely (i.e. Use it's built-in IO to poll the Gamecube controller directly) since it probably powerful enough. But that's a completely different project.