Showing posts with label Sensing. Show all posts
Showing posts with label Sensing. Show all posts

A painting machine sensing your touch

on Wednesday, June 12, 2013

arduino android painting machine

Kris Temmerman, a freelance creative developer based in Belgium, just published a nice report on how he built a painting machine running on an Arduino Due and an Android tablet.

I was always interested to remove the perfection from computer graphics. So thought it would be fun to try to make the most obvious thing first. A machine that uses a paint brush to print a drawing.

arduino painting detail

As you can see from the video below, Kris was able to translate the pen pressure on the tablet into specific brush strokes on the paper:

Follow the link to discover the code on github and enjoy the painting!



View the Original article

DIY Air Quality Sensing from HabitatMap and Sonoma Tech

on Friday, May 10, 2013

High-precision air quality monitors are normally very expensive, but Tim Dye of Sonoma Technology is on a mission to change that.  He’s been working with Michael Heimbinder and habitatmap.org to create a low-cost sensor system that when designed properly and integrated into a software platforms can provide valid data.

AirCasting is a platform for recording, mapping, and sharing health and environmental data using Arduino and Android. It combines an Arduino with a set of sensors for air quality measurement; temperature, humidity, and carbon monoxide, nitrogen dioxide, and particulate matter. The system combines the sensors using an Arduino Uno and then sends the data to an Android app using Bluetooth. The plans are all open for modification, so you can add your own sensors as needed. A heart rate monitor and an LED vest can also be linked to the AirCasting app, providing a complete the system for realtime, wearable feedback of your body’s reaction to the environmental air quality.

There are many DIY air quality measurement projects online, but most of them are not calibrated against known standards or professional equipment. But Dye and his colleagues have tested the AirCasting particulate matter sensors against the same equipment Sonoma Technology uses for precise measurement, and they’ve gotten surprisingly good results. Correctly constructed and deployed, the AirCasting shows promise as a low-cost alternative to complement the expensive high-end air monitors.

AirCasting is a collaboration between many groups:  Michael Heimbinder of habitatmap.org manages the project, and Tim Dye of Sonoma Technology consults on design, data evaluation, and field deployment; Dr. Iem Heng and Raymond Yap of the City Tech Mechatronics Technology Center designed and built the hardware; Dr. Andy Zhang designed and built the monitor casings; Valentine Leung designed and built the LED garments, and Brooke Singer has helped guided the project with a mind towards interactivity and public engagement.

The data from your AirCasting air monitor can be uploaded to the AirCasting database, which aggregates data from all AirCasting contributors, or can be sent to your own database and all the code for the project is open source and available through GitHub

The website AirCasting.org provides links to all the software and hardware plans.



View the Original article