bookmark_borderBuilding a Breathalyzer with MQ-3 and Arduino

During the First Meeting of Electronic Arts in Florianópolis, we built a Breathalyzer using the Alcohol Gas Sensor MQ-3 and an Arduino Board to use in the last day of the meeting, in which we gave a party. You can see a quick video two posts below. Last days I received many emails asking for the code or how to make one, so I decided to build the sensor again, take pictures/videos and make a tutorial showing how you can make one, so here it is.

Continue reading “Building a Breathalyzer with MQ-3 and Arduino”

bookmark_borderI Meeting of Electronic Arts

It happened last week, starting on Monday 11th January and finishing on Friday the 15th, the I Meeting of Electronic Arts, where people from many differet places of Brazil came to see what was going on. Our first idea was a meeting (de)constructive, build, hack, modify, learn, teach, freedom of knowledge. Several workshops were presented, Basic Electronics, Processing, PureData, and others (the videos of the presentations will be distributed when people finish editing).

On Tuesday night we made a walking trip crossing the dunes till we find Joaquina’s beach. After swiming in the cold waters, we walked back on a thick rain, amazing, it was long ago since the last time I walked on the rain wanting it!

We learned/teched a lot in this event, one thing that we’ve noticed is that creative minds work much better after midnight. There was no point planning anything for the morning because no one could wake up before 11h.

On Thursday night a party was organized, where we put in for a test some projects developed during the event, for example a Breathalyzer using a Alcohol Gas Sensor MQ-3 sensor, LEDs and an Arduino. By the way, never seen so many arduinos in one place, in different sizes and colors, beautiful!

Here is also a Video from the Breathalyzer (I will make a post on how you can make one after the Campus Party next week)

Some more videos can be found on my Vimeo.

bookmark_borderUltrasonic Range Finder with Arduino

I recently got a Maxbotix LV-EZ4 Ultrasonic Range Finder to try understand how to use it with my little Arduino. Having a ultrasonic range finder can be very useful in many different projects, as it can detect objects, I can use it to make alarm systems (cars usually use this kind of sensor), Obstacle-Avoiding Robot and many other things that you may have in mind. It works better outdoors then the IR sensor, but the only thing I could notice is that it doen’t detects very well some thick carpets. Besides that, it’s a great sensor. From the datasheet we can read that it sonar range information from 6-inches out to 254-inches (15.24 cm – 6.452m).

ultrasonic range finder
Continue reading “Ultrasonic Range Finder with Arduino”