Adafruit NeoPixel: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 23: Line 23:
=== Hooking up a NeoPixel ===
=== Hooking up a NeoPixel ===


Each pixel must be connect with three wires
A NeoPixel must be connected with three wires to a FLORA-type board. Depending on the board, the wiring is bit different. E.g. on a GEMMA, the signal must be wired from A1.


{| class="wikitable"
{| class="wikitable"
|+ Wiring with a GEMMA
|-
! Board !! NeoPixel
|-
| VOUT
Power output
| +
|-
| GND
Grounding
| -
|-
| D1 / ~A0
General Purpose Input Ouput
| ↑ (arrow pointing towards the inside)
|}
{| class="wikitable"
|+ Wiring with a Circuit Playground Express
|-
|-
! Board !! NeoPixel
! Board !! NeoPixel
Line 33: Line 53:
| GND  || -
| GND  || -
|-
|-
| A1  
| A1
General Purpose Input Ouput
| ↑ (arrow pointing towards the inside)  
| ↑ (arrow pointing towards the inside)  
|}
|}

Revision as of 18:37, 27 August 2019

Draft

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

A NeoPixel must be connected with three wires to a FLORA-type board. Depending on the board, the wiring is bit different. E.g. on a GEMMA, the signal must be wired from A1.

Wiring with a GEMMA
Board NeoPixel
VOUT

Power output

+
GND

Grounding

-
D1 / ~A0

General Purpose Input Ouput

↑ (arrow pointing towards the inside)


Wiring with a Circuit Playground Express
Board NeoPixel
VOUT +
GND -
A1

General Purpose Input Ouput

↑ (arrow pointing towards the inside)