Skip to content

A simple audio visualizer using NodeMCU and WS2812B LED strip

License

Notifications You must be signed in to change notification settings

tjohn327/esp8266_audio_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esp8266_audio_visualizer

A simple audio visualizer using NodeMCU and WS2812B LED strip, inspired by ESP32-8266-Audio-Spectrum-Display.

Parts Used

  • ESP8266 development board like NodeMCU or Wemos. (Board I used: link)

  • WS2812B led strip. (Strip I used (2m, 60led/m): link)

  • 2X 10k resistor.

Circuit

Circuit

Code

I used the Arduino IDE to program the NodeMCU. Here is a guide describing how to setup the Arduino IDE to work with NodeMCU.

The following libraries need to be installed in the Arduino IDE:

Adjust the NUM_LEDS and colors to suit your lED strip.

The code was put together in an evening, so there is a whole lot of scope for improvement. Sorry about the spaghetti code.

Demo

The ends of the LED strip responds to low frequencies, the middle part responds to the overall amplitude of the sound and high frequency sounds produce a mild sparkling effect.

https://youtu.be/BhOv1-67Nhk

About

A simple audio visualizer using NodeMCU and WS2812B LED strip

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages