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

BLE HID Keyboard can not be used in win7

Hi Nordic:

        I want to consult one question about "BLE HID Keyboard". I am trying  to use the product---nRF52832 to make the "BLE HID Keyboard".

        Then I download the source "nRF5_SDK_12.3.0_d7731ad" from Nordic official website, and compiled the example---"ble_app_hids_keyboard" in Keil 5 without any modification.

       

       

       

        nRF52832 run the program successfully, and it can connect to android device and their communication is successfully.

       

        when it broadcast to win7 computer, the computer can scan it and make a connection. But I can not find any services or function in the "Nordic_Keyboard" 's equipment properties.

        So when the "Nordic_Keyboard"  device sends a report, win7 computer has no response.

        

        (left picture means Nordic_Keyboard was add to computer)     (right picture means computer can not find any BLE service in Nordic Keyboard)

      By the way, I buy a BLE4.0 Keyboard online and compare it with nRF52832 Nordic_Keyboard.  The test shows that BLE4.0 Keyboard can work well in win7 computer.

      So I want to know how to modify the code in "nRF5_SDK_12.3.0_d7731ad" to help nRF52832 Nordic_Keyboard work successfully in win7 ?

      Thank you !

Parents
  • Win7 does not have native support for BLE, so you need to install a driver for this to work with a BEL HID keyboard. Are you sure the other keyboard you are testing is the bluetooth low energy keyboard? And what drivers are you using?

    Also note that if you are just starting to use the nrf52832 for development I would recommend you use our latest sdk, v15.

Reply
  • Win7 does not have native support for BLE, so you need to install a driver for this to work with a BEL HID keyboard. Are you sure the other keyboard you are testing is the bluetooth low energy keyboard? And what drivers are you using?

    Also note that if you are just starting to use the nrf52832 for development I would recommend you use our latest sdk, v15.

Children
Related