Editing LED Ring NeoPixel
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
= Description = | = Description = | ||
− | The NeoPixel ring has 3 connections: GND, +/VCC, and the signal | + | The NeoPixel ring has 3 connections: GND, +/VCC, and the signal. The signal is connected to an output pin and given as parameter (in the example pin 0). The chip to decode the protocol - built into the NeoPixel ring - is WS2812. They are also available in different sizes (more or less LEDs) and different shapes (e.g. band). You have to provide the total number of LEDs as parameter. |
If you need more than one ring (or other arrangements), you can put them in a row - basically connecting the next ring to the first one (you have to solder it on). | If you need more than one ring (or other arrangements), you can put them in a row - basically connecting the next ring to the first one (you have to solder it on). | ||
Line 8: | Line 8: | ||
= How to connect it electrically = | = How to connect it electrically = | ||
− | + | [[File:LedRing.PNG|200px]] | |
− | + | [[File:RingSetup.jpg|600px]] | |
− | |||
− | |||
− | [[File:LedRing.PNG| | ||
− | [[File:RingSetup.jpg| | ||
= How to control it in MicroPython = | = How to control it in MicroPython = |