Heart Rate Monitor Sensor interface with Psoc 4.

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

cross mob
Anonymous
Not applicable

Is there any one who can help me to interface KY-039 fingertip heart rate monitor sensor with CY8CKIT-042. I tried it but I am not able to complete it.

0 Likes
1 Solution
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

You missed the #include <stdlib.h > for the itoa command and it was being flagged. I fixed this in your program.  The other program has a better signal path and I also added it to that program also.

View solution in original post

0 Likes
8 Replies
Anonymous
Not applicable

But this all are for BLE.

0 Likes
EmHo_296241
Level 5
Level 5
10 solutions authored 50 replies posted 25 replies posted

Hi,

What protocol does it use? I have seen in multiple occasions forums that this sensor is not recommended too.

0 Likes
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

Please post your code by selecting file and then create workspace bundle and attach the zip file to a new comment.

0 Likes
Anonymous
Not applicable

0 Likes
lock attach
Attachments are accessible only for community members.
Anonymous
Not applicable

!

0 Likes
lock attach
Attachments are accessible only for community members.

Something like that ?

0 Likes
lock attach
Attachments are accessible only for community members.
rola_264706
Level 8
Level 8
50 likes received 25 likes received 10 likes received

You missed the #include <stdlib.h > for the itoa command and it was being flagged. I fixed this in your program.  The other program has a better signal path and I also added it to that program also.

0 Likes