mayaku2go

Results 8 comments of mayaku2go

I had the same problem and created just an account for this. Here is the solution: https://github.com/nkolban/esp32-snippets/issues/632 Open bleKeyboard.cpp and add the two lines to the onConnect() function. ``` uint8_t...

@vcchm My fault. Was the wrong function. I updated the code ^^

> Haven't tested it yet as I still don't understand BLE completely XD Maybe one of the developers are able to answer this question. It worked for me and I...

@vcchm You are right. Without the second desc->setValue(val, 2); the ESP32 isn't recognized as an HID Keyboard. Code is updated ^^

Here's the solution: https://github.com/T-vK/ESP32-BLE-Keyboard/issues/168#issuecomment-1399208029

This should help: https://github.com/mayaku2go/ESP32-BLE-Keyboard/releases/tag/v0.3.2b

Maybe this is helpful: [https://www.usb.org/sites/default/files/voice_command_usage.pdf](url) But only adding this value to the hidReportDescriptor isn't enough, I guess. I got the info above from here: [https://usb.org/sites/default/files/hut1_3_0.pdf](url)

Here is a complete tutorial about custom HID report descriptors: [https://eleccelerator.com/tutorial-about-usb-hid-report-descriptors/](url)