I have been trying to establish a link that will feed sensor data into my com port via a Bluetooth uart bridge. I got my closest today by doing the following.
Load SDK10 (or 9) ble_app_hrs on a nRF 51 DK
Load SDK10 (or 9) ble_app_hrs_c on nRF dongle
In past examples (mainly this example and the uart example), all I can ever get to display in the com port (using putty) is the "Starting.." or some other initialization message.
This time putty displayed "Heart rate collector example", then, "Heart rate service discovered." Then it just repeats this message until I disconnect the DK. Which seems good, I'm at least getting some data into the com port. But, I thought this example was supposed to generate a simulated heart beat signal and send that data. Why do I only get "Heart rate service discovered" over and over? I would really like to replace that with say.. the output of my ADC.
I've used this example with a phone and I see a number there. Also I've got one running where I could get numbers into Master Control Panel.
Any help would be great. I don't know if my problem is that I'm not actually sending the data to the dongle via Bluetooth, or if the dongle isn't putting the received packets into the com port correctly.