2023-08-21 11:00 PM - edited 2023-08-21 11:01 PM
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.?
2023-12-26 07:26 PM
Hi!
Did you figure out how to send the ADC data to the App?
2023-12-26 07:49 PM
yes,i have merge 2 program
2023-12-26 09:14 PM
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