Robot Arm (1)

Arduino – Modifying a Robot Arm using ATmega328

Essentially another tutorial involving controlling DC motors. In this post I’m going to first alter a robot arm I had built previously from a beginners kit so that it can be controlled from Arduino. Then I’m going to write a series of posts on different ways to control the robot arm using Processing and other things. You should be able to […]

Arduino – Modifying a Robot Arm using ATmega328 Read More »

Head Controlled Keyboard And Mouse schematic (1)

Head-Controlled Keyboard And Mouse using ATmega32

Easy Input is a head-controlled keyboard and mouse input device for disabled users. The system uses accelerometers to detect the user’s head tilt in order to direct mouse movement on the monitor. The clicking of the mouse is activated by the user’s eye blinking through a reflective sensor. The keyboard function is implemented by allowing

Head-Controlled Keyboard And Mouse using ATmega32 Read More »

Leonardo Arduino clone

Leonardo Arduino clone a single-sided PCB using ATmega32U4

DESCRIPTION This project is to make a clone of Arduino Leonardo in a simple way.That is why the distribution of the pin does not match the standard Arduino (have to make many jumpers on the motherboard or use both sides). However, most Arduino Leonardo characteristics are maintained. The circuit is protected by an automatic reset fuse

Leonardo Arduino clone a single-sided PCB using ATmega32U4 Read More »

Connect Four with Programmable Infrared Receiver Atmel Mega32

Connect Four with Programmable Infrared Receiver Atmel Mega32

We have designed a programmable infrared receiver which can utilize any pulse coded IR signal to play Connect Four from a remote distance. The programmable infrared receiver device we have created can decode any pulse-width modulated signal of an IR remote control, store it in non-volatile memory, and then recognize that signal again the next

Connect Four with Programmable Infrared Receiver Atmel Mega32 Read More »