Skip to main content

Posts

Showing posts with the label MQ7

Low cost Carbon Monoxide meter

Today Carbon Monoxide ( CO ) meters are available in different forms. Overall, Carbon Monoxide meters sense CO fast and display the amount to the user and trigger alarm if it reaches a critical level. Compare with most of the DIY Carbon Monoxide meters, the project which we described in this article does not need any development platform or MCU / firmware. The Carbon Monoxide meter in this project design around using general-purpose ICs, such as NE556 and LM3914 . Prototype version of Carbon Monoxide meter The main component of this meter is the FC-22 CO Gas sensor module . This module consists of the MQ-7 sensor and can use to detect CO gas concentrations, anywhere from 10 to 10,000ppm. Apart from the sensor, this module consists of the LM393 comparator to detect the trigger level. In this design, we use both analog and digital output of the sensor module. The analog output use by the LM3914 LED driver and alarm system is drive using the digital output. Home made PCB with align...

Sensor framework for Data Logging

This is a simple sensor kit to drive 8 active or passive sensors and log its data into a remote Android application. This system also has an option to activate an external device(s) based on the specified threshold of sensor data. This sensor controller is mainly built around the Raspberry Pi Model 3 B+ and PIC16F877A MCU. PIC16F877A MCU is used to interface/select sensors and it's built-in 10bit multi-channel ADC is used to capture the analog signals from sensors. During the prototype stage following sensors are tested with this system: LM35 precision temperature sensor MQ7 Carbon Monoxide gas sensor Electret Microphone NSL-19M51 LDR HC-SR501 PIR sensor A3144 Hall effect sensor Apart from the above list this system can use to drive and capture most of the other analog/digital sensor signals such as current sensors, pressure sensors, chemical sensors, humidity sensors, etc. In this system, Android monitoring application is designed to connect with the sen...