marchingband / wvr

Home of WVR, an open source, Arduino compatible, ESP32-based Sample Player and Audio Framework.
GNU General Public License v3.0
65 stars 9 forks source link

Add Bluetooth Audio Source #62

Open marchingband opened 1 year ago

marchingband commented 1 year ago

https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/bluedroid/classic_bt/a2dp_source https://github.com/pschatzmann/ESP32-A2DP

BT devices in range should be enumerated in the WEB UI, user can chose, and store choice in flash, to auto-connect on boot.

Possible to use NimBLE like in the BLE MIDI branch?