Multifunction LED strip with one button?

This page summarizes the projects mentioned and recommended in the original post on /r/arduino

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Adafruit_NeoPixel

    Arduino library for controlling single-wire LED pixels (NeoPixel, WS2812, etc.)

  • So in the video above, they use the FastLED library. Another library that is commonly used is the Adafruit Neopixel library. That library comes with some examples, and here's one for using a button to change patterns and animations. You should be able to adapt it to use FastLED or whatever other library you're using. https://github.com/adafruit/Adafruit_NeoPixel/blob/master/examples/buttoncycler/buttoncycler.ino

  • ArcticKiwii-Pegboard-Lights

    A multi-pattern led strip w/ potentiometers for hue/brightness and a button.

  • I recently completed a project that incorporates more or less what you're asking about. My code is a modified version of FastLed's DemoReel100. The entire .ino file can my found here

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts