Projects

Arduino ATtiny2313 Programming Shield

Arduino ATtiny2313 Programming Shield

Today, I made a small 3x3x3 LED cube with an ATtiny2313 that I had from about 2 weeks ago. Whenever I had to reprogram the LED cube when I thought of more awesome patterns, I had to get out my breadboard and then wire up everything again referring to pin-outs of ATtiny2313 and make sure […]

Full Binary Clock

Build A Full Binary Clock Using Arduino

I was wandering the internet looking for a good Arduino tutorial on how to build a binary clock with seconds, but I could not find one. So now I am  writing this for you to have a binary clock with seconds, minutes, and hours. What I did: -Because controlling 20 LEDs individually for this cube […]

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

Scroll to Top