Search found 2 matches
- Thu Mar 11, 2021 5:24 am
- Forum: General Discussion
- Topic: ESP32 connecting to MAX30003 ECG
- Replies: 4
- Views: 4191
Re: ESP32 connecting to MAX30003 ECG
The pins I use are GPIO 19 (MISO), 23 (MOSI), 18 (SCK), 5 (CS). There are no error messages but the pins are not sending signal to the microcontroller. I've tried changing the pins and the code as well, but nothing happens. When I move the project back to Arduino Uno, everything is working well.
- Wed Mar 10, 2021 12:46 pm
- Forum: General Discussion
- Topic: ESP32 connecting to MAX30003 ECG
- Replies: 4
- Views: 4191
ESP32 connecting to MAX30003 ECG
Hi guys, I'm currently working on a project detecting heart rate using MAX30003 Protocentral ECG Breakout sensor. When I tested the sensor using Arduino UNO it was working well. However, for connectivity reason I'm changing the MCU to ESP32 NodeMCU Devkit-1. I use the code from Protocentral library....