Real-time health parameter tracking using Arduino + ESP8266, with cloud connectivity via Blynk IoT and biometric authentication.
Six core components work in tandem to measure, process, and communicate patient vitals in real time.
Sensor data flows from Arduino to ESP8266 over SoftwareSerial, then up to Blynk cloud — with API calls for AQI and pharmacy lookup.
Simulate different patient conditions — LED states, ECG trace, and serial output all update in real time.
The ESP8266 pushes live data to the Blynk app. Patients and caregivers can monitor vitals, check local air quality, and locate the nearest pharmacy — all from their phone.
The firmware checks these thresholds on every loop() iteration. Any deviation triggers the red LED and buzzer alert.
The ESP8266 writes sensor data to Blynk virtual pins every 5 seconds, with periodic API fetches for AQI and pharmacy data.