Giter Club home page Giter Club logo

uno_vu_line's Introduction

UnoVULine

Code written to run on the Arduino Nano or Uno to drive LED strips such as WS2812B as a stereo VU meter.

Features

  • 10 VU patterns that move in time to the music.
  • 7 standby patterns that move without audio input.
  • Press the button to change pattern, long press to automatically cycle through patterns.
  • Remembers the last pattern that you used when you power it off and returns to it on power on.
  • Supports 75 LEDs per channel (150 total) on Uno and Nano. Much more on Mega etc.
  • Completely open source and hackable. Create your own patterns or use it in whatever you like!

Demo

Click the image below for a low-production-value video of it in action.

Youtube video of VU meter in action

Installation and code usage

If you have purchased the pre-made PCB from me, make the connections as shown below:

Wiring schematic

If you want to make this on your own, the schematic that I have used is:

Wiring schematic

  1. Download this repository and unzip it somewhere. The unzipped folder must be called Uno_vu_line.
  2. Open the Arduino IDE then open Uno_vu_line.ino
  3. You will need the FastLED library. In the IDE, go to Sketch -> Include Library -> Manage Libraries. Search for FastLED and install the latest version.
  4. On the Uno_vu_line.ino tab, find the line that says # define N_PIXELS and change the number after it to the number of LEDs you have in each string.
  5. If you have bought a PCB from me, you will need to install the USB drivers for the Nano.
  6. Plug in the Arduino and upload the code in the usual way, ensuring that the correct board type and com port are selected in the Tools menu.

Extra info

  • The more LEDs you have, the more power you will need to provide. Make sure your power source is able to cope.
  • If the controller seems to go weird, I've found a quick reflash of the code usually clears it up quickly.
  • This project is for entertainment purposes only and the output is not calibrated in any way.
  • Code is written to run on the Nano / Uno or equivalent. Using an AVR with more SRAM will result in being able to use more LEDs.

Code is based on demos from the FastLED library and code from Cinelights YouTube channel.

uno_vu_line's People

Contributors

s-marley avatar

Stargazers

realJustinBruce avatar  avatar

Watchers

James Cloos 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.