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

nRF52840-dk BLE keyboard and Windows10

Hi,
we programmed the nRF52840-DK with ble_app_hids_keyboard demo (s140) and tested with different BLE keys under a Linux PC. It worked.
Tested the same configuration with some Win10 PC and the same BLE usb keys but didn't worked. Win10 doesn't see the "Nordic_Keyboard" device.
Is there any specific setup to work with Win10?
Thank you

Parents Reply
  • The mouse seem buggy on the type of HID reports it is sending, but at-least it is connecting ok.

    Can you post the driver info of one of the Bluetooth dongles that you are using. I am assuming that your Win 10 does not have built-in Bluetooth. Just for sanity's sake can you disable and enable Bluetooth when the dongle is inserted for flushing the Bluetooth name cache.

    Can do a full erase of the DK using the nrfjprog instead of the button press and reset as the example suggests (just to dodge around a possible bug in the code).

    Do you a spare DK board that you can setup as a sniffer ? We should be able to see the advertisement packets on the sniffer and be able to decide if the right packets are being sent by the keyboard HID example.
    (typically you need the appearance, flags and Service AD types)

    [Edited to add the AD Types that are usually needed for the Win 10 to see the keyboard]

Children
No Data
Related