T-vK / ESP32-BLE-Mouse

Bluetooth LE Mouse library for the ESP32 (Arduino IDE compatible)
724 stars 139 forks source link

ESP32 C3 Super Mini Issue #69

Open Roger2603 opened 5 months ago

Roger2603 commented 5 months ago

I'm encountering a peculiar issue with my project involving BLEMouse integration. Interestingly, the code works perfectly fine on an ESP32 board, but when I switch to an ESP32 C3 Super Mini board, I encounter a problem where the code stops executing after calling bleMouse.begin(); in the void setup() function.

I've thoroughly checked the hardware connections and confirmed that they are correct. Additionally, the BLEMouse library is compatible with both ESP32 and ESP32 C3 boards. Despite these efforts, I'm unable to pinpoint the exact cause of the problem on the ESP32 C3 board.

Has anyone else experienced similar issues when transitioning between different ESP32 boards? Any suggestions or insights into potential compatibility issues between the BLEMouse library and the ESP32 C3 board would be greatly appreciated.

Thank you for your help!