Simple bluetooth receiver built on ESP32 using the AudioTools library. It gets an a2dp stream via bluetooth and then transmits it to a I2S device (e.g. PCM5102A).
Just clone the repo, open the project in arduino IDE, connect ESP32, select correct Board Type.
Due to the large size of the libraries used, the partition scheme needs to be changed: Go to _Tools_ -> _Partition Scheme_ and select _**Minimal SPIFFS**_.
Now compile and flash using the upload button (or _CTRL+U_)!
## License
This project is licensed under GPL-3.0-or-later. See [LICENSE](LICENSE).