The project consists in a Arduino that gets the speed of the bike from a dynamo and it controls a laser which points always to the point where the bike is gonna stop if it continues going at the same speed. Used Hardware: Arduino mini Atmega328 Laser Servo Dynamo Battery pack 4 x 1,5 V […]
Projects
Building a Doodle Bot kit from DAGU
Doodle Bot is a very simple beginners robot that can write messages using white board markers, jumbo chalk or crayons. The kit comes with all parts including an Arduino compatible controller and a screwdriver. You will need to supply 4x AAA batteries and a suitable USB cable to program the robot. A large, full colour […]
Construct An Algorithmic Noise Machine Using Arduino
This project is a part of experiments done while doing an artist in residence at Instructables. You can see the other projects here. You can use bit-shifting as an alternative way of creating “music”. This principle enables you to squeeze as much processing power as possible out of the Arduino while creating novel and interesting […]
Arduino & Processing – Getting values from SRF05 ultrasound sensor & serial port
I’ve started to delve into Processing and passing values between Processing and Arduino. If you’re wondering what Processing is, basically its an open source programming language for vizualising data that can interface with Arduino either by reading values/ pins or by setting them. Just remember that they are 2 very different things and require 2 […]
SMS controlled Wireless Irrigation System using an Arduino
UPDATE 02/13/11 : Voting has started for the Sparkfun Microcontroller Contest. Please VOTE for me! UPDATE 02/26/11 : I won a second prize!! Huzzah! Thanks for all the votes guys! UPDATE 03/17/11: I would love to win a Laser cutter in the Epilog challenge as it would help the small DIY community in Calcutta, […]
Tissue Box Guitar – Light Strings using Arduino
the idea of anything can be an instrumental music has been always in my mind so i made a wooden tissue box that i installed inside it a guitar of light strings Step 1: Building Box i made this wooden tissue box Step 2: Wiring we make the LDR wiring on a the top shelf of […]
123D Scanner – Home made 3D Scanner
Hey – have a look at my new project HERE In this project I built a 3D Scanner, that enables generating 3D models of physical objects. The files can later be viewed in 3D software (GLC Player, Sketchup, Rhino, or sites such as http://3dfile.io) and even manipulated into .STL file and 3D printed. The software […]
Mint Tin Hero using Arduino
A friend at work proposed a friendly competition between a few co-workers: to make something cool out of a Trader Joe’s green tea mint tin. Anything – whatever our creative hearts desired. The prize? Nobody cared – we’d figure that part out later. I thought it would be fun to do something electronic with it […]
Track Honeybees With Temperature
Data analysis coming soon! My school is kind of strange. We don’t have a cafeteria, but we do have a four week course on “The Simpsons.” We don’t have a jungle-gym on the elementary playground, but we do have a half-buried firetruck. We don’t have a football team, but we do have a bee-keeping club. […]
Arduino – (Very) Basic motion tracking with 2 PIR sensors
Took me a little while to get started but I’ve managed to wire 2 PIR infrared sensors with an Arduino to sense motion either on the left or on the right side. The result will trigger an LED to represent each PIR sensor then I also added in a servo to be controlled – so […]