Open
Description
Hello. trying to make a Bluetooth mouse/keyboard for a Windows 10 PC and starting with the "HID_test" Example from the Arduino BLEPeripheral Library on a Sparkfun nRF52832 Breakout Board using only the mouse portion of HID_test for now. The PC sees "HID" local name and starts to pair but then after few seconds displays "Driver Error" and drops the connection. A commercial Bluetooth mouse pairs and works with the same PC however.
Also found the function:
bleHID.clearBondStoreData();
from HID_test conflicts with the nRF52832 Breakout Board bootloader so just using a J-Link to program the application for now.
Hoping someone might have some insight into that Driver Error ?