This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Issue changing the frequency of heart rate update in heart rate Monitor Example App for nrf51 DK

Hi, I wanted o increase the frequency at which heart rate is updated. So I made the following change

 #define HEART_RATE_MEAS_INTERVAL         APP_TIMER_TICKS(300, APP_TIMER_PRESCALER) /**< Heart rate measurement interval (ticks)CHANGED from 1000 to 300. */

On the app (hrm nrf toolbox), I can see bpm updating faster but is there a way to updae the graph as well.It still plots value at 1 s interval.

Where else should I make a change?

Related