sparkfun / SparkFun_MAX3010x_Sensor_Library

An Arduino Library for the MAX3015 particle sensor and MAX30102 Pulse Ox sensor
Other
219 stars 148 forks source link

MAX30102 reading amplitude ? #51

Open Klarnix opened 1 year ago

Klarnix commented 1 year ago

So, I'm currently using the MAX30102 pulse oximeter for a project. Can I just ask, as the "particleSensor.getRed()", or "particleSensor.getIR()" command, what is the output's amplitude of data is it? Volt? miliVolt? miliAmpère? Or some unit that I'm unaware of? Please help me & pardon for my poor choice of word.

metanav commented 1 year ago

Not sure but should be nA.

RaviDurbha commented 11 months ago

The output is ADC count you have to convert it into nA based on the ADC configuration available in data sheet.