Adafruit NeoPixel: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} category: e-textile == Introduction == In this article we describe the [Flora RGB Smart NeoPixel version 2] See also: * [[Adafruit Circuit Playground Express]...") |
m (→The pixel) |
||
Line 20: | Line 20: | ||
* Chainable design, meaning that you can connect several of these to one pin and chain them | * Chainable design, meaning that you can connect several of these to one pin and chain them | ||
* 5-9VDC power (can run at 3.5V but color will be dimmed), constant current 18.5mA per LED (~55mA max total per pixel) | * 5-9VDC power (can run at 3.5V but color will be dimmed), constant current 18.5mA per LED (~55mA max total per pixel) | ||
=== Hooking up a NeoPixel === | |||
Each pixel must be connect with three wires | |||
{| | |||
!Board !! NeoPixel | |||
|- | |||
| VOUT || + | |||
|- | |||
| GND || - | |||
|- | |||
| A1 | |||
| ↑ (arrow pointing towards the inside) | |||
|} |
Revision as of 17:28, 27 August 2019
Introduction
In this article we describe the [Flora RGB Smart NeoPixel version 2]
See also:
The pixel
Main characteristics:
- 12.5mm diameter
- 2.5mm total thickness
- 800 KHz speed protocol
- Chainable design, meaning that you can connect several of these to one pin and chain them
- 5-9VDC power (can run at 3.5V but color will be dimmed), constant current 18.5mA per LED (~55mA max total per pixel)
Hooking up a NeoPixel
Each pixel must be connect with three wires
Board | NeoPixel |
---|---|
VOUT | + |
GND | - |
A1 | ↑ (arrow pointing towards the inside) |