jmdmahdi / ESP32-USB-TO-BLE

This project involves the creation of a Bluetooth adapter using an ESP32, enabling wireless connectivity for USB keyboards and mice. By leveraging the ESP32's capabilities, users can effortlessly connect their input devices to various devices without the constraint of physical cables.
MIT License
40 stars 3 forks source link

Esp32 board v3.0.x compilation error #5

Open masyam02 opened 2 months ago

masyam02 commented 2 months ago

Hi jmdmahdi I've tried to make this project and i have some problems. I tried to upload the code but it kept showing some errors. Then i tried to install esp32 board v2.0.x and the code uploaded successfully. Before this i used esp32 board v3.0.x I tried to connect my esp32 to PC and it worked but my esp32 can't detect keyboard or mouse.

Thanks in advance