Hello I am using central_hr_coded and peripheral _hr_coded nrf connect sdk examples to connect via bluetooth. My central device is the nrf52840DK and the peripheral is the nrf52840 dongle. currently when I run this code I see the following output after the device has connected:
"Heart Rate Measurement notification received:
Heart Rate Measurement Value Format: 8 - bit
Sensor Contact detected: 1
Sensor Contact supported: 1
Energy Expended present: 0
RR-Intervals present: 0
Heart Rate Measurement Value: 121 bpm"
This repeats over and over with the heart rate value increasing. I want to instead have the peripheral device send the rssi value for the connection in place of that increasing value, what changes do I need to make to that example to make that happen?
Thank you!