circuit

Noise Generator

A Noise Generator per IEC 268-1, IEC 268-5, and IEC 268-7 Using Atmega

Introduction This project came about when I needed to perform some reliability tests on some headphones according to IEC 268-7. The test requires operating the headphones at their rated input power for a number of hours using clipped pink noise, and muting the noise periodically during the test. There are plenty of white noise generators

A Noise Generator per IEC 268-1, IEC 268-5, and IEC 268-7 Using Atmega Read More »

dual mode

A Superhet/Direct Conversion AM receiver for 181.818 kHz using Attiny2313

Downloads Download the AVRStudio assembly source  vlflo13041105A.asm (html format) Download the AVRStudio Hex file vlflo13041105A.hex (html format) Photo of completed receiver. Its pocket sized, but not intended to be used that way because the antenna is a highly directional ferrite loopstick. Its only a matter of luck that there was room for all the components on the board, which

A Superhet/Direct Conversion AM receiver for 181.818 kHz using Attiny2313 Read More »

Project Portable MP3 Player

EE 476 Final Project Portable MP3 Player Using Atmega

Introduction In the recent years, the MPEG Layer III (MP3) music compression format has become an extremely popular choice for digital audio compression. Its high compression ratio, and near CD quality sound make it a logical choice for storing and distributing music – especially over the internet, where space and bandwidth are important considerations. As

EE 476 Final Project Portable MP3 Player Using Atmega Read More »

Audio Tone Generator

Audio Tone Generator using AVR Microcontroller Using Atmega

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 using DAC.

Audio Tone Generator using AVR Microcontroller Using Atmega Read More »