TOP Contributors

  1. MIKROE (2653 codes)
  2. Alcides Ramos (351 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136660 times)
  2. FAT32 Library (69898 times)
  3. Network Ethernet Library (55916 times)
  4. USB Device Library (46248 times)
  5. Network WiFi Library (41881 times)
  6. FT800 Library (41126 times)
  7. GSM click (28970 times)
  8. PID Library (26406 times)
  9. mikroSDK (26343 times)
  10. microSD click (25350 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Visual TFT/GLCD Project

MP3 Player for Mikromedia PIC32

Rating:

0

Author: Amaury LAURENT

Last Updated: 2016-02-18

Package Version: 0.1.0.0

Category: Audio Playback

Downloaded: 1650 times

Followed by: 3 users

License: MIT license  

This project shows a way to play MP3 files on the dev board Mikromedia fro PIC32 using the stand alone audio codec VS1053 by VLSI.
This program only uses interruptions from the input capture module to drive the codec.
Play/pause/stop functions works, as the volume control (log corrected to suite the human ear sensibility).

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "MP3 Player for Mikromedia PIC32" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "MP3 Player for Mikromedia PIC32" changes.

Do you want to report abuse regarding "MP3 Player for Mikromedia PIC32".

  • Information
  • Comments (0)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroC PRO for PIC32
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Visual TFT/GLCD Project Blog

MP3 Player for PIC32 and VS1050 CODEC

This project is the beginning of a more featured MP3 player I want to build. It allows the PIC32 to play the sound.mp3 file located on the SD card formatted in FAT16 using both FAT lib from MikroC and interrupts from the input capture module.

It provides a small HMI which allow to play/pause/stop and adjust the volume.

Unfortunately, I'm not enough friend with file systems to add skip features, and a real file explorer.
If someone feels more confident than me using FAT or FAT32, feel free to add any features you want, but please, don't forget to share them on Libstock!

Enjoy !

Main screen

Main screen

Main screen

View full image

ALSO FROM THIS AUTHOR

Bluetooth Parani ES110 for pic32

0

This project shows a way to search devices and connect with a Parani ESD110 long range bluetooth module connected on the UART of a PIC32. I use a mikromedia for PIC32 dev board. Here is the documentation of the Bluetooth module: http://www.sena.com/products/industrial_bluetooth/esd110.php

[Learn More]

USB to UART1 CDC Bridge

0

A small but usefull project to directly access UART1 from a computer through USB Virtual Com Port.

[Learn More]

USB Joystick for Mikromedia for PIC32

0

This project is a small 2 axes, 10 buttons and PoV joystick driven by the tactil screen of the Mikromedia board.

[Learn More]