All Projects → tuanpmt → esp-audio-player

tuanpmt / esp-audio-player

Licence: other
ESP8266 Mp3 player and display spectrum on OLED

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects

#ESP8266 Audio Player

Based on:

Demo:

DemoImage

https://youtu.be/8Z-Cp0hWlhs

Install

  • Put mp3 mono file happy-new-year.mp3 to the folder files (file size limit is 2Mbytes)
export OPEN_RTOS_PATH=/path/to/esp-open-rtos
make && make flash
  • I2S connection (PCM5102 or any I2S DAC)
ESP pin   - I2S signal
----------------------
GPIO2/TX1   - LRCK
GPIO3/RX0   - DATA
GPIO15      - BCLK
  • OLED connection (SH1106 or SSD1306) - I2C
ESP pin     - OLED
----------------------
GPIO4       - SDA
GPIO5       - SCL

iot-wifi-uno

License

  • MIT license for this application
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].