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

HID Mouse Example - Can't Pair with Windows 10

I want to run the HID Mouse and Keyboard examples on nRF51 Dongle. How I can configure it first, to connect with my PC via Bluetooth and second, to configure the GPIOs act like buttons, since the dongle doesn't have user programmable buttons.

I am also stuck with simple bluetooth connection - the nRF51 Dongle is not vissible to other devices. Is it possible to be a GATT Server (Master device) ?

I am using Keil with SDK 12.3.0

Parents
  • I don't see much point of using the NRF51 Dongle as a BLE mouse as you need to connect it to USB port.

    If you just want to test, I don't see any problem connect it to PC via BLE. Simply run the example in the SDK should work.

    The Dongle doesn't have a button, but there are some output pins 15-20 that you can use , you need to solder external buttons to them.

    Still, it's much easier to test using a nRF5 DK instead of the dongle

Reply
  • I don't see much point of using the NRF51 Dongle as a BLE mouse as you need to connect it to USB port.

    If you just want to test, I don't see any problem connect it to PC via BLE. Simply run the example in the SDK should work.

    The Dongle doesn't have a button, but there are some output pins 15-20 that you can use , you need to solder external buttons to them.

    Still, it's much easier to test using a nRF5 DK instead of the dongle

Children
Related