ESP_VS1053_Library icon indicating copy to clipboard operation
ESP_VS1053_Library copied to clipboard

A library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards.

Results 21 ESP_VS1053_Library issues
Sort by recently updated
recently updated
newest added

Hi I have made my custom hardware where I am custom SPI pins to communicate with VS1053b chip and A TFT Display. I am able to test my display properly...

New function sendMidiMessage added to the library. The example plays (pseudo-)random MIDI notes and instruements. Tested with Arduino IDE and with ESP32 Devkitc V4 and ESP8266 NodeMCu V3 and VS1053...

Hi, IHMO, correct order should be player.switchToMp3Mode(); if (player.getChipVersion() == 4) { // Only perform an update if we really are using a VS1053, not. eg. VS1003 player.loadDefaultVs1053Patches(); } otherwise...

The issue was created to test the library with different boards and collect the result. It will be published in the documentation here: [Tested and compatible boards](https://github.com/baldram/ESP_VS1053_Library/blob/master/doc/tested-boards.md). **I ask you...

help wanted

Thanks for this library, which I'm using with an ESP32. Seem to work fine, at least the MP3 demo with the peep tone. I'm looking for the built in MIDI...

I observed that sometimes `dreq` did not become high after SCI operations. This is compliant with the [datasheet p.38](https://www.vlsi.fi/fileadmin/datasheets/vs1053.pdf) ("If DREQ is low when an SCI operation is performed, it...

This PR adds a non blocking variant (`playNonBlocking`) of `playChunk`. It writes as much data to the VS1053 audio buffer as possible without blocking.

The code performs a read operation, which is incorrectly documented as a write.

Hi all, it is not an issue of the library, but I do not know where to find documentation to solve the issue. Most of small local radios use redirect...

Hi all, My Web radio is now running well, with a really good sound thru headphones at a 192kbps stream. Before integrating a 2.8" Touch screen, I just test it...