Posted on May 27, 2018 at 20:14 Hi, I'm using the BlueNRG-MS as HID peripheral and having trouble with the re-connection process. In order to reconnect with the central, I use directed advertising. The central recognize the slave and I get pa...
Posted on June 21, 2018 at 18:20 so I have download this version and run the example. What I see is that the on the first pairing everything works fine, but after I reset the board and try again, the device gets 'connected' in windows Bluetooth c...
Posted on May 30, 2018 at 20:59Hi,I'm looking in this exact same project. Lets examine the HID file hid_profile.c, for example the function Advertize() is calling another function HidDevice_Make_Discoverable which is linked to the compiled library P...
Posted on May 29, 2018 at 19:27Hi Again,The project you have mentioned is very bad. All the relevant code is hidden in the compiled library. It is worthless for writing production firmware.All I'm asking is a short pseudo code or sequence I should u...
Posted on May 28, 2018 at 18:58Hi,I don't want to use this example because it is based on a compiled closed library.I have mine own code which works fine, just the reconnection causing me problems.Regards,Yon