mirror of
https://github.com/NathanReeves/BlueCubeMod
synced 2024-12-03 22:42:28 -05:00
updated readme
+started modding resources folder
This commit is contained in:
parent
57e01f91ed
commit
bede946744
BIN
Modding Resources/GameCube Controller Pinout SideView.jpg
Normal file
BIN
Modding Resources/GameCube Controller Pinout SideView.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 881 KiB |
BIN
Modding Resources/GameCube Controller Pinout TopView.png
Normal file
BIN
Modding Resources/GameCube Controller Pinout TopView.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 814 KiB |
17
README.md
17
README.md
@ -3,9 +3,7 @@
|
|||||||
ESP32 based GameCube Controller Bluetooth conversion for Nintendo Switch
|
ESP32 based GameCube Controller Bluetooth conversion for Nintendo Switch
|
||||||
|
|
||||||
v1:
|
v1:
|
||||||
Mac/PC/PS4 supported (tested using Dolphin Emulator on Mac)
|
Mac/PC/PS4 supported (tested using Dolphin Emulator on Mac, for Switch/RaspberryPi, use an 8Bitdo USB adapter)
|
||||||
|
|
||||||
For Switch/RaspberryPi, use an 8Bitdo USB adapter
|
|
||||||
|
|
||||||
v2:
|
v2:
|
||||||
Switch support only - no adapter required
|
Switch support only - no adapter required
|
||||||
@ -15,6 +13,8 @@ Switch support only - no adapter required
|
|||||||
- Connect pins 23 and 18 to GameCube controller's data pin (Red)
|
- Connect pins 23 and 18 to GameCube controller's data pin (Red)
|
||||||
|
|
||||||
- Connect GND to controller's ground pin (Black)
|
- Connect GND to controller's ground pin (Black)
|
||||||
|
![alt text](Modding Resources/GameCube Controller Pinout SideView.jpg)
|
||||||
|
![alt text](Modding Resources/GameCube Controller Pinout TopView.png)
|
||||||
|
|
||||||
## Build instructions(v2):
|
## Build instructions(v2):
|
||||||
|
|
||||||
@ -40,3 +40,14 @@ Switch support only - no adapter required
|
|||||||
|
|
||||||
`make flash monitor`
|
`make flash monitor`
|
||||||
|
|
||||||
|
|
||||||
|
Resources used:
|
||||||
|
|
||||||
|
http://www.int03.co.uk/crema/hardware/gamecube/gc-control.htm
|
||||||
|
|
||||||
|
https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering
|
||||||
|
|
||||||
|
https://github.com/timmeh87/switchnotes
|
||||||
|
|
||||||
|
Thank you to [@Molorius]( https://github.com/Molorius ) for implementing the bluedroid Classic stack for esp
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user