This Is An AtmosphericGasAnanlyser Using MQ Series Sensors, Dht-11 Sensor & Arduino The Basic Idea Is To Precisely Measure Data Using Sensors Analog Read & Display It In I2CLcd, Here The Sensors Can Give Values Of LPG, CNG, HYDROGEN, AIR-QUALITY This Project Can Be Used To Collect Sensor Readings For FutureResearchProcesses. If You Need You Can Simply Add An SD Card To Store The Data As String And Collect The Readings, Here For Simplicity & SpaceReduction Iam Using Arduino Nano And I2ClCD Display, For My Ease. The Sensors Spit Out Aanalog Readings And I Have Converted It Into Useful PPM Values Of The Sensors analogToPPM(analogRead(The Sensor)). It Is Very Useful So I Have Converted It To PPM, If You Like What I Do Little Support To My Youtube Channel Would Be Appreciative
EXPANDED TECHNICAL DETAILS
Multi-Gas Chemical Profiling
This project is a high-sensitivity environmental tool used to detect and measure various gaseous pollutants for home or industrial safety.
- Semiconductor Gas Sensing: Integrates multiple sensors from the MQ series (e.g., MQ-2 for smoke/LPG and MQ-135 for air quality). The Arduino samples the analog voltage change ($V_{out}$) which is proportional to the gas concentration.
- PPM (Parts Per Million) Mapping: The firmware applies a "Log-Log" curve calculation to the raw analog data, converting the voltages into industry-standard PPM values for precise data logging.
Safety Alarms
- High-Decibel Alert Logic: Includes a multi-stage alarm; if gas levels exceed a primary threshold, an LED flashes. If it hits the "Danger" level, a high-volume piezo buzzer and a relay-controlled fan are activated to ventilate the area.