You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran the MAX30100_Tester and I'm going to paste the output down below
I filled in all the details of my setup down below
Description of the issue
we have RCWL-0531 (max30102) connected to arduino with the following wiring connection,
We stuck up with this block,
if (!pox.begin()) {
Serial.println("FAILED");
Output from MAX30100_Tester example
Initializing pulse oximeter..FAILED
Details of my setup
Vin-5V-arduino
Gnd-Gnd
SCL-4.7K pull up resistor to 5v and connected to A5 of Arduino
SDA-4.7K pull up resistor to 5v and connected to A4 of Arduino
INT-4.7K pull up resistor to 5V and connected to D2 pin of Arduino
Arduino hardware:
MAX30100 breakout: RCWL-0531
Arduino framework version: 1.6.9
MAX30100 library version: 1.2.1
Arduino Hardware: Uno
The text was updated successfully, but these errors were encountered:
Troubleshooting checklist
Description of the issue
we have RCWL-0531 (max30102) connected to arduino with the following wiring connection,
We stuck up with this block,
if (!pox.begin()) {
Serial.println("FAILED");
Output from MAX30100_Tester example
Initializing pulse oximeter..FAILED
Details of my setup
Vin-5V-arduino
Gnd-Gnd
SCL-4.7K pull up resistor to 5v and connected to A5 of Arduino
SDA-4.7K pull up resistor to 5v and connected to A4 of Arduino
INT-4.7K pull up resistor to 5V and connected to D2 pin of Arduino
The text was updated successfully, but these errors were encountered: