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?
MAX30100 component
-
- Matrix Staff
- Posts: 1926
- http://meble-kuchenne.info.pl
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 501 times
- Been thanked: 684 times
Re: MAX30100 component
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 997
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
Re: MAX30100 component
Hi Ben
Yes, I have a Sensor here, connected to a ESP32 Board and FC10 Beta running.
And time to test.
regards
Stefan
Yes, I have a Sensor here, connected to a ESP32 Board and FC10 Beta running.
And time to test.
regards
Stefan
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 501 times
- Been thanked: 684 times
Re: MAX30100 component
Hi Jorgen,
Yes I'll try and get this one over the line today.
Yes I'll try and get this one over the line today.
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Posts: 86
- Joined: Thu Dec 10, 2020 3:54 pm
- Has thanked: 6 times
- Been thanked: 11 times
Re: MAX30100 component
Thanks Ben
Really appreciate the effort. Hopefully another big step forward in the Flowcode component arsenal.
Really appreciate the effort. Hopefully another big step forward in the Flowcode component arsenal.
-
- Matrix Staff
- Posts: 1926
- Joined: Mon Dec 07, 2020 10:06 am
- Has thanked: 501 times
- Been thanked: 684 times
Re: MAX30100 component
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.
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
Regards Ben Rowland - MatrixTSL
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
Flowcode Online Code Viewer (Beta) - Flowcode Product Page - Flowcode Help Wiki - My YouTube Channel
-
- Valued Contributor
- Posts: 997
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
Re: MAX30100 component
Hi Ben
On FC10 it's not working. I can not set the red ligth on or read a signal.
regards
Stefan
On FC10 it's not working. I can not set the red ligth on or read a signal.
regards
Stefan
-
- Valued Contributor
- Posts: 997
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 190 times
- Been thanked: 217 times
Re: MAX30100 component
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
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