AVR ATmega Projects

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 »

Halloween Robot using Attiny microcontrollers

Halloween Robot controlled by an old wingman joystick. I don’t reccommend this for beginners with electronics only because some things like joysticks and power adapters are not all the same and must be modified. Additionally I provide programming code which will only be useful for particular stepper motors without modification. **This is still unfinished, but

Halloween Robot using Attiny microcontrollers Read More »

ISP Breadboard Header using AVR microcontrollers

When I was first working with AVR microcontrollers, I relied a lot on tutorials I found on the web, but nearly all of them raised the question of how to attach a programmer to the microcontroller when you aren’t using a development board. Most of the time, I would see people shoving pieces of wire into the

ISP Breadboard Header using AVR microcontrollers Read More »

Atmega8 measures ambient temperature and relative humidity using HSM-20G sensor

In one of my previous posts, I discussed about Sensirion’s SHT11 and SHT75 sensors, which are capable of measuring both temperature and relative humidity. They are digital sensors and provide fully calibrated digital outputs for temperature and relative humidity. I also illustrated how to interface those sensors with a PIC microcontroller. Shawon Shahryiar from Dhaka, Bangladesh shared this project

Atmega8 measures ambient temperature and relative humidity using HSM-20G sensor Read More »

A complete starter guide to AVRs using attiny2313 microcontroller

A complete starter guide to AVRs using attiny2313 microcontroller

Have you played with Arduino’s and now have a taste for microcontrollers? Have you tried to go beyond Arduino but got stopped by the dense datasheets? This is the instructable for you! I was working on an instructable for the epilog contest which would wirelessly link two smoke alarms. I wrote all the code and

A complete starter guide to AVRs using attiny2313 microcontroller Read More »

An universal programming adapter for the Atmel STK500 using AVR microcontroller

You have an STK500 development board for the AVR controllers from Atmel? And you want to use it with a newer AVR controller which is not supported by any of the 8 sockets on board? And you do not own an STK505 extension board? Welcome to my world until yesterday! This is my first instructable

An universal programming adapter for the Atmel STK500 using AVR microcontroller Read More »

Scroll to Top