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

Windows and HID

Hi,

I use SDK 12 softdevice 130 2.0.1

The example project of HID is running on my nrf51822 board, it is pairs with iPhone but the windows 7 write that the HID driver is not install correctly.

Any idea?

image description

Thanks.

Parents Reply
  • I just added a report for hid keyboard on ios.

    0x05, 0x0C,        // Usage Page (Consumer)
        0x09, 0x01,        // Usage (Consumer Control)
        0xA1, 0x01,        // Collection (Application)
        0x85, 0x02,        //   Report ID (2)
        0x15, 0x00,        //   Logical Minimum (0)
        0x25, 0x01,        //   Logical Maximum (1)
        0x75, 0x01,        //   Report Size (1)
        0x95, 0x01,        //   Report Count (1)
        0x0A, 0xAE, 0x01,  //   Usage (AL Keyboard Layout)
        0x81, 0x06,        //   Input (Data,Var,Rel,No Wrap,Linear,Preferred State,No Null Position)
        0xC0,              // End Collection
    
Children
No Data
Related