I think this’ll be the start of a few more projects for me. I’ve seen some cool LED PoV stuff (Persistance of Vision) with mounting displays on bikes, so hopefully I’ll get round to doing something like that. Anyway as a start I’ve got 5 LED’s connected to 5 pins on the Arduino, nothing complex […]
Projects
How to make a servo leg using Arduino
This instructable will show you how to create a simple servo leg that can be controlled by buttons on an arduino or via serial. Here is a video of the leg in action http://www.youtube.com/watch?v=Q8i1nrPIJvo Leg Materials: Popsicle sticks-make sure that all of them are flat and not curved, like in the picture Paper clip 4 […]
A Study in Non-Standard Distributed Computer Architecture using Arduino
In the following tutorial, directions are given for creating a single node for the DoHas (Distributed Optical Harvard Architecture System). After constructing two of these nodes, a small distributed computer can be implemented which uses one node for sending instructions, mimicking input and the instruction set to manage it, and another node which will act […]
Arduino – Getting my LCD Screen to work
I’ve gotten hold of what I assumed was a compatible 16×2 LCD screen with my Arduino board – it’s a Powertip PC1602F and uses a compatible display driver for the Hitachi HD44780 display chip. This is essentially what the Arduino LCD libraries are built around, so when I failed to get a display this is […]
Hacked roomba and arduino snowballs into a Eurobot 2013 entry
It all started as a weekend project with my kids and soon enough I got sucked into a 4 month project with their school ! The idea was to get a small group of kids aged 6 to 9 to participate to a robotics contest (http://www.eurobot.org/eng/index.php). It was a fun journey and they did really […]
DIY Driving Simulator using an Arduino
If you haven’t noticed, as soon as you clicked into this instructable, you are now following me if you weren’t already, you Favorited the instructable, and you voted for this instructable in all contests it is entered in. Then the buttons all dissappeared. It’s okay though. If you really want to, you can still go […]
BIKEDUINO – Stopping Point Predictor for bike riders
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 […]
Version 2.0 Arduino Controlled Car Tracking System based on SMS
This system is upgraded version of previous project… You will be able to track your car after you build this system, you will call the device then it will send you an sms which includes LAT, LON and Google Map link for just one touch to see where it is. Before you start to build […]
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 […]