Page 2 of 3

Re: MAX30100 component

Posted: Wed Oct 19, 2022 3:33 pm
by BenR
Hi Stefan,

I have most of the parts in place now for the component to setup the sensor and read the raw data back. I've got a few more bits to add and testing to do, just need to find another hour to sit down with it again. Do you have a sensor there so you can help me test it?

Re: MAX30100 component

Posted: Wed Oct 19, 2022 3:40 pm
by stefan.erni
Hi Ben

Yes, I have a Sensor here, connected to a ESP32 Board and FC10 Beta running.
And time to test.
regards

Stefan

Re: MAX30100 component

Posted: Thu Oct 20, 2022 3:31 pm
by jgu1
Hi Ben!

Will this MAX30100 added in FC9 too, look interesting?

Br Jorgen

Re: MAX30100 component

Posted: Wed Oct 26, 2022 6:56 pm
by jgu1
Hi MM team!

Will this MAX30100 added in FC9 too, look interesting?

Br Jorgen

Re: MAX30100 component

Posted: Thu Oct 27, 2022 9:40 am
by BenR
Hi Jorgen,

Yes I'll try and get this one over the line today.

Re: MAX30100 component

Posted: Thu Oct 27, 2022 2:11 pm
by canary_wharfe
Thanks Ben

Really appreciate the effort. Hopefully another big step forward in the Flowcode component arsenal.

Re: MAX30100 component

Posted: Fri Oct 28, 2022 6:25 am
by jgu1
Thank you Ben. Look forward to test. Have a nice weekend. :D

Jorgen

Re: MAX30100 component

Posted: Fri Oct 28, 2022 3:43 pm
by BenR
I've pushed a fairly simple version to the v9/v10 update systems now.

I hope to do more testing in future and also generate some examples to show monitoring heart rate and blood oxygen levels.

Basic program should include.

Code: Select all

Initialise()
Loop Forever
  Count = Update()
  Loop Count times
    Red = ReadRed()
    IR = ReadIR()
    ...
  Loop Count End
  ...
Loop Forever End

Re: MAX30100 component

Posted: Tue Nov 01, 2022 8:46 am
by stefan.erni
Hi Ben

On FC10 it's not working. I can not set the red ligth on or read a signal.

regards

Stefan

Re: MAX30100 component

Posted: Wed Nov 02, 2022 7:48 am
by stefan.erni
Hi Ben
The same on FC9
On FC9 it's not working. I can not set the red ligth on or read a signal.
I use a ESP32

regards

Stefan