Git Product home page Git Product logo

sound-and-music-reactive-esp8266-ws2812b's Introduction

This repo is not maintained anymore and if you are interested in music reactive WS2812 checkout this amazing project LEDFX fully compatible with WLED

Music Reactive WS2812 LED Strip via PC and raspberry with ESP8266

Want to enjoy some music reactive without any hassling wiring and microphone like stuff along with arduino, then this will be perfect for you!

This project utilises sound/music from PC and process it accordingly and send over wifi to ESP8266 device.

Parts, tools, softwares required:

Hardware Required:

  1. ESP8266 (I have used NodeMCU)
  2. Programmable LED Strip (I have used WS2812B)
  3. Laptop/PC
  4. Raspberry pi (Not covered in this documentation, I have raspberry pi but do not have usb-sound card)
  5. Wiring, resistors-capacitors for avoid burning your WS2812 or ESP8266.

Software Required:

  1. Arduino IDE for flashing code to ESP8266
  2. Anaconda installed on PC (https://www.anaconda.com/download/) for python environment.
  3. Working condition PC for all processing stuff with working sound card!

Tools Required: -> Basic knowledge is required

Download this repository and save according to your ease of access

How things are working?

The repository includes everything needed to build an LED strip music visualizer (excluding hardware):

Python visualization code, which includes code for:

So, music/sound is processed and hence signals are transferred to ESP8266

Signal Processing

ESP8266 recieving signals:

Block Diagram

Configuring Arduino and Anaconda

Arduino IDE

  • Install latest Arduino IDE from "https://www.arduino.cc/en/main/software".

    • Install all dependencies and libraries which include ESP8266 boards, ESP8266 libraries, FastLED, Neopixel Library, Neopixel BUS library.
    • Get all the libraries ready and flash your ESP8266 from board selection choice.
  • If there is any error while flashing, look into the error and install the corresponding library!

  • Upload the code and verify that ESP8266 is connected to your Wifi or not

Anaconda

  • Once you have installed anaconda we need to create the environment AKA the workstation through which this will work!
    • You can create conda environment thorugh base(root) terminal or just by pressing "Create" button
    • when you are creating through base(root) use "conda create --name visualization-env python=3.5"
    • activate visualization-env
    • Now we have to install several dependicies to able to work:
      • conda install numpy scipy pyqtgraph
      • pip install pyaudio

Connections

ESP8266 connection edit out pin output according to your requirement in (ws2812_controller.ino)

ESP8266

Connection WS2812 with care is important as they are very sensitive to voltage change and you can easily burn them!

WS2812 Connection

Sound selection

Stereo sound is preffered if you want to utilise music from your PC not from micrphone of PC

So, select stereo connection from sounds properties, and if it is not showing up - right click and check for disabled devices, if still it doesnot show you can use third party software like "VoiceMeeter". Sound Selection

Sound Selection2

Last But Not Least - Run the visualisation

Once you have done all this and flashed code to ESP8266 without any error, then run the environment and go to directory where you have downloaded this repository For ex- If you are in E drive and python folder is saved like this "E:\DATA\AURDINO PROJECTS\Music Reactive\audio-reactive-led-strip-master\python" then by "cd E:\DATA\AURDINO PROJECTS\Music Reactive\audio-reactive-led-strip-master\python" change to this directory and then "python visualization".

Boom! Enjoy the visualization and make your room sync to music, adjust the frequency slider according to your requirement!

Visualization

Effect

Project Credits:

This is refined Version of (@scottlawsonbc) and all schematics + Tutorial and all the errors and instructions covered

Arduino refined code is by (@joeybab3), (@gorgitko)

Themed Version is available at "https://anshumanfauzdar.github.io/Sound-and-music-reactive-ESP8266-WS2812B/"

Current Status:

I have moved my LED strips to TV frame and using WLED for daily use and LEDFX for music reactive purpose and it works great, but if you want to use more cool effects and dedicated to music reactive then use this project and do share with others!

sound-and-music-reactive-esp8266-ws2812b's People

Contributors

anshumanfauzdar avatar imgbotapp avatar shivamcreator avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.