Proc ble connect to Heart rate sensor

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

software : Psoc Creator3.3

   

Sample code :BLE Heart rate sensor

   

Hardware :CY5671 Proc BLE Module, Mini Prog3, Heart rate sensor

   

 

   

I'd like to connect a pulse sensor to cy5671. A pulse sensor can output 0 and 1 digitally. I'd like to acquire bpm from its acquisition value. Where should a code be described? I want you to tell me.

0 Likes
1 Reply
HeLi_263931
Level 8
Level 8
100 solutions authored 50 solutions authored 25 solutions authored

Use a timer  and a count component to count how many pulses you get in one second. Or use just a counter, clocked by e.g. 10 kHz to measure how long a period of the pulse is.

0 Likes