AVR ATmega Projects

Multi-channel temperature logger using Atmega48 microcontroller

This project describes how to use all the 8 ADC channels of an Atmega48 microcontroller to read temperature sensors and the measured data to a PC for logging by using the built-in USART capabilities of the chip. For demonstration, the temperature sensor used is LM335 that gives an output voltage proportional to the Kelvin temperature. […]

Multi-channel temperature logger using Atmega48 microcontroller Read More »

Turn your TV into a Digital Voltmeter using Atmels AVR 90S1200 microcontroller

Turn your TV into a Digital Voltmeter using Atmel’s AVR 90S1200 microcontroller

This is an interesting voltmeter project that display the measured voltage on a TV screen, in giant digits as well as with analog bar. It also records the maximum and minimum values of measurements. The project was built by Alberto Ricci Bitti and was published in the May 1999 issue of Elektor Electonics. The circuit

Turn your TV into a Digital Voltmeter using Atmel’s AVR 90S1200 microcontroller Read More »

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 »

A multifunction digital meter using Atmega128 microcontroller

This is a multifunction bench test instrument built using an Atmega128 microcontroller and incorporate a lot of functions like voltmeter, ammeter, logic analyzer, frequency generator, frequency counter and also provides regulated DC power supply. This device is interfaced with a Windows PC to display the measurements. The PC software is developed in VB 6. The function

A multifunction digital meter using Atmega128 microcontroller 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 »

Portable 2.4 GHz Spectrum Analyzer using Atmega8 microcontroller

There are plenty of wireless devices available on the market that broadcast in the 2.4 GHz ISM band. Such devices include Bluetooth, WiFi, Zigbee, wireless USB, cordless phones, wireless mice and keyboards, etc. This project describes a wireless spectrum analyzer to examine the surrounding radio frequencies in 2.4 GHz band. The project is based on

Portable 2.4 GHz Spectrum Analyzer using Atmega8 microcontroller Read More »

Digital oscilloscope GLCD using Atmega32 microcontroller

This project describes how to make a digital oscilloscope using an Atmega32 microcontroller and a graphics LCD. The GLCD used has 64*128 pixel dots (GDM12864A with KS0108 processor) and the AVR runs at 16 MHz using an external crystal oscillator. To enhance the speed further, it uses an external A/D converter chip, ADC0820. The sampling

Digital oscilloscope GLCD using Atmega32 microcontroller Read More »

AM radio transmission using AVR using Atmega324 microcontroller

AM radio transmission using AVR using Atmega324 microcontroller

When you think about building a radio transmitter circuit, the first thing that comes in mind is it requires too many analog components. But wait a minute, this guy demonstrates an AM transmission using a microcontroller. The interesting part is it uses a plant as an antenna for transmission. This project is based on Atmega324

AM radio transmission using AVR using Atmega324 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 »

Scroll to Top