Affordable Arduino Device for Monitoring Smoke Humidity and Vital Signs for Asthmatic Patients
- Arvie chopra
- Jan 24
- 3 min read
Updated: Feb 5
Asthma and respiratory conditions require constant vigilance to avoid triggers that can worsen symptoms. Smoke and high humidity often aggravate breathing difficulties, while monitoring vital signs like oxygen saturation and heart rate helps track health status. A simple, affordable Arduino-based device now offers a practical solution by measuring smoke levels, humidity, and vital signs all in one compact unit. This device provides clear, easy-to-understand alerts to help asthmatic patients and others stay safe and informed about their environment and health.

V1 Prototype
How the Device Works
This Arduino device integrates several sensors to monitor key factors affecting respiratory health:
Smoke Sensor: Detects smoke particles in the air, which can trigger asthma attacks.
Humidity Sensor: Measures the moisture level in the environment, as high humidity can worsen breathing.
Oximeter Sensor: Measures oxygen saturation (SpO2) and heart rate, providing vital signs related to respiratory and cardiovascular health.
The device processes data from these sensors and displays one of four clear outputs:
Safe: Air quality and humidity are within safe limits, and vital signs are normal.
High H: Humidity levels are high, which may cause discomfort or breathing issues.
High S: Smoke levels are elevated, indicating poor air quality.
Danger: Conditions are unsafe to stay, combining high smoke, humidity, or abnormal vital signs.
This straightforward feedback helps users quickly understand their surroundings and health status without needing technical knowledge.
Benefits for Asthmatic Patients and Others
Asthmatic patients often struggle to identify environmental triggers before symptoms worsen. This device offers several advantages:
Early Warning: Alerts users before smoke or humidity reaches harmful levels.
Health Monitoring: Tracks oxygen saturation and heart rate to detect early signs of distress.
Affordable and Accessible: Built with low-cost components, making it accessible for many users.
Portable and Easy to Use: Compact design allows carrying it anywhere, with simple output indicators.
For example, if a user enters a smoky room, the device will immediately show "High S" or "Danger," prompting them to leave or take precautions. Similarly, if humidity rises during a humid day, the "High H" alert helps users manage their environment better.
Practical Applications and Use Cases
This device suits various scenarios beyond asthma management:
Home Monitoring: Keep track of indoor air quality and humidity, especially in kitchens or near fireplaces.
Workplaces: Use in environments where smoke or dust exposure is possible.
Outdoor Activities: Monitor air quality during exercise or outdoor events.
Health Checkups: Quickly measure oxygen saturation and heart rate without bulky equipment.
For instance, an asthmatic child’s caregiver can use the device to ensure the child’s room stays safe, avoiding triggers that could lead to an emergency. Similarly, elderly individuals with respiratory issues can benefit from continuous monitoring.
Building and Using the Device
The device uses an Arduino microcontroller as the core, connected to:
MQ-2 or similar smoke sensor
DHT11 or DHT22 humidity sensor
MAX30100 or MAX30102 oximeter sensor module
The sensors feed data to the Arduino, which runs a program to analyze readings and display the status on an OLED Screen. The code can be customized to adjust thresholds for alerts based on user needs.
Users can build the device themselves with basic electronics knowledge or purchase pre-assembled kits. The low cost of components keeps the overall price affordable, making it a practical tool for many households.
Final Thoughts
This Arduino-based device offers a simple, affordable way to monitor environmental factors and vital signs critical for asthmatic patients and others with respiratory concerns. By providing clear alerts on smoke, humidity, oxygen saturation, and heart rate, it empowers users to make informed decisions about their safety and health. Building or acquiring such a device can improve quality of life by reducing exposure to harmful conditions and enabling early intervention when health changes occur.


Comments