AVR ATmega Projects

AVR RGB LED and Sound Show using ATmega168 microcontroller

The tutorial is well planned and executed. I really liked the RGB LED and Sound show given at the end. I will try it and tell how it works. Till then you can read the rest of the article here. Working with Atmel AVR Microcontroller Basic Pulse Width Modulation (PWM) Peripheral The article also explain […]

AVR RGB LED and Sound Show using ATmega168 microcontroller Read More »

Visualize ADC data on PC Screen using USART AVR Project using microcontroller

ADC (Analog to digital converter) is a commonly used peripheral. We use it everyday to interface with several analog sensors. Many times a nice visualization of ADC data is required during learning about new sensors. For example you just bought a analog sound sensor, and try to do some fast experiments that how it performs.

Visualize ADC data on PC Screen using USART AVR Project using microcontroller Read More »

AVR ATmega8 Project LED Moving Message Display using ATmega8 microcontroller

An interesting project that can be done using Microcontroller is a LED message scroll er. It teaches you a quite lot of things. So I decided to make one. I made the hardware design modular and cascadeble That means the whole display is made up of several 15×7 modules. Each module has everything to drive

AVR ATmega8 Project LED Moving Message Display using ATmega8 microcontroller Read More »

PS2 Keyboard Interface with AVR MCU using ATmega8 microcontroller

A PC keyboard is an old and trusted human machine interface. Most peoples are familiar with it. When a text entry is required it is the best method. If we can interface the PC keyboard with an AVR MCU we can create a whole lot of interesting applications! This tutorial will focus on our easy

PS2 Keyboard Interface with AVR MCU using ATmega8 microcontroller Read More »

SMS Based Voting System – AVR GSM Project using ATmega32 microcontroller

Hi friends ! Here I am showing a microcontroller based project called the “GSM Based Voting System“. Using this system you can ask your users to vote for any of the four options. Four available options are identified by a letters ‘A’, ‘B’, ‘C’ and ‘D’. User can vote for any option by sending a

SMS Based Voting System – AVR GSM Project using ATmega32 microcontroller Read More »

Interfacing TCS3200 Colour Sensor with AVR ATmega32

Detecting colour of an object can be an interesting and useful electronic application. It can be realized using a colour sensor like TCS3200 and a general purpose microcontroller like AVR ATmega32. TCS3200 Colour Light to Frequency Converter Chip TCS3200 chip is designed to detect the colour of light incident on it. It has an array

Interfacing TCS3200 Colour Sensor with AVR ATmega32 Read More »

AVR Music Player with Alarm Clock using AT90USB1286 microcontroller

This music player project built based on AT90USB1286 microcontroller. It uses VS1033D music decoder which integrates music file decoding and digital-to-analog output. Other main part including 16×2 character LCD display, ST7066/HD44780 compatible, using 3.3V instead of 5V and DS1307 real time clock. By finishing this project you can understand the communication between the microcontroller, memory,

AVR Music Player with Alarm Clock using AT90USB1286 microcontroller Read More »

AVR Power Usage Logger using ATmega168 microcontroller

This ATmega168-based project monitors household power usage and logs it to an SD card. Signals from voltage and current detectors amplified LMC6484AIN quad op-amp and then AVR microcontroller computes the power consumption using the formula P=VxI. The voltage and current are each sampled at 9615 Hz so the integration should be fairly accurate even for

AVR Power Usage Logger using ATmega168 microcontroller Read More »

Scroll to Top