paulgreg / esp32-bluetooth-audio-adafruit

An ESP32 bluetooth audio receiver using an adafruit breakout

Home Page:https://hackaday.io/project/183183-esp32-bluetooth-audio-receiver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32-bluetooth-audio

An ESP32 blueooth audio receiver, inspired by KitchenRadio and using ESP32-A2DP library ! 🙏

Hardware

  • esp32
  • Adafruit VS1053 breakout
  • jack connector

Connections

Follow Adafruit VS1053 wiring tutorial and use SPI3 on esp32

  • VS1053 -> ESP32

  • VCC -> 3.3v
  • GND -> GND
  • XDCS -> IO 21
  • SDCS -> IO 17
  • CS -> IO 05
  • RST -> RST
  • SCLK -> IO 18
  • MOSI -> IO 23
  • MISO -> IO 19
  • DREQ -> IO 26
  • AGND -> Center 'ground' pin on jack connector
  • LOUT -> Left pin on jack connector
  • ROUT -> Right pin on jack connector

Configuration

Copy parameters.h.dist to parameters.h and change it to your settings

Librairies

Flash

Flash using « ESP32 DEV Module »

References

About

An ESP32 bluetooth audio receiver using an adafruit breakout

https://hackaday.io/project/183183-esp32-bluetooth-audio-receiver

License:Apache License 2.0


Languages

Language:C 78.7%Language:C++ 21.3%