ricardoquesada / bluepad32

Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW
https://bluepad32.readthedocs.io/
Other
503 stars 53 forks source link

xiao_esp32c3 bluepad not show anything in serial monitor after reset #101

Closed attaponaerospace closed 1 month ago

attaponaerospace commented 2 months ago

I tried to use xiao esp32c3 bluepad version to run example : controller. I had successful uploaded the code. I started serial monitor in arduino ide , then pressed reset button and nothing happened.

Even I also try such a simple code like

include < bluepad32.h>

ControllerPtr myControllers[BP32_MAX_GAMEPADS];

void setup() { Serial.begin(115200); Serial.printf("Firmware: %s\n", BP32.firmwareVersion()); }

void loop(){ }

Also nothing printing out

ricardoquesada commented 1 month ago

try this: https://github.com/ricardoquesada/bluepad32/issues/65#issuecomment-1987046804

if it doesn't help, please reopen the ticket.