Gas Leakage detection system#104
Merged
Merged
Conversation
Added detailed readme for Gas Leakage Detection System project, including features, components, circuit connections, code explanation, sample output, future enhancements, dependencies, and instructions on how to run the project.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔍 Overview
This PR adds the complete implementation of a Gas Detection System using an ESP32, MQ Sensor, I2C LCD, Buzzer, and LED.
The system detects the presence of harmful gases and provides real-time alerts through both visual and audible indicators.
✅ Changes Made
🧠 Implemented core gas detection logic using analog input (GPIO 32)
💡 Integrated I2C LCD (0x27) for displaying gas status messages
🔔 Added buzzer and LED alerts for dangerous gas levels
🔁 Mapped sensor values to percentage scale (0–100) for better readability
📟 Displayed "Normal Condition" or "Gas Detected!!" dynamically on LCD
🧾 Added clear documentation comments inside the code
🧰 Included serial monitoring for debugging and calibration
🧪 Testing Performed
✅ Tested on ESP32 board with MQ-2 sensor
✅ Verified LCD shows accurate gas status
✅ Buzzer activates when gas level ≥ 65%
✅ LED lights up simultaneously with buzzer alert
✅ No hardware or software conflicts detected
Contributor: @shirshanag