TOP Contributors

  1. MIKROE (2660 codes)
  2. Alcides Ramos (356 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 (137013 times)
  2. FAT32 Library (70141 times)
  3. Network Ethernet Library (56028 times)
  4. USB Device Library (46353 times)
  5. Network WiFi Library (41968 times)
  6. FT800 Library (41295 times)
  7. GSM click (29058 times)
  8. mikroSDK (26495 times)
  9. PID Library (26452 times)
  10. microSD click (25416 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
Example

FAT32 MP3 Fusion PIC32

Rating:

0

Author: Mark Joyce

Last Updated: 2020-09-22

Package Version: 1.0.0.0

Example: 1.0.0.0

Category: Audio & Speech

Downloaded: 103 times

Not followed.

License: MIT license  

So you got a EasyPic Fusion V7 for PIC32 and you want to play some MP3's. But the demo code from Mikroe only uses old FAT16. Try This.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "FAT32 MP3 Fusion PIC32" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "FAT32 MP3 Fusion PIC32" changes.

Do you want to report abuse regarding "FAT32 MP3 Fusion PIC32".

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

Example Blog

So you got a EasyPic Fusion V7 for PIC32 and you want to play some MP3's. But the demo code from Mikroe only uses old FAT16. Making matters worse, modern SDHC cards formatted to FAT16 won't work and you don't have an old SD card. Bummer.
Not anymore, format that SDHC to FAT32 and drop some MP3's on it, change the code and away you go. 
Default MP3 file included to test the code "hello_my_name_is_mark.mp3", put it on your SD card.

Attention
The audio out jack is not compatible with all headphone jacks. If you see "Playing:  yourFile.MP3" on the TFT, audio should be coming out. Pull the jack out abit till you can hear the MP3 Audio. 

Don't forget the latest FAT32 library/package from Mikroe.

https://libstock.mikroe.com/projects/view/108/fat32-library

All file names display to TFT. 

RELATED CODES

TEA5767_FM_digital_0

0

I show you how to use the fm tuner tea5767 with the microcontroller atmega328p through the IDE MikroC pro fot avr . I used a arduino nano board for this proyect however also you can make the circuit with a mcu of dip package .

[Learn More]

Using the PWM module in DSPICS

0

Using the PWM module in DSPICS Video: https://youtu.be/GMfT48GuV8s

[Learn More]

Buzz Click driver for NETMF

0

This is a C# driver to use the Buzz Click board on the Quail board or any NETMF board. Features : - Plays melody - Plays notes (C4, A5, etc…) - Plays tones

[Learn More]