Description: This is a gas detecting circuit capable of sensing many different types of gases. The sensor used is the GH-312 and from the datasheet it is capable of sensing gases like smoke, liquefied gas, butane and propane, methane, alcohol, hydrogen, etc. A 9V battery is used for this project because the sensor requires a 9V input. The output when the sensor is triggered is always 5V, which is perfect for a direct connection to any microcontroller. Although a 9V battery is used, any 12V power supply (a small wall transformer for example) will work perfectly since the sensor can handle from 9V up to 20V, and the microcontroller's voltage is regulated by a 7805 regulator. It's a pretty cheap and easy to assemble circuit. To test the sensor, a portable gas soldering iron with the gas coming out pointed to the sensor was used.
The sensor is able to detect the gas, and the microcontroller will trigger a flashing LED warning and sound. The sound is produced by a small piezo, and the display shows the message "Found Gas." This circuit does not require too many parts, and the microcontroller is very easy to find (the famous 16F84A from Microchip). When the air is clean again and the sensor does not sense any gas, the circuit will return to its normal state, turning off both the LED and piezo sound. Since a small LCD (8x2) is used, this project can be portable. Also, this sensor senses several types of gas and is pretty stable.
The gas detection circuit primarily consists of the GH-312 gas sensor, which is sensitive to various combustible gases. The sensor operates on a voltage range of 9V to 20V, making it versatile for different power supply options. The output signal from the sensor is a digital high (5V) when gas is detected, which can be interfaced directly with a microcontroller such as the Microchip PIC16F84A.
The microcontroller is programmed to monitor the sensor's output continuously. Upon detecting gas, it activates an LED indicator to provide a visual warning and triggers a piezo buzzer to emit an audible alarm. The circuit can also incorporate an 8x2 LCD display that shows a warning message, such as "Found Gas," enhancing user awareness of the gas detection status.
Power regulation within the circuit is managed by a 7805 voltage regulator, ensuring that the microcontroller operates at a stable 5V, regardless of variations in the input voltage. The design is compact and can be assembled on a breadboard or a custom PCB, with minimal components required, making it cost-effective and easy to construct.
The circuit's portability is an essential feature, allowing it to be used in various settings, such as homes, laboratories, or industrial environments, where gas leaks might pose a risk. The stability of the GH-312 sensor ensures reliable performance across different gas types, providing a comprehensive solution for gas detection applications.This is a gas detecting circuit capable of sensing many different types of gases. The sensor used is the GH-312 and from the datasheet it is capable of sensing gases like smoke, liquefied gas, butane and propane, Methane, alcohol, hydrogen, etc. I've used a 9V battery for this project because the sensor requires a 9V input. The output when the sensor is triggered is always 5V which is perfect for a direct connection to any microcontroller.
Although I've used a 9V battery, any 12V power supply ( a small wall transformer for example ) will work perfectly since the sensor can handle from 9V up to 20V and the microcontroller's voltage is regulated by a 7805 regulator. It's a pretty cheap and easy to assemble circuit. To test the sensor I used my portable gas soldering iron with the gas coming out pointed to the sensor. The sensor is able to detect the gas and the microcontroller will trigger a flashing led warning and sound.
The sound is produced by a small piezo and the display show the message "Found Gas". Does not require too many parts and the microcontroller is very easy to find ( the famous 16F84A from microchip ). When the air is clean again and the sensor does not sense any gas, the circuit will return to it's normal state turning off both led and piezo sound.
Since it's used a small lcd ( 8x2 ) this project can be portable. Also this sensor senses several types of gas and it's pretty stable.
There are several methods to read multiple switch inputs using a reduced number of microcontroller unit (MCU) pins. One approach involves using an analog MCU pin to read multiple switches by assigning a unique voltage to each switch through a...
The clap sensor is a straightforward circuit that consists of a PC microphone, a microcontroller, and an output. The circuit design features the ATtiny84 microcontroller, chosen for familiarity with the AVR architecture and accessibility to necessary tools. The ATtiny84 is...
This post presents the implementation of a free-running counter using the C programming language for the PIC16F84A microcontroller. The code is structured to...
The PIC16F84A microcontroller is a widely used device in various embedded applications, characterized by its 8-bit architecture and...
A method for measuring static electricity for a science project was sought. An old copy of "Getting Started in Electronics" by Forrest M. Mims III was referenced for guidance.
To create a static electricity measurement circuit, a simple design can be...
This is a new design of a tutorial board based on the popular PIC16F84A microcontroller. It features eight single LEDs, a 7-segment display, an LCD display, and five push buttons. It is an ideal solution for beginners to take their...
While discussing an all-linear automatic night light circuit, it was mentioned that an MCU-based Automatic Night Light Controller (ANLC) was being tested. The firmware has been tweaked since then. Recently, the sensor was installed outdoors and connected to control 220VAC...
A soft power switch for a microcontroller is designed such that a momentary switch can activate the circuit, including the microcontroller. When the switch is pressed a second time, the microcontroller is capable of shutting itself down after executing necessary...
This smart doorbell system is designed for use in industrial environments. It is microcontroller-based and controls a horn and a flashlight.
The smart doorbell system utilizes a microcontroller to manage its operations, making it suitable for industrial applications where reliability and...
The microcontroller-based water level controller and motor protector manages the on and off states of the motor based on the water level in the overhead tank (OHT). It regulates the tank's water level through a microcontroller, thereby providing automatic protection...
We use cookies to enhance your experience, analyze traffic, and (if you allow) serve personalized ads.
By clicking Accept All, you agree to our use of cookies.
Learn more