atmega32

Audio Tone Generator using AVR Microcontroller

The circuit presented here demonstrates how to generate Audible Frequency from an AVR Microcontroller. The output of Microcontroller is always digital so to generate audible sound at the outset first it needs to be converted into Analog. A DAC (Digital to Analog Converter) is used for this purpose. Microcontroller generates sine wave of Audible Frequency […]

Audio Tone Generator using AVR Microcontroller Read More »

DIY – Waveform Generator using AVR Microcontroller

To interface 8-bit DAC with AVR microcontroller ATMega32 and generate different waveforms like Square Wave, Sine Wave, Triangular Wave, Staircase Wave and Saw-tooth Wave. Instruments ·         AVR Development Board ·         ADC – DAC card ·         Digital Storage Oscilloscope (DSO) ·         Power Supply Apparatus ·         Connecting Wires ·         CRO Probes ·         General purpose PCB Components ·        

DIY – Waveform Generator using AVR Microcontroller Read More »

SPI (serial peripheral interface) using AVR microcontroller (ATmega16)

There are different protocols for serial communication between two deceives like, USART, SPI, I2C etc. Before selecting any communication protocol, data transfer rate is an important parameter. SPI transfers data at high speed data. AVR microcontroller contains on chip SPI interface. This article will explore the hardware configuration and programming of SPI. Serial Peripheral Interface

SPI (serial peripheral interface) using AVR microcontroller (ATmega16) Read More »

How to use I2C / TWI (Two Wire Interface) in AVR ATmega32

This article explores the TWI interfacing between two ATmega32 controllers. Readers are advised to go through TWI Communication and TWI registers of ATmega32 before going further. TWI works in four modes: 1.        MASTER as a transmitter. 2.        MASTER as a receiver. 3.        SLAVE as a receiver. 4.        SLAVE as a transmitter. Generally modes 1 &

How to use I2C / TWI (Two Wire Interface) in AVR ATmega32 Read More »

100 LED 10 band Audio Spectrum atmega32 MSGEQ7 with peak hold and fall down

, MSGEQ7 and atmega32  based  Audio Spectrum. 10 level height and 10 band width. peak hold and fall down display style Step 1: Components list components list ————————————- 1, atmega32 – 1 2, MSGEQ7 Audio spectrum ic -1 3, veroboard – 1 4, RED  Bar graph  LED  -10 5, 20 pin ic base –   10

100 LED 10 band Audio Spectrum atmega32 MSGEQ7 with peak hold and fall down Read More »

Scroll to Top