Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 879 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 879 Bytes

BabyMonitor

This project is being developed using max30100 and Freedom KL02

You will need download SDK to kl02 that can be generated using link -> https://www.nxp.com/support/developer-resources/software-development-tools/mcuxpresso-software-and-tools/mcuxpresso-software-development-kit-sdk:MCUXpresso-SDK?lang=en&lang_cd=en& Is necessary too MCUXpresso Version > 10.3

The tests codes are being deloveped in Python 3.7.

The theorical basis to develop this solution can be read here -> https://www.howequipmentworks.com/pulse_oximeter/

Max30100 link -> https://datasheets.maximintegrated.com/en/ds/MAX30100.pdf Freedom KL02 -> https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/freedom-development-boards/mcu-boards/freedom-development-platform-for-the-kinetis-kl02-family:FRDM-KL02Z

The basis code is pure C and uses CMSIS standard library.