Skip to content
Carl Peto edited this page Oct 22, 2020 · 6 revisions

Neopixels are strings of small, very bright, multicoloured (RGB) LEDs that are individually addressable using a fast, custom one wire protocol.

They can easily be programmed in Swift for Arduino using built in functions in the standard hardware library (the AVR module).

The original LEDs were made by World Semiconductor, in Shenzen, China and most are still made there. They came to fame sold by Adafruit, who call them "neopixels" and the name is widely used for all such LEDs. In the S4A documentation, we tend to use the term "intelligent LEDs" or "iLED", to reflect the fact that actually "neopixel" is a trademark of Adafruit, but most people will colloquially call them "neopixels".

How neopixels are programmed

Some simple projects...

TBA