Strange Behaviour Solo Gamecube Controller #27
-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
What voltage do you read on ESP32 VCC input ( 5V input LDO) with a multimeter? Sometimes cable extension are poor quality make sure you read 5V from the cable alone. Make sure VCC diode is not backwards. Pressing boot btn (IO0) will disconnect all controller ( except Xbox that one require shutdown via xbox btn) I could had a page for that someday when I rework the webcfg. |
Beta Was this translation helpful? Give feedback.
-
If LED flash that means the board reboot in loop probably the floating P2-P4 pins generate too much interrupt. Connect unused plug pin to 3.3v as described here: https://github.com/darthcloud/BlueRetro/wiki/BlueRetro-Cables-Build-Instructions#assembly-instructions-25 You would need a external usb 3.3V uart cable and connect it directly to TXD/GND of your ESP32 board to get the log to bypass USB power. |
Beta Was this translation helpful? Give feedback.
If LED flash that means the board reboot in loop probably the floating P2-P4 pins generate too much interrupt.
Connect unused plug pin to 3.3v as described here: https://github.com/darthcloud/BlueRetro/wiki/BlueRetro-Cables-Build-Instructions#assembly-instructions-25
You would need a external usb 3.3V uart cable and connect it directly to TXD/GND of your ESP32 board to get the log to bypass USB power.