- The application takes readings from Protocentral MAX30205 Body Temperature Sensor via Arduino UNO connected via Serial Port.
- The readings will be displayed on GUI built using customTkinter.
- Based on Body Temperature the application gives feedback via Database.
- Arduino UNO
- MAX30205 Body Temperature Sensor
- Buzzer
- LED
- Jumpers
- Breadboard
- Serial wires
- Arduino IDE
- customtkinter
- mysql.connector
- serial
Below are the ways you can connect components to Arduino UNO
-
Upload MAX30205_buzzer.ino program into Arduino UNO.
-
Run health.sql to create database
-
Run main.py
python main.py
-
A GUI build using Custom Tkinter pops up and database is connected
-
Now place your fingers upon the temperature sensor for 30-60 seconds.
Refer: 2.mp4
-
Once LED lights up and Buzzer makes sound your body temperature is recorded and based on body temperature feedback is extracted from database and given to you.
Refer: 1.mp4
For more understanding of the sensor refer the link below: