Sound reactive WS2812B LED strip with bluetooth input #303
JoaoPedroAssis
started this conversation in
Show and tell
Replies: 1 comment
-
Super impressive @JoaoPedroAssis! Love it! And looks like this is the code repository from your profile JoaoPedroAssis/smartleds |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!! I made a sound reactive system based on the ESP32, that performs the FFT analysis of a music sample obtained via Bluetooth.
Special thanks to @pschatzmann for making this amazing library and for answering all my dumb questions 😆 , this project probably wouldn't be possible without it
This demo was made using the FreeRTOS to schedule the bluetooth and FFT tasks, and the Espressif RingBuffer implementation to share data between the tasks. The result of the FFT analysis was animated using the
fill_noise16()
function from the FastLED library, along with other methods. The system also outputs the music via I2S, which feeds an external DAC with AUX cable output.Hope y'all like it! Greetings from Brazil 🇧🇷 !
WhatsApp.Video.2022-09-24.at.23.00.08.mp4
Beta Was this translation helpful? Give feedback.
All reactions