CONTENTS

Home
Projects
  Electronics
  Graphics
  Java
  Java Mobile
  Other Stuff
Resume
Music
Links To Friends
Pictures
About Mike
Contact



Playing Sound From An SD/MMC Card

Related pages on www.mikekohn.net: atmel rs232, picarus, msp430 guitar processor, 6581 Sound Chip, FPGA VGA, SX VGA, Atmel VGA, Bitbanging, Motor Control, Linksys Helicopter, PCI FPGA, Propeller Poker, Metal X Mod, Floppy Music, YJM Mod, DAC Sound, Remote Control, Balsa Airplane, Garage Door, SD/MMC, Sony SIRC Infrared, Tape Data Recorder

October 30, 2009

Introduction

This is an Atmel ATmega168 circuit demonstrating how to grab data off an SD/MMC card, send that data out through an SPI DAC connected to an amplifier, and how to use the A/D converter with an infrared proximity detector. The way I have it programmed here, when the proximity detector detects something geting close it plays 1 sound. When the proximity detector no longer detects the object it plays a second sound. Since it's halloween tomorrow I figured I'd make it a halloween theme. There is a video of it working here:



Or: http://www.youtube.com/watch?v=uhiz7umTcXw

This project is similar to an earlier one I did except that project used a parallel DAC and an i2c eeprom chip. This project can be viewed here DAC sound player.

Problems

Not SD/MMC related, I'm experiencing horrible noise out of the LM386 amplifier when the infrared proximity sensor is connected to the circuit. If I disconnect the 5v power supply from the circuit the noise heard in the circuit above goes away. I probed the circuit with my oscilloscope between the DAC and the amplifier and the signal is perfectly clean so I guess it's somewhere in the amplifier. I tried some capacitors too but had no luck with that.

Pictures
Here is the small test circuit from the schematic below.
Here is the small test circuit from the schematic below.

Schematic

Source code
sd_sound.asm



Copyright 1997-2010 - Michael Kohn

This page was designed to work with all standard HTML compatible web browsers including Firefox, IE, Safari, and Links.