In this article we will learn how to make CO Gas Leak detector Using Arduino, Relay and LCD display. You can visit our website, I hope you appreciate my work, let’s discuss about today’s project.
Components:1. Arduino nano
2. Gas sensor
3. LCD display
4. Buzzer
5. Relay (12v)
6. Diod (4007)
7. Transistor (BC547)
8. Resistor (10k)
9. Jumper wires
GasDetectorwithArduino:
· Connect OUT pin of Gas sensor with A0 pin of Arduino
· Connect VCC pin of Sensor with +ve
· Connect GND pin of Sensor with GND
· Connect D2 pin of Arduino with pin D7 of LCD display
· Connect D3 pin of Arduino with pin D6 of LCD display
· Connect D4 pin of Arduino with pin D5 of LCD display
· Connect D5 pin of Arduino with pin D4 of LCD display
· Connect D6 pin of Arduino with pin E of LCD display
· Connect D7 pin of Arduino with pin RS of LCD display
· Connect RW, VEE, & VSS pins of LCD display with each other and then connect them with GND
· Connect VDD pin of LCD display with +ve
· Connect D8 pin of Arduino with one side of resistor 10k
· Connect 2ndside of resistor with signal pin of transistor
· Connect ammeter pin of transistor with GND
· Connect Collector pin of Transistor with 1st terminal of Relay through +ve side of Diod
· Connect 2ndterminal of Relay with –ve side of Diod and then connect them with +ve
· Connect 3rdand 5th terminal with each other and then connect 3rdterminal with +ve
· Now connect 5thTerminal with one side of Buzzer
· Connect 2ndside of Buzzer with GND
CircuitConnectionDiagram:
A carbon monoxide (CO) gas leak detector using Arduino, a relay, and an LCD display can help you monitor the presence of this potentially dangerous gas in your surroundings.
Applications…1. Home Safety
2. Industrial Facilities
3. Commercial Buildings
4. Garages and Workshops
5. Hospitals
Advantages…1. Cost-Effective Solution
2. Customization
3. Real-Time Monitoring
4. Audible and Visual Alerts
5. Educational Tool
Comments