AVR ATmega Projects

AVR displays body temperature on a Nokia 3310 LCD using Atmega8 microcontroller

This project describes how to measure temperature with Atmega8 and a thermistor and display it on a Nokia 3310 LCD. A thermistor is a device that changes its resistance with temperature. With a proper resistor divider network, the temperature can be measured by measuring the voltage across the thermistor. The voltage across the thermistor is […]

AVR displays body temperature on a Nokia 3310 LCD using Atmega8 microcontroller Read More »

Open Source USB AVR Programmer for Students and Hobbyists using Atmega8 microcontroller

If you cannot afford to buy a USB programmer for AVR, don’t worry, you can make one by yourself. This programmer uses a Atmega8 microcontroller with a few external passive components. The good thing is you don’t need any USB controller because it is implemented in the firmware inside Atmega8. Yes, you are right, you

Open Source USB AVR Programmer for Students and Hobbyists using Atmega8 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 »

50 MHz range frequency counter using ATtiny45 microcontroller

50 MHz range frequency counter using ATtiny45 microcontroller

A wide range frequency meter is an useful tool for an electronics lab. This projects describes a frequency meter based on AT90S231 microcontroller that can measure input frequencies up to 50 MHz. The measured frequency is displayed on 6 digit multiplexed seven segment displays. It uses two external high-speed 8-bit counters (74HC590) in cascade to

50 MHz range frequency counter using ATtiny45 microcontroller 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 »

Build an AVR Xmega Prototyping Board using AVR microcontrollers

The AVR ATXmega chip is a newer offering in Atmel’s AVR line.  The Xmega is billed as a hybrid 8/16-bit MCU, which means you can use your normal development environment to program Xmegas (as compared to AVR32 and Atmel’s ARM line).  Because the Xmega uses a different programming interface, it does require a programmer that

Build an AVR Xmega Prototyping Board using AVR microcontrollers Read More »

Development Board With LCD using Atmega16 microcontrollers

This instructable shows, how to do your own development board for Atmega16 or Atmega32 processors.The Internet is full of home made development boards, but I think that, there is room left for another one. This board have been very useful on my projects and I actually designed and made it to serve one of my

Development Board With LCD using Atmega16 microcontrollers Read More »

Blinking, Singing, Marioman using Attiny microcontrollers

Use an attiny13a, two LEDs and a greeting card speaker to create a blinking Marioman that plays the Super Mario Brothers theme song. This can be an easy low-cost project for anyone who is looking for a fun way to break into AVR programming! The notes of the songs are generated by a square wave

Blinking, Singing, Marioman using Attiny microcontrollers Read More »

Reading Switches with using Attiny microcontrollers

There have been several Instructables dealing with outputs from the ATtiny2313 and similar AVR devices. For example, http://www.instructables.com/id/Ghetto-Programming%3a-Getting-started-with-AVR-micro/, http://www.instructables.com/id/Drive-a-Stepper-Motor-with-an-AVR-Microprocessor/. Working on the latest one from The Real Elliot, which showed how to control stepper motors, I found that it would be really helpful to be able to run alternate sections of code in the same

Reading Switches with using Attiny microcontrollers Read More »

Scroll to Top