Projects

Arduino servo leg

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 […]

Arduino Computer Architecture

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

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

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 […]

Arduino Driving Simulator

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

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 […]

Arduino Controlled Car Tracking System

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

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 […]

Algorithmic noise machine

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

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 […]

Scroll to Top