Renuel Roberts
DIIDevHeads IoT Integration Server
•Created by Renuel Roberts on 10/18/2024 in #firmware-and-baremetal
No Pulse Detected Error in ESP32 Heart Rate Monitor with MAX30102
I am designing a heart rate monitor system using an
ESP32
microcontroller, tested on a breadboard setup
, to simulate the functioning of a pacemaker
. The system continuously monitors heart rate
using a pulse sensor (MAX30102
module) and triggers an alert
if the heart rate falls below or rises above specific thresholds (e.g., < 50 bpm or > 120 bpm
). However, I keep getting the error: "No pulse detected. Check sensor placement."
What could be causing this issue?
Here’s my code:
19 replies