arduino-audio-tools/examples/examples-communication/http-server/player-sd-webserverex_mp3
2024-04-23 10:46:02 +02:00
..
player-sd-webserverex_mp3.ino Move a2dp and http examples to communications 2024-04-23 10:46:02 +02:00
README.md Move a2dp and http examples to communications 2024-04-23 10:46:02 +02:00

A Simple SdFat Audio Player

The example demonstrates how to implement an MP3 Player: which provides the data from a SD drive and provides the audio via a Webserver!

SD Card

Here is the information how to wire the SD card to the ESP32

SD ESP32
CS VSPI-CS0 (GPIO 05)
SCK VSPI-CLK (GPIO 18)
MOSI VSPI-MOSI (GPIO 23)
MISO VSPI-MISO (GPIO 19)
VCC VIN (5V)
GND GND

SD

Dependencies