PDA

View Full Version : Some example of how to use the MAX30100 in PBP?



martintorres
- 2nd April 2020, 21:16
ING:
Some example of how to use the MAX30100 in PBP?
Any example of how to use the MAX30100 in PBP?
I am collaborating with a maker group (https://sites.google.com/a/educ.ar/eti/project-updates/proyectopvpv12opensourcecovid-19) that works on the COVID-19 issue, and we are needing to put together a tool for the doctors (oximeter) that allows them to see the saturation of the blood.
Can someone guide me? the idea is to work it with some low-end pic (16f627 / 628/88, etc etc) thanks


ESP:
Algun ejemplo de como usar en PBP el MAX30100?
Estoy colaborando con un grupo de maker que trabaja con el tema del COVID-19 , y estamos necesitando armar una herrmienta para los medicos (oximetro) que les permita ver la saturacion de la sangre.
Alguien me podra orientar? la idea es trabajarlo con algun pic de gama baja (16f627/628/88,etc etc) gracias

Ioannis
- 4th April 2020, 11:00
I think it is more cost preferable to buy a ready made device (I did):

https://www.banggood.com/search/pulse-oximeter.html?from=nav

Ioannis

martintorres
- 4th April 2020, 16:26
ING:
Good morning and thanks for responding ... In the midst of this crisis, your recommendation is complex. We specifically need to add that sensor to our project.

ESP:
Buen día y gracias por responder... En medio de esta crisis, es compleja tu recomendación. Específicamente necesitamos sumar ese sensor a nuestro proyecto.

Ioannis
- 4th April 2020, 18:19
I though you needed a stand alone device.

But if you need to make other machine is different matter.

The data sheet has all the info and I had a look. There are registers that need to be set and then others to read back. The chip even controls the current of the two LED's. Is not that simple I am afraid.

Ioannis

martintorres
- 5th April 2020, 13:30
exactly that's it; I did not find any topic as a guide, therefore I assume it is complex.
regards

richard
- 5th April 2020, 15:00
a quick look at an arduino lib for your chip reveals a fair bit of fp math and 32 bit variables too, all this done at 100hz sample rate.
its a tall order for those low spec pic chips mentioned
https://github.com/xcoder123/MAX30100