Every people can daily health check (temperature body, blood oxygen, hearth rate) in home by self, and mostly device is standalone.
so I have idea to make a portable hardware in every home to submit data online daily about body temperature, heart rate and blood oxygen. So Government can check where local people have abnormal condition.
Wiring Connection(Hardware)
MLX 90614 and MAX30100 have I2C communication, so in Arduino Nano use pin A4 & A5, Ultrasonic have pin trigger and echo connect to pin Digital 11, 12.
Arduino and AVR-IOT WG connect with Serial Communication
Prepare Programming (Software)for Arduino
First we can check i2c address to make sure that wiring can work, for software scanner i2c, use i2c scanner arduino
And make sure Ultrasonic sensor can working
Prepare Programming (Software)for AVR-IoTWG
This a first time use AVR-IOT WG From Microchip, I make video how to getting started with microchip's AVR-IoT WG Board
After my AVR-IoT WG can working perfectly, next step make free trial account in Google Cloud Platform (GCP).
- create new project in GCP and Enable billing for the project.
- Adding Device to Cloud
Note : Device ID can get from the file Click me, which will direct you to a browser link.
For programming AVR-IoT WG board I use MPLABX IDE, setting and install can read in document.
after create project, setting MCC (click MCC)
Data Standart from AVR-IoT WG Board in google cloud
other video ubout this project upload in youtube chaannel Sekolah Robot Indonesia
Comments