Atmel Interviews Eric on the Gas Sensor for Emergency Workers

Atmel recently published a full one on one interview with Eric from mkme.org on the Gas Sensor for Emergency Workers

Atmel states:
“Confined spaces can be a dangerous part of rescue work, especially for miners and firemen. Not only do they have to worry about walls caving in and trapping people, but hazardous gasses. And while there are several expensive robotic devices out there that can take gas sensors deep into these tight areas ahead of rescuers, Eric William has come up with a much cheaper, more efficient alternative to remotely sniff the air before entering. The Maker has developed a $30 gas sensor “grenade” using a basic Arduino and a few other components, which is capable of analyzing the environment and reporting its levels with real voice output.”

Check out the full interview HERE

Here is the project video:

Arduino DIY Gas Sensor “Grenade” Live on Adafruit

Last week I quickly prototyped my Arduino DIY Gas sensor which monitors smoke, LPG (liquefied petroleum gas), and CO (carbon monoxide).  I used the MQ2 smoke/gas sensor and an Arduino nano with a simple ASK 433mhz transmitter to transmit the values out to any radio receiver.

Gas Sensor Arduino
Arduino Gas Sensor

It was well received on the Adafruit Show and Tell event as well as Lady Ada mentioned it on the following Ask an Engineer show.  Here are the videos.  Full build video soon with code.

 

MQ2 Smoke, Gas & CO Sensor for Electronics

I have been playing with the MQ2 Smoke, LPG, Carbon Monixide gas sensor for Arduino and electronics projects. I have found this little sensor to work quite well as an indicator for gas/smoke levels but the accuracy of the PPM values is a bit questionable. I expect some calibration could improve the accuracy and reliability greatly.

I made some quick code which adapts the existing code I found online with my basic Nokia 5110 LCD display code for use with any Arduino. This could be quite handy for a home automation project and enable a person to have remote monitoring for danger.

I think for my project I will utilize an existing commercial smoke detector which triggers a micro controller input, but I do have another project in mind where the MQ-2 sensor may be of great benefit. Video on that soon.

Here is the link to my Arduino code:
http://mkme.org/forum/viewtopic.php?f=2&t=656

Here is the full video on the sensor: