Skip to content

Commit 4d57aa6

Browse files
committed
docs: update README
1 parent 80a9340 commit 4d57aa6

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,25 @@ ESP32 Bluetooth Speaker
44
Bluetooth 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

0 commit comments

Comments
 (0)