Giter VIP home page Giter VIP logo

led-fireworks's Introduction

LED-Fireworks

Firework effect with WS2812b LED and a MCU

This project uses FastLED library to control the LED strip.

WS2812b IC is embedded into each LED, each LED has 4 pins

  1. VCC
  2. GND
  3. Data In (to input byte stream)
  4. Data Out (to output byte stream)

Each LED trims out the first 3 bytes of data (RGB values) from the byte stream and sends the rest of stream to next LED.

Power Requirements

The WS2812b LEDs runs on 5V and require max 60mA of current (20mA, 20mA, 20mA each for Red, Green and Blue) This light can be Powered directly via Arduino running on 5V with a 330ohm resitor on data PIN. And can be controlled via Raspberry Pi, ESPs or any other 3.3V device with help of logic level shifter.

Setup

The Led Strip is isolated in 2 sections. First is flare and second is spark Physically the flare is made up of 1 row of 90 LEDs and the spark is made up of 6 rows of 30 LED each.

Logically flare is an array of 90 LEDs and spark is an Array of 30 LEDs (duplicated over 6 rows) and Tail of the flare and spark runs few LEDs in back with decresed intensity

led-fireworks's People

Contributors

samteck avatar

Watchers

 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.