Code Monkey home page Code Monkey logo

pixel-leds-fastled's Introduction

pixel-leds-fastled

Arduino sketches and related artifacts for LED pixel projects

This sketch runs on ESP8266 and has the following functionality

  • Supports 3 strings of WS8211 LEDs:

    1. Gable end (pixel #1 is on the right end)
    2. Soffit (pixel #1 is on the left)
    3. A star

    The gable and soffit are treated as a single logical string in some places; there is some cruft code from debugging a signalling issue with the gable string. The star is a 5-point star with 60 LEDS, with #1 at the top.

  • An MQTT listener that accepts various commamnds to update the state of the system. The topic name that is configured in GarageConfig.h

  • Commands that are accepted:

  1. ota . // Enables OTA updates to the Sketch
  2. debug:1, debug:2, debug:3 . // Displays some test patterns
  3. gate:open // Triggers an animation (used when gate is opened)
  4. gate:close // Future use
  5. color:rrr,ggg,bbb/ // Up to 5 triplets; rrr is 3-digit from 000-255. The parser for this is very fragile.
  6. dim:nmm // Set the default system brightness from 0 to 255
  7. system:[off|on] // Dims the system to 0 brightness/restore default, disables/enables animations
  8. twinkle:[on|off] // randomly "twinkle" pixels on the roofline. A work in progress
  9. pattern:roof // Pick the next sequential roof pattern
  10. pattern:star // Pick the next sequential star pattern

pixel-leds-fastled's People

Contributors

tcgerhard avatar

Stargazers

Andrew 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.