Hello,
I'm developing a BLE HID keyboard with few buttons. I started with BLE SDK6 example "HID-Gamepad-digitizer", removed joysticks and digitizer functionality, changed the report descriptor to report as a keyboard. It works on Android. I have mapped 4 buttons to type letters a,b,c,d.
First question - it does not work on iOS (iphone 11). I can connect and pair, but that's it. When I try to type in the app (e.g. web browser) - it does nothing.
Second question - when I use it with android, I need to pair again after BLE device power cycle. What I need to do to make the device reconnect automatically after power cycle?
Hello Justinas Zet!I'm trying to make a bluetooth keyboard based on the "HID-Gamepad-digitizer" example, so that it sends the numbers 0, 1, 2, 3...9 to my smartphone (Android 4.4). Could you tell me what needs to be changed in the example to make it work as a keyboard?