Hello, I'm using SFH 7072 Heart rate sensor with nRF52832 board , But i'm not getting actually heartrate, i'm getting like a 6-7 digit output , for that which calculation method i should to use.
thank you.
Hello, I'm using SFH 7072 Heart rate sensor with nRF52832 board , But i'm not getting actually heartrate, i'm getting like a 6-7 digit output , for that which calculation method i should to use.
thank you.
Hi,
You will have to look in the datasheet of your sensor device, to see what the expected readout is, and how to convert it to readable values.
What variables are you printing on the log? Could there be some issue with int vs. uint variable types, etc? Please post more of your code.
Best regards,
Jørgen
Hi,
You will have to look in the datasheet of your sensor device, to see what the expected readout is, and how to convert it to readable values.
What variables are you printing on the log? Could there be some issue with int vs. uint variable types, etc? Please post more of your code.
Best regards,
Jørgen