ESP32_MP3_Decoder icon indicating copy to clipboard operation
ESP32_MP3_Decoder copied to clipboard

A internet radio and bluetooth speaker project for the Espressif ESP32

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

Hello, I just asked for help because when I am at the step of the `make menuconfig `command, I have an error which tells me that it does not find...

How to make the Bluetooth as a audio output? I was searching in the esp32 wiki and found that the Bluetooth may be used as master to source the audio...

App "mp3_decoder" version: 1 CC build/playlist/playlist.o /home/stephan/Documents/Elektronik/netradio-other/MrBuddy/ESP32_MP3_Decoder-master/components/playlist/playlist.c:19:10: fatal error: ini.h: No such file or directory #include "ini.h" compilation terminated. make[1]: *** [/home/stephan/esp/esp-idf/make/component_wrapper.mk:292: playlist.o] Error 1 make: *** [/home/stephan/esp/esp-idf/make/project.mk:635: component-playlist-build] Error...

How to connect headphone to esp32 to listen?

Hi, there is no bluetooth speaker mode in menuconfig. I got to enable classic BT and A2DP in component config, but there is no BT speaker mode anywhere. I looked...

I have the same issue, but I use external DAC and good internet connection. I assembled my project on esp32-wroom. here are logs: The first time after booting player plays...

Hi, I want to read the mp3 file from sd card, decode it and output throuhg built-in DAC, but it occured an error(MAD_ERROR_LOSTSYNC ). following is my code that calling...

Hi, I'm trying to play that radio: http://stream3.polskieradio.pl:8900 It plays correctly with mpg123 on PC, but it "freezes" on ESP32. After some debugging, it seems that in http_parser.c, we expect...

Hello, I am doing "make" this example but showing make error. make[1]: *** No rule to make target '/home/esp-idf/ESP32_MP3_Decoder/components/MerusAudio/MerusAudio.c', needed by 'MerusAudio.o'. Stop. /home/esp-idf/make/project.mk:530: recipe for target 'component-MerusAudio-build' failed make:...

Hello! I'm trying to do the "make" after setting my bluetooth option in "make menuconfig" but I'm getting the following error: > CC build/bt_speaker/bt_speaker.o /Users/joaosacramento/esp/esp-idf/ESP32_MP3_Decoder/components/bt_speaker/bt_speaker.c: In function 'bt_av_hdl_stack_evt': /Users/joaosacramento/esp/esp-idf/ESP32_MP3_Decoder/components/bt_speaker/bt_speaker.c:101:34: error:...