medium

PCM Audio Based Door Bell using Atmega32 microcontroller

This is a simple procedure to play PCM audio on any AVR microcontroller. AVR’s high speed PWM is used to play the audio. It almost sound fine and can be used for simple projects that require sound effects. The code is compiled in winavr GCC compiler. The microcontroller used is ATmega32, though any AVR processor […]

PCM Audio Based Door Bell using Atmega32 microcontroller Read More »

Dotmatrix using ATtiny2313 microcontroller

On this page you will find a scrolling LED sign based on the ATtiny2313 AVR microcontroller, which you can build yourself (when finished) Other names for this device can be: Moving message sign, Message crawler, Scrolling message, message display, etc. The idea is to let a text scroll over the LED dot-matrix displays. A dot-matrix

Dotmatrix using ATtiny2313 microcontroller Read More »

Easy Breadboarding using ATMega microcontroller

When I’m fiddling about with electronics I want to be comfortable about it. Therefore I built some things to make by breadboarding life a little simpler. One example is the Network Breadboard Interface. Another one is this little project. These little pcb’s can be put directly into a breadboard and they have the same pinout

Easy Breadboarding using ATMega microcontroller Read More »

Power usage monitor using Atmel AVR using Atmega168 microcontroller

This project uses Atmega168 microcontroller to compute the power usage at home and logs it to an SD card. It has a graphical LCD display too that shows the power usage as a strip chart. Besides, the voltage and current waveforms can also be displayed on the LCD. The current is measured using a pair

Power usage monitor using Atmel AVR using Atmega168 microcontroller Read More »

Scroll to Top