Hi folks,
Im trying to run the heart rate collector from a Visual Studio application and I have some communication issues with the connectivity device. I use a nRF52 Dongle running the firmware downloaded by the nRF Connect BLE app (4.1.1, sd api 3, from what I can see in the log printouts from nRF Connect). I run on a Macbook in Parallels (a VM), but nRF Connect works as expected, so I guess my application should work as well.
pc-ble-driver is installed using vcpkt, and should be the same version:
nrf-ble-driver:x86-windows 4.1.1-2 BLE driver is a library for Bluetooth Low Energy...
The only modifications I´ve made to the heart rate collector example is changing the include statements (to point out header files in sd_api_v3), adding defines NRF_SD_BLE_API=3 and _CRT_SECURE_NO_WARNINGS and enabling debug printouts.
These are the debug printouts:
What I´ve come up with so far (and where I got stuck on my real application as well) is that the device never responds tosd_ble_enable. This because the asio serialport reports that the operation was aborted. Perhaps my dongle resets for some reason? Any thoughts?
// Henrik