Search found 5 matches

by Jay
Tue 2024-02-06 17:47
Forum: Microcontroller Software
Topic: ESP32 library for Sparkfun VS1053 module
Replies: 5
Views: 6471

Re: ESP32 library for Sparkfun VS1053 module

yeh, I do find patch (.plg) file but I didn't find any Function to play Audio from SD Card, so now I am using Adafruit's library, and what is the address of HDAT1 register of vs1053? found on this form that HDAT1 register gets changed to FF but I don't know at which hex address the register is, so f...
by Jay
Thu 2024-01-25 10:13
Forum: Microcontroller Software
Topic: ESP32 library for Sparkfun VS1053 module
Replies: 5
Views: 6471

Re: ESP32 library for Sparkfun VS1053 module

Hi there

Does this Library support FLAC format audio playback?
I had same problem all i found on GitHub is Internet Radio with ESP32, but I also found library for vs1053 modified for esp32,
https://github.com/baldram/ESP_VS1053_Library
There is some good Library but all for Arduino.

- Jay
by Jay
Wed 2024-01-24 18:12
Forum: Microcontroller Software
Topic: Esp32 and VS1053 Audio Player
Replies: 2
Views: 4995

Re: Esp32 and VS1053 Audio Player

Thank for the reply, Well I don't know much about software side of Arduino, i only know basic stuff,the baldram's library which I used is for configured to work with ESP32, And in baldram's library there is two examples one is web radio demo which play audio from url and MP3 player demo which plays ...
by Jay
Tue 2024-01-23 19:14
Forum: Microcontroller Software
Topic: VS1053 MP3 play back slow and 'wobbly'
Replies: 15
Views: 16093

Re: VS1053 MP3 play back slow and 'wobbly'

Try Different Code or library and try to change pins of the microcontroller, I had same issue but somehow it resolved (still don't know what resolved) in my problem the sound output of the vs1053 shield is like cutting/brassy/chopping (like removing some bits of the audio and then playing) the probl...
by Jay
Tue 2024-01-23 18:36
Forum: Microcontroller Software
Topic: Esp32 and VS1053 Audio Player
Replies: 2
Views: 4995

Esp32 and VS1053 Audio Player

hi there, I want to make an ESP32 and VS1053 based FLAC/Mp3 player, I am new to microcontrollers and VS1053 so don't know where to start, i found this example code which have an example code from some French website :- Code :- -------------------------------------------------------------------------...