Sophisticated SoundReactive Setup w/ WLED #307
Replies: 1 comment
-
A Generic Architecture for ESP32-A2DP/WLED Sound-reactive Setups The basic sound-reactive setup presented above works OK, but sound output options are generally limited to ESP32-A2DP i2s. For more audio routing options, a more generalized Bluetooth audio streaming architecture is required – of which a Bluetooth multi-point transmitter plays a pivotal role:
|
Beta Was this translation helpful? Give feedback.
-
Soundreactive effects for a Honeycomb wall panel backlight. Harnessing WLED for LED strip rendering. Check these demos out:
Note that the ESP32-A2DP and sound reactive modules run on a separate ESP32 than WLED's (i.e. ESP32-A2DP Bluetooth vs. ESP32 WLED WiFi). These two separate devices are connected via UART. Using WLED JSON API over ArduinoSerial messaging to control LED rendering.
Beta Was this translation helpful? Give feedback.
All reactions