MAX30100 component

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
BenR
Matrix Staff
Posts: 1739
http://meble-kuchenne.info.pl
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: MAX30100 component

Post 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?

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: MAX30100 component

Post 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

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: MAX30100 component

Post by jgu1 »

Hi Ben!

Will this MAX30100 added in FC9 too, look interesting?

Br Jorgen

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: MAX30100 component

Post by jgu1 »

Hi MM team!

Will this MAX30100 added in FC9 too, look interesting?

Br Jorgen

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: MAX30100 component

Post by BenR »

Hi Jorgen,

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

canary_wharfe
Posts: 78
Joined: Thu Dec 10, 2020 3:54 pm
Has thanked: 6 times
Been thanked: 11 times

Re: MAX30100 component

Post by canary_wharfe »

Thanks Ben

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

jgu1
Posts: 615
Joined: Thu Dec 03, 2020 8:25 pm
Location: Denmark
Has thanked: 507 times
Been thanked: 132 times

Re: MAX30100 component

Post by jgu1 »

Thank you Ben. Look forward to test. Have a nice weekend. :D

Jorgen

BenR
Matrix Staff
Posts: 1739
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 440 times
Been thanked: 603 times

Re: MAX30100 component

Post 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

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: MAX30100 component

Post 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

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: MAX30100 component

Post 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

Post Reply