Oximeter Monitor

by Gustavo Eismann


Tools

free



This application is a tool to help students, and anyone that enjoys electronics in general, to visualize heart rate and blood oxygen data measured by a MAX30100, MAX30102, or any other similar sensor, interfaced with any microcontroller capable of being paired via Bluetooth.For the application to understand the information sent by the desired microcontroller, the message containing the heart rate and blood oxygen must follow the format below:"(int)hr_value,(int)spo2_value,n"For example:"74,96,n"Tests were successfully made with an ESP32 microcontroller, but the system should work with any other device with Bluetooth available, given the correct sent string message format.Developed by Gustavo Eismann.If you have any suggestions, or any complaints, please feel free to contact me:[email protected]