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

nRF52832 BLE HID Mouse Win 10 Driver Error

test_ble_mouse_wo_bootloader.pcapngNordic_Mouse.pcapngconnect_to_phone.pcapngtest_ble_mouse_1.pcapngtest_ble_mouse.pcapngHoping someone here can help. The setup is a Sparkfun nRF52832 Breakout Board programmed with Arduino BLEPeripheral Library Example: "HID_test.ino" as is. Win 10 PC tries to pair for few seconds but then comes back with "Driver Error" and the connection is dropped. Had to remove the line bleHID.clearBondStoreData(); when using Arduino IDE to program as it overwrites something in the bootloader but even leaving it in and programming with nRF_go still get the driver error. Same PC pairs and works with a commercial BLE mouse. Tried to set up the ble_sniffer on another PC, followed user guide install verbatim, it sees the RSSI signal but not the local name so not sure if running Wireshark gives anything meaningful. Can connect using Master Control Panel but not sure how to interpret all the information it gives. Also tried running the ble_app_hids_mouse example using Keil MDK by modifying button and LED pin numbers for the PCA10040 board but could not get it to run past all the error checking in that program.

Sparkfun tech support, SF forum, Arduino forum, Github "issue" all no response. Saw a similar issue posted here where the problem was bonding but need help pursuing that.

Softdevice is s132_nrf52_2.0.0_softdevice.hex as per Sparkfun github page for the board.

Thank you to all for reading.

Related