Arduino
A Simple Arduino Bluetooth Music Receiver Library for the ESP32
The ESP32 provides a Bluetooth A2DP API that receives sound data e.g. from your Mobile Phone and makes it available via a callback method. The output is a PCM data stream decoded from SBC format. The documentation can be found here. I2S is an electrical serial bus interface standard used Read more…