cancel
Showing results for 
Search instead for 
Did you mean: 

BLE heart Rate data

Ranjeet Singh
Senior

RanjeetSingh_0-1692683763422.png

this is the example of BLE heart rate ,its working  and showing data on ST BLE Sensor app.The data that is taken in the program is raw .i want to print data of ADC channel .how i can assign the ADC channel data to the app or how i can replace the random data with adc channel data.?

3 REPLIES 3
Rufyida
Associate

Hi!

Did you figure out how to send the ADC data to the App?

yes,i have merge 2 program 

Rufyida
Associate

Can you please help me how you merged the two programs. 

I could enable the BLE on my board and the simulated data is getting displayed on the App. I have to send the value that is being calculated from my algorithm. 

I made changes in app_bluenrg_ms.c and added the data to be displayed instead of the simulated data. But the rest of the work happens in main.c. Therefore, I get the error that it does not recognize the variable that I have put in app_bluenrg_ms.c