Projects

Arduino Universal clock

Universal clock suitable for visually impaired using Arduino

I was googling around looking for some sort of device I could make using arduino and stumbled upon eshop with devices for visually impaired. What really shocked me was the price. I mean-I do realize that such sorts of devices are not really mainstream, but still, it was kinda high. So I decided to make […]

Arduino Robot Arm – LarryArm v0.1

Arduino Robot Arm – LarryArm v0.1

I have constructed a basic Arduino robot arm using 3 servos that cost me £15 in total plus a couple of hours in time to build and it’s very simple that I think anyone can replicate and build this. I already had the Arduino Duemilanove ATMEGA328, some foamboard, tools and glue. The robot arm has […]

An Arduino Binary Clock

Cwik Clock v1.0 – An Arduino Binary Clock

Overview This is a guide to building an Arduino-powered clock that uses LEDs to display a 24-hour clock (hours and minutes) as binary digits, an analog meter to display the seconds, a switch to toggle between time-display and time-setting mode, and 2 knobs for setting the hours and minutes. This was designed from scratch, but […]

Arduino Controlling the Robot Arm

Arduino: Controlling the Robot Arm

So the arm is wired into Arduino as per the previous post, Arduino: Modifying a Robot Arm and hopefully this has worked. In this next part I alter the Arduino sketch slightly and write the first Processing sketch to test control of the arm – video at the bottom. To control the robot arm we’ll […]

Clusterbot

Clusterbot A Small Arduino Powered Robot

What is Clusterbot?  He is a small, affordable, autonomous Arduino-powered robot.  He can move, see, avoid obstacles, and makes a melodic chirping sound sometimes. Clusterbot was my first Arduino project, and I think he makes a great project for a beginner.  While building Clusterbot you will learn how to use motor controllers, ultrasonic rangefinders and […]

Arduino 4 Servo drive CellBot

4 Servo drive CellBot which can be remotely controlled using Arduino

I started with an idea of what I wanted to do from the beginning but one attempt after another I finally got to where I am now. This robot can be remotely controlled from anywhere in the world and driven around the house. I can see through it’s eyes. Here is a brief run down. […]

Using Processing to Send Values using the Serial Port to Arduino

Using Processing to Send Values using the Serial Port to Arduino

In this write-up, I’ll show how to create a value in Processing and then send this value over the serial port to the Arduino. In the example I’m setting values of LEDs making them brighter or dimmed but this example can be extended to control other items – which I plan to do later! Basically […]

Arduino Kitchen Radio

Over the Counter Kitchen Radio using Arduino

This project used the Si470x FM radio receiver and an ardurino to make an over the counter kitchen radio. These parts had been purchased for a different build that unfortunately met a premature end. The concept for this project is simple. Play my favorite news and music radio stations while having a form factor that […]

Arduino Scurity Package

Box Scurity Package using Arduino

If you touch the package, it will scream and run away–changing its course when it strikes an obstacle. When you lift the gift tag, light strikes a photocell and operation commences.  Motors and a sound module are controlled by an Arduino (and Arduino Motor Shield). Major components required are: Motorized toy–Kid Galazy Morphibians Rover Remote […]

Arduino Processing – 3D Sensor Data Visualisation

Arduino + Processing – 3D Sensor Data Visualisation

So following on from my previous posts about visualising sensor data in Processing, I’m now looking at drawing 3D representations of the data recorded from the Sharp IR sensor – although can be any kind of range finder. I started by rigging 2 servos, one to pan left to right, the other up to down. […]

Scroll to Top