Difference between revisions of "MP3 Player"

From Embedded Systems Learning Academy
Jump to: navigation, search
(Project Requirements)
(Project Requirements)
Line 10: Line 10:
 
== Project Requirements ==
 
== Project Requirements ==
 
* Use the sdcard slot on SJOne microcontroller for reading MP3 files from a preloaded SD Card
 
* Use the sdcard slot on SJOne microcontroller for reading MP3 files from a preloaded SD Card
* Use audio encoder/decoder peripheral interface board to decode mp3 data from SJ One Board using serial(preferably SPI) protocol
+
* Use audio encoder/decoder peripheral board to decode mp3 data sent from SJ One Board using serial(preferably SPI) bus

Revision as of 08:10, 10 November 2017

Project Summary

The goal of this project is to create a fully functional MP3 music player using SJOne Microcontroller board as the source for music and control. MP3 files will be present on an SD card. SJOne board reads these files and transfers data to a audio decoding peripheral for generating music. User would be able to use player controls (start/stop/pause) for playing MP3 songs and view the track information on a display.

Block Diagram

Mp3 player block diagram.png

Project Requirements

  • Use the sdcard slot on SJOne microcontroller for reading MP3 files from a preloaded SD Card
  • Use audio encoder/decoder peripheral board to decode mp3 data sent from SJ One Board using serial(preferably SPI) bus