MAX30101 & MAX32664 (Qwiic) not powering on

Hello,

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.

Thanks in advance.

Can you confirm with a multimeter or ampmeter that there is power being delivered to the board?

Hi Brandon, unfortunately I do not have these tools.

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.)

Please find the photos of my setup here:

https://drive.google.com/drive/folders/ … zo622O0DCR

Are your jumper pins soldered to the board at all?

I bought 2 of them, I soldered the other one and still no power. Does anything have to be done with the I2C?

Do you have pictures of the soldered unit?

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…

https://drive.google.com/file/d/1tTjmT9 … sp=sharing

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.

They were touching, should the LED’s at least be powering on though with just the 3.3V and GND soldered?

On the note of the MFIO pin being on the same row, I am aware and it was not connected down to the breadboard only leaning on it for this reason.

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.

Are the code examples on Github based on the Qwiic connector? Or will it activate the functions using the pin configuration?

Since this is a ‘hybrid’ configuration of sorts, it will need the extra pin connections outlined in the Hookup Guide (https://learn.sparkfun.com/tutorials/sp … are-hookup) along with the Qwiic connector.

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.

You should be able to find that info from both the Hookup Guide (https://www.sparkfun.com/products/15219) and the GitHub source files (https://github.com/sparkfun/SparkFun_Pu … ate_Sensor)