File tree Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Expand file tree Collapse file tree 1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,25 @@ ESP32 Bluetooth Speaker
44Bluetooth Speaker based on ESP32 chip with optional visual effects output.
55
66## Main Features
7- * A2DP Music Streaming
8- * I2S Output ( External DAC needed)
7+ * A2DP Audio Streaming
8+ * Internel DAC / External I2S Codec Output
99* VFX Output (Audio FFT / Rainbow / Stars / ...)
1010* BLE Control Interface (for VFX Output)
1111* Audio Prompt (Connected / Disconnected / Resume / Sleep)
12- * Sleep/Resume (External Key needed )
12+ * Sleep/Resume (with External Key)
1313* OTA Firmware Update (via SPP Profile)
1414
15+ ## Configure
16+ ```
17+ ./esp-idf/tools/idf.py menuconfig
18+ ```
19+ * All project configurations are under the ` Bluetooth Speaker ` menu.
20+
21+ ## Build & Flash & Monitor
22+ ```
23+ ./esp-idf/tools/idf.py flash monitor
24+ ```
25+
1526## Music VFX on ST7735 80x160 LCD Panel (Realtime FFT)
1627<img src =" docs/lcd.png " >
1728
You can’t perform that action at this time.
0 commit comments