Interfacing(USB – RS232 – I2c -ISP) Projects

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 »

How to drive 595 shift registers with ATmega168

Driving a shift register using an AVR chip’s built-in hardware is really quite easy. Most of their offerings have an SPI module, or Serial Peripheral Interface. A shift register is exactly that, a peripheral device that communicates via a serial line. All we need to do is hook up our connections and use a few

How to drive 595 shift registers with ATmega168 Read More »

HexiLogger, an Arduino based data logger using ATmega328

The purpose of this project was to create a simple, portable device that would periodically read sensors and then store the sensor data so it could be retrieved later. The result is the HexiLogger, “hexi” because it can support up to six different sensor inputs and “logger” because it will store the input data on

HexiLogger, an Arduino based data logger using ATmega328 Read More »

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

Arduino – Modifying a Robot Arm using ATmega328 Read More »

USB Sensors with ATtiny Microcontrollers

Working with embedded electronics, you will eventually ends up with some sensor between your hands, here I’ll show how to make a graph out of it! This project involves a light sensor, a tiny 8-pin AVR USB key with the V-USB stack, a GNU/Linux system and rrdtool. Sensors If your are working with some digital

USB Sensors with ATtiny Microcontrollers Read More »

Flickr images on a Nokia LCD using ATmega48

LCDs are often used in microcontroller projects. Most used are these green character displays with two or more rows to display menus, status or debug messages. With mass production of mobile phones, color LCDs get that cheap, that they can be used as replacement. Some time ago I ordered a Nokia 6100 LCD including breakout

Flickr images on a Nokia LCD using ATmega48 Read More »

USB AVR in-system Programmer using ATtiny2313

Introduction. Nowadays, USB is the most popular connection between PC and peripherals such as AVR programmers, printers, scanners etc. For that reason I had to modify my old serial AVR In-System-Programmer (ISP) to work with USB connection. You can say, “use a USB to Serial adaptor to connect your AVR ISP with your PC”. Yes, that could

USB AVR in-system Programmer using ATtiny2313 Read More »

Scroll to Top