chip

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 »

MP3 Player

MP3 Player Using Atmel Mega103L

Introduction Using MPEG Layer-3 compression, 40 MByte audio files have been compressed to approximately 3.5 MBytes. With the wide availability of MP3 files via the Internet, portable MP3 players have become increasingly popular. MP3 players are currently available that utilize either Compact Discs, SmartMedia, Compact Flash, or a hard-drive as their storage medium. Our interest

MP3 Player Using Atmel Mega103L 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 »

Arduino Serial Data Logger

Under $8 Arduino Serial Data Logger – Record to SD Card

Disclosure: This project operates the ATmega328-P-PU outside the published ATmel specifications: According to ATmel, the 328P requires slightly over 3.3V to reliably start the oscillator at 16MHz and to otherwise perform acceptably.  Lab testing here at SofKinetics has shown that the ‘board-duino’ 328P-PU can withstand below freezing and above 130F temperatures and that the 16MHz crystal

Under $8 Arduino Serial Data Logger – Record to SD Card Read More »

Arduino Bootload an ATmega Microcontroller part 1

Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1

There are many reasons to build your own Arduino circuit on a protoboard or a custom-designed printed circuit board. At the heart of the Arduino platform is an AVR microcontroller, in usual way you need a special hardware programmer and suitable hex files to program the Atmel AVR chip. Fortunately, Arduino is a beginner-friendly platform

Build Your Own Arduino & Bootload an ATmega Microcontroller – part 1 Read More »