hex

4×4 Matrix Key-board Interfacing with ATmega32

Here is a project for beginners to interface a 16-key (4×4) keypad with ATmega32 using 8-pins i.e. one port of the microcontroller. This is useful particularly where we need more keys but don’t want to spend more uC pins for interfacing. The 4×4 keypad is a standard one available in the market. I’ve used here […]

4×4 Matrix Key-board Interfacing with ATmega32 Read More »

NOKIA 3310 LCD interfacing with ATmega8

Using graphic LCD in a project gives it really a good look and flexibility of displaying different characters and shapes. But, the graphic LCDs are quite costly. The NOKIA 3310 LCD provides a really low-cost solution to add a small graphic display into your project and also good for learning purpose. The LCD is SPI

NOKIA 3310 LCD interfacing with ATmega8 Read More »

TV remote controller 160KHz High Quality Stereo MMC WAV player using ATMEGA32

TV remote controller 160KHz High Quality Stereo MMC WAV player using ATMEGA32

Introduction: This is my first AVR based hobby project and the most successful one compared to my all previous stuff. I am 100% satisfied with this work. Few months ago, I tried to make a wav player using a PIC16F877A. It worked anyway, but the audio quality was not so good for higher sampling rate

TV remote controller 160KHz High Quality Stereo MMC WAV player using ATMEGA32 Read More »

Generating AUDIO ECHO using Atmega32 microcontroller

Generating AUDIO ECHO using Atmega32 microcontroller

Introduction: But now I can do this very easily by a simple digital signal processing using a microcontroller. It’s concept is very simple, ie we need to apply a proper delayed feedback in digital samples with in a circular buffer. I did this using an atmega32 microcontroller and it worked fine. This is simple but

Generating AUDIO ECHO using Atmega32 microcontroller Read More »

Implementing Discrete Fourier Transform in Atmega32 to make an audio spectrum analyzer

Implementing Discrete Fourier Transform in Atmega32 to make an audio spectrum analyzer

“All waveforms, no matter what you scribble or observe in the universe, are actually just the sum of simple sinusoids of different frequencies.” Hi, I am just refreshing the basics of fourier transform. I am not an expert. Now I did a small audio spectrum analyzer(0 – 10KHz) on a 16×2 character lcd using an

Implementing Discrete Fourier Transform in Atmega32 to make an audio spectrum analyzer Read More »

Scroll to Top