T-vK / ESP32-BLE-Mouse

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

[Question] Can I use this with BLE-Keyboard? #46

Open WaGi-Coding opened 1 year ago

WaGi-Coding commented 1 year ago

Is there any way i can use this with BLE-Keyboard Project, without the need reconnect?

Basically i have a rotary encoder and want to use it to send VOLUME UP/DOWN commands & when switching the mode by pressing the button of the rotary encoder, switch into horizontal scroll mode.

If i understand correctly, i would need to disconnect and reconnect as the other device, or would there be a more comfortable way to do so?

So far i used HID-Project library via USB on a Arduino Micro, but want to move to an ESP32 and Bluetooth

Also i saw some issues about disconnecting and reconnecting not working and they have to soft reboot. So i guess my project is not possible that straight forward?