interfacing

LED matrix layout

Arduino and Touchpad Tic Tac Toe using microcontroller Using Atmega

Or, an exercise in input and output multiplexing, and working with bits.  And a submission for the Arduino contest. This is an implementation of a tic tac toe game using a 3×3 array of bicoloured LEDs for a display, a simple resistive touchpad, and an Arduino to tie everything together. To see how it works, […]

Arduino and Touchpad Tic Tac Toe using microcontroller Using Atmega Read More »

Supplies (2)

Turn signal biking jacket using microcontroller using atmega

This tutorial will show you how to build a jacket with turn signals that will let people know where you’re headed when you’re on your bike. We’ll use conductive thread and sewable electronics so your jacket will be soft and wearable and washable when you’re done. Enjoy! A version of this tutorial is also on my

Turn signal biking jacket using microcontroller using atmega Read More »

Ultrasonic Spheroid Levitation Device

AVR Ultrasonic Spheroid Levitation Device using ATMega16 microcontroller

Introduction The goal of this project was to design and build a gaming device capable of levitating a ping pong ball at varying heights based on the proximity of the user to the device, utilizing a multi-tasking kernel on the ATMega16 platform. The project incorporates a fairly complex mechanical system and utilizes many features of

AVR Ultrasonic Spheroid Levitation Device using ATMega16 microcontroller Read More »

Video Game

A Portable Battery-Powered Roguelike Video Game using ATmega32

I. Introduction This project is a portable battery-powered video game based on the 1984 cult classic PC game “Rogue”. I designed a hardware-based roguelike video game because I am a long-time Rogue addict and thought it would be cool to make a portable plug-and-play imitation. The project involved some basic hardware setup, including a Sega

A Portable Battery-Powered Roguelike Video Game using ATmega32 Read More »

echo generator

Generating AUDIO ECHO using Atmega32 microcontroller

Introduction: But now I can do this very easily by a simple digital signal processing using a microcontroller. It’s concept is very simple, ie we need to apply a proper delayed feedback in digital samples with in a circular buffer. I did this using an atmega32 microcontroller and it worked fine. This is simple but really an interesting project.

Generating AUDIO ECHO using Atmega32 microcontroller Read More »

ATMEGA32 WAV1

TV remote controller 160KHz High Quality Stereo MMC WAV player using ATMEGA32

Introduction: This is my first AVR based hobby project and the most successful one compared to my all previous stuff. I am 100% satisfied with this work. Few months ago, I tried to make a wav player using a PIC16F877A. It worked anyway, but the audio quality was not so good for higher sampling rate

TV remote controller 160KHz High Quality Stereo MMC WAV player using ATMEGA32 Read More »

Ultrasonic range finder

Ultrasonic range finder using ATMega8515

This project is used to measure the distance using ultrasonic sensors. The ultrasonic signal passes through the atmosphere to a barrier, which we want to measure the distance. Part of this signal is reflected and travels back to the receiver. The time delay between sending and receiving signals are then determined by distance barriers. The device was designed

Ultrasonic range finder using ATMega8515 Read More »