I have been attempting to get the MAX30101 & MAX32664 to power on by connecting to the 3.3V and GND but there does not appear to be anything being received. I am wondering if this device can only be powered using the Qwiic connector? The documentation stated that my method should be possible. I am not sure if I am doing something incorrect here?
I am using an Arduino Uno and when I plug the 3.3V and GND from this board into other devices they power on just fine so it appears to be an issue with the pulse oximeter itself.
Can you host images of your setup, wiring, and setup on a third party site like Google Drive, Imgur, etc.? (We are experiencing a small bug with uploading attachments or pictures. I apologize for the inconvenience.)
I have added them to the Google Drive folder, I removed all but the 3.3V and GND thinking something might have been short circuited but still no sign of life…
Was all the other pins physically soldered or were just touching jumper wires or other probes, as the other pictures with the bread board seemed? If so, then those jumper wires aren’t making a stable connection for operation.
Also, to note, on the bread board picture two of those pins would be shorting each other being on the same row on the breadboard.
Unlike our other Qwiic boards this does not have a power LED indicator. The LED of the actual sensor only comes on during operation of specific functions.
I soldered all the pins again and there was still no power coming on, I applied a heat gun to the components and it came to life. I can now see information flowing in from the example code. I have another question, how would I go about getting the raw sensor data from each LED and printing it out? I tried using the readSensor function but it doesn’t seem to be working.