Difference between revisions of "Making/Wiring Mono-Pixels"

From diychristmas.org wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It's a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you'll acquire worthwhile knowledge on how pixels work. You'll also acquire much-improved soldering skills!
 
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It's a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you'll acquire worthwhile knowledge on how pixels work. You'll also acquire much-improved soldering skills!
  
To get started, let's understand how the pixel driver board works and how to wire it. At 5/16" wide and 1/2" tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that's in most RGB bullet pixels and uses a single WS2811 chip.  
+
To get started, let's understand how the pixel driver board works and how to wire it. At 5/16" wide and 1/2" tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that's in most RGB bullet pixels and uses a single WS2811 chip. The top and bottom sides of the board are shown below along with the assignment of connections. This tutorial will use the 5vdc version of the driver board; pixels that use 12vdc use a variant of the same board but the differences are only to accommodate the larger voltage -- the same concepts presented here apply to the 12vdc version. The WS2811 chip has internal circuitry to serve as a constant-current driver that delivers 18.5ma of current to the three outputs; each chip requires three different channels to control its three outputs.
  
 
[[File:1-understanding.png | 400px | center]]
 
[[File:1-understanding.png | 400px | center]]
 +
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the LED is soldered directly to these holes.
 +
::* Because the led is a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective led to light up.
 +
::* Except for the data in and data out connections, the top and bottom side of the driver board share the same connections.
 +
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad.
 +
::* Data is passed through the chip via the data out pad on the top side of the board.
 +
 +
  
  

Revision as of 15:22, 25 April 2017

This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It's a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you'll acquire worthwhile knowledge on how pixels work. You'll also acquire much-improved soldering skills!

To get started, let's understand how the pixel driver board works and how to wire it. At 5/16" wide and 1/2" tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that's in most RGB bullet pixels and uses a single WS2811 chip. The top and bottom sides of the board are shown below along with the assignment of connections. This tutorial will use the 5vdc version of the driver board; pixels that use 12vdc use a variant of the same board but the differences are only to accommodate the larger voltage -- the same concepts presented here apply to the 12vdc version. The WS2811 chip has internal circuitry to serve as a constant-current driver that delivers 18.5ma of current to the three outputs; each chip requires three different channels to control its three outputs.

1-understanding.png
  • The four holes along the top of the board are for the four pins of a common-anode RGB led; the LED is soldered directly to these holes.
  • Because the led is a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective led to light up.
  • Except for the data in and data out connections, the top and bottom side of the driver board share the same connections.
  • The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad.
  • Data is passed through the chip via the data out pad on the top side of the board.



2-understanding.png


3-understanding.png


4-understanding.png


9-prep.jpg