This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Sending Function Keys using nrf52832 HID Keyboard

Hi, I need to use nrf52832 as HID keyboard and send function keys F1-F9 to computer. I have tired to run HID keyboard example in nrf5 SDK. How do I send function keys instead of ASCII codes of the letters? Thanks

Parents Reply
  • Hi,

    xhr0428 said:
    Is there any document to explain how report_map_data is determined?

    In BLE HID over GATT, the transport layer is closely coupled with USB HID. If you want to know more, I would recommend reading up on "usb descriptors" in general, on sites like "usb made simple" or "usb in a nutshell".

    If you look at a USB descriptor, they have a usage, and that usage can be looked up in the previously linked document.

    Kind regards,

    Håkon

Children
No Data
Related