Neopixels: ultra-low RAM

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

  • The Adafruit Neopixel library is great, but uses 3 bytes of RAM per pixel....in my application that's nearly 3kB (for the pixels alone!), which rules out the M328/Uno, and basically all of the 8-bit chips. I have a prototype running well using Adafruit's Neopixel library on a Mega 2560, but those are hard to source in the current market. And it's overkill for my use case.

  • 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