mfitzp / max30100

A Python library for the MAX30100 HR/Oximetry sensor.
46 stars 26 forks source link

Connection #1

Open RyuuzakiJulio opened 4 years ago

RyuuzakiJulio commented 4 years ago

Sorry for the noob question. 2 questions.

Would it work with a GY-MAX30100? If it would, where should I connect the pins to a RaspberryPi 4?

rajeshpanda commented 3 years ago

VIN and GND should be good (FIrst and Last). Find SDA and SLC pins for Raspberry 4 and connect MAX30100 SDA and SLC pins. I have a RPi 3b so SDA I2C is pin[2] and SCL I2C is pin[4]. Check you pin diagram. it should be same. No harm in trying.

rajeshpanda commented 3 years ago

I start pin count from 0. FYI.