This is just a preview of how the LIS302DL works and some of the potential in it. I’m thinking of zillion of ideas of how this can be used and I would like to pretty much implement it on some of my music projects. The cube is a simple demonstration of how the accelerometer reacts [...][...]
Posts Tagged ‘arduino’
Project code: Musicalcoholímetro (musical breathalyzer)
So this was my final project for my alternating current circuit analysis course. Basically, it’s just an mq-3 sensor, a 2k ohm resistor and an arduino. With some adjustments: Here is the code I used: import processing.serial.*; import cc.arduino.*; import ddf.minim.*; import ddf.minim.signals.[...]
October 25th, 2009 - 4:42 pm § in Electronics
Making noise with alcoholic breath
This is something I’m working on for a school project. Basically it’s a breathalyzer, but you can connect it to the computer to make some noise with it, basically the sensor input will modify the frequency of a sine wave. It’s nothing fancy, but hopefully in some day’s I will[...]