readme + image

This commit is contained in:
Jan Hoffmann 2019-06-14 19:37:10 +02:00
parent ee77173f15
commit 4a91a2c5b4
2 changed files with 12 additions and 6 deletions

View file

@ -1,12 +1,18 @@
NeoPixel-Sticks
===============
# NeoPixel Stick
This is the PCB for the Adafruit NeoPixel Stick x 8
Format is EagleCAD schematic and board layout
__Format is EagleCAD schematic and board layout__
For more details, check out the product page at
<a href="http://www.adafruit.com/products/1426"><img src="assets/image.jpg?raw=true" width="500px"><br/>Click here to purchase one from the Adafruit shop</a>
-----> http://www.adafruit.com/products/1426
Make your own little LED strip arrangement with this stick of NeoPixel LEDs. We crammed 8 of the tiny 5050 (5mm x 5mm) smart RGB LEDs onto a PCB with mounting holes and a chainable design. Use only one microcontroller pin to control as many as you can chain together! Each LED is addressable as the driver chip is inside the LED. Each one has ~18mA constant current drive so the color will be very consistent even if the voltage varies, and no external choke resistors are required making the design slim. Power the whole thing with 5VDC (4-7V works) and you're ready to rock.
The LEDs are 'chainable' by connecting the output of one stick into the input of another - see the photo above. There is a single data line with a very timing-specific protocol. Since the protocol is very sensitive to timing, it requires a real-time microconroller such as an AVR, Arduino, PIC, mbed, etc. It cannot be used with a Linux-based microcomputer or interpreted microcontroller such as the netduino or Basic Stamp. Our wonderfully-written [Neopixel library for Arduino supports these pixels!](https://github.com/adafruit/Adafruit_NeoPixel) As it requires hand-tuned assembly it is only for AVR cores but others may have ported this chip driver code so please google around. An 8MHz or faster processor is required.
Comes as a single stick with 8 individually addressable RGB LEDs assembled and tested.
[Our detailed NeoPixel Uberguide has everything you need to use NeoPixels in any shape and size. Including ready-to-go library & example code for the Arduino UNO/Duemilanove/Diecimila, Flora/Micro/Leonardo, Trinket/Gemma, Arduino Due & Arduino Mega/ADK (all versions)](http://learn.adafruit.com/adafruit-neopixel-uberguide)
## License
Adafruit invests time and resources providing this open source design,
please support Adafruit and open-source hardware by purchasing

BIN
assets/image.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB