led

A physical display device for website visitors based on Atmega168

If you have a blog or website and want to make a physical device to display the number of visitors, this project might be interesting to you. It describes about a similar device that can be directly connected to the internet via router and counts the visitors of your website. The number of visitors is

A physical display device for website visitors based on Atmega168 Read More »

AVR digital clock with white seven segment LED display using ATtiny26 microcontroller

This is a digital clock project based on an ATtiny26 microcontroller, displaying time on four seven segment LEDs. The seven segment LEDs glow bright white and are multiplexed through PORTB pins, whereas the segments are driven by PORTA pins. The time is normally shown in hh.mm format but it can be switched to display mm.ss

AVR digital clock with white seven segment LED display using ATtiny26 microcontroller Read More »

Open source color video game development system based on AVR

This project describes an open source color game development platform based on an AVR microcontroller. You can code a color, high resolution, smooth video game, like Super Mario Bros or Commander Keen on this system. All video processing is done by software in background using interrupts, with no external active components. You only need to

Open source color video game development system based on AVR Read More »

Automate lights in your kitchen area using ATTiny84 microcontroller

This project describes an automatic light system for kitchen sink where you need sufficient light to properly clean your dishes and vegetables. It uses an ATTiny84 microcontroller with a PIR motion sensor. When motion is detected, the microcontroller turns on the light. The light source consists of 10 bright white LEDs that are driven by

Automate lights in your kitchen area using ATTiny84 microcontroller Read More »

AVR based remote controlled fan regulator

This project is from Extreme Electronics that describes an AVR-based (Atmega8) remotely controlled fan regulator. The control commands are received through a DVD player remote control. With three buttons on the remote control, you can turn the fan On and Off and also conotrol the speed. You can also purchase the PCB for this project

AVR based remote controlled fan regulator Read More »

Easy Data Logger with Virtual USB using ATtiny45 microcontroller

“V-USB is a software-only implementation of a low-speed USB device for Atmel’s AVR¼ microcontrollers, making it possible to build USB hardware with almost any AVR¼ microcontroller, not requiring any additional chip.” For further details on V-USB and licensing, visit http://www.obdev.at/products/vusb/index.html This is a data logger project that reads an analog signal, converts into digital number,

Easy Data Logger with Virtual USB using ATtiny45 microcontroller Read More »

Tetris and Snake with one AVR using Atmega168 microcontroller

This project describes two games – Tetris and Snake, both programmed inside an Atmega168 microcontroller. You can plug this device to a PAL TV and have fun playing the games. The circuit diagram is very simple and uses resistors to generate composite video output. For more detail: Tetris and Snake with one AVR using Atmega168

Tetris and Snake with one AVR using Atmega168 microcontroller Read More »

Scroll to Top