<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.diychristmas.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin</id>
	<title>diychristmas.org wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://www.diychristmas.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Admin"/>
	<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Special:Contributions/Admin"/>
	<updated>2026-04-15T04:04:06Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2209</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2209"/>
		<updated>2017-05-20T21:31:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Power Injection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How an WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip. Also note that if the order of &amp;quot;colors&amp;quot; for the WS2811 chip is RGB, the &amp;quot;red&amp;quot; would equate to channel A of the SSR, &amp;quot;green&amp;quot; would be channel B and &amp;quot;blue&amp;quot; would be channel C. If the order is GBR or some other order, then of course the order of the channels for your control would be different and you may wish to wire the cat5 cable differently.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no: yes you will have simple on/off control with an AC SSR, but no, you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injection is needed.&lt;br /&gt;
&lt;br /&gt;
== Cat5 Wire Length ==&lt;br /&gt;
&lt;br /&gt;
The WS2811 chip puts out 18.5ma per channel, and as such, the control signal should be able to go quite a distance to a remote SSR. When one considers that a typical PIC outputs about 10ma/pin, a signal with nearly twice the current strength should be viable for at least as far as a control signal from a PIC-based controller.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2208</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2208"/>
		<updated>2017-05-20T21:13:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* How a WS2811 Chip Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How an WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip. Also note that if the order of &amp;quot;colors&amp;quot; for the WS2811 chip is RGB, the &amp;quot;red&amp;quot; would equate to channel A of the SSR, &amp;quot;green&amp;quot; would be channel B and &amp;quot;blue&amp;quot; would be channel C. If the order is GBR or some other order, then of course the order of the channels for your control would be different and you may wish to wire the cat5 cable differently.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no: yes you will have simple on/off control with an AC SSR, but no, you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Cat5 Wire Length ==&lt;br /&gt;
&lt;br /&gt;
The WS2811 chip puts out 18.5ma per channel, and as such, the control signal should be able to go quite a distance to a remote SSR. When one considers that a typical PIC outputs about 10ma/pin, a signal with nearly twice the current strength should be viable for at least as far as a control signal from a PIC-based controller.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2207</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2207"/>
		<updated>2017-05-20T21:13:32Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Power Injection */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip. Also note that if the order of &amp;quot;colors&amp;quot; for the WS2811 chip is RGB, the &amp;quot;red&amp;quot; would equate to channel A of the SSR, &amp;quot;green&amp;quot; would be channel B and &amp;quot;blue&amp;quot; would be channel C. If the order is GBR or some other order, then of course the order of the channels for your control would be different and you may wish to wire the cat5 cable differently.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no: yes you will have simple on/off control with an AC SSR, but no, you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Cat5 Wire Length ==&lt;br /&gt;
&lt;br /&gt;
The WS2811 chip puts out 18.5ma per channel, and as such, the control signal should be able to go quite a distance to a remote SSR. When one considers that a typical PIC outputs about 10ma/pin, a signal with nearly twice the current strength should be viable for at least as far as a control signal from a PIC-based controller.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2206</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2206"/>
		<updated>2017-05-20T17:08:20Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip. Also note that if the order of &amp;quot;colors&amp;quot; for the WS2811 chip is RGB, the &amp;quot;red&amp;quot; would equate to channel A of the SSR, &amp;quot;green&amp;quot; would be channel B and &amp;quot;blue&amp;quot; would be channel C. If the order is GBR or some other order, then of course the order of the channels for your control would be different and you may wish to wire the cat5 cable differently.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no: yes you will have simple on/off control with an AC SSR, but no, you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2205</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2205"/>
		<updated>2017-05-20T17:07:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip. Also note that if the order of &amp;quot;colors&amp;quot; for the WS2811 chip is RGB, the &amp;quot;red&amp;quot; would equate to channel A of the SSR, &amp;quot;green&amp;quot; would be channel B and &amp;quot;blue&amp;quot; would be channel C. If the order is GBR, then of course the order of the channels for your control would be different and you may wish to wire the cat5 cable differently.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no: yes you will have simple on/off control with an AC SSR, but no, you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2204</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2204"/>
		<updated>2017-05-20T17:04:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no: yes you will have simple on/off control with an AC SSR, but no, you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2203</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2203"/>
		<updated>2017-05-20T17:02:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* How a WS2811 Chip Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2202</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2202"/>
		<updated>2017-05-20T17:01:56Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Power Injection ==&lt;br /&gt;
&lt;br /&gt;
::It&amp;#039;s a good idea to consider injecting power to the WS2811 chip as well because of the potential distance between the chip and the external SSR and the resulting resistance of the wire. Your mileage may vary, but if you find the external SSR doesn&amp;#039;t fire on cue, it&amp;#039;s probably because power injecting is needed.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2201</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2201"/>
		<updated>2017-05-20T16:58:29Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Sample Finished Cable */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a finished cable that&amp;#039;s designed to be plugged into the END of a string of pixels. The author chose to plug it into the end as opposed to between strings because it was easier to keep track of the 3 channels. Also note the additional wire used for power injection.&lt;br /&gt;
&lt;br /&gt;
[[File:NoPIC-3.jpg |600px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:NoPIC-3.jpg&amp;diff=2200</id>
		<title>File:NoPIC-3.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:NoPIC-3.jpg&amp;diff=2200"/>
		<updated>2017-05-20T16:54:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2199</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2199"/>
		<updated>2017-05-20T16:53:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
== Sample Finished Cable ==&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2198</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2198"/>
		<updated>2017-05-20T16:52:29Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* How a WS2811 Chip Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
::::::[[File:Guts-4.png|200px]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
::::::[[File:Bullet_pixel.png|200px]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2197</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2197"/>
		<updated>2017-05-20T16:51:52Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
[[File:Guts-4.png|200px|center]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
[[File:Bullet_pixel.png|200px|center]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Optionally, if the SSR needs a ground connection on pin 7 so that the SSR&amp;#039;s status light pops on, solder the brown/white wire of the cat5 cable to the ground connection on either side of the WS2811 chip.&lt;br /&gt;
&lt;br /&gt;
::Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2196</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2196"/>
		<updated>2017-05-20T16:50:15Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
[[File:Guts-4.png|200px|center]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
[[File:Bullet_pixel.png|200px|center]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
::::::[[File:Guts-1.png |160px ]]   [[File:Guts-2.png | 160px]]&lt;br /&gt;
&lt;br /&gt;
::In place of the RGB Led, connect the WS2811 to a cat5 wire as follows:&lt;br /&gt;
&lt;br /&gt;
::::::[[File:To_cat5.png | 200px]]&lt;br /&gt;
&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:To_cat5.png&amp;diff=2195</id>
		<title>File:To cat5.png</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:To_cat5.png&amp;diff=2195"/>
		<updated>2017-05-20T16:48:39Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2194</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2194"/>
		<updated>2017-05-20T16:44:46Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Wiring Connections */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
[[File:Guts-4.png|200px|center]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
[[File:Bullet_pixel.png|200px|center]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;br /&gt;
&lt;br /&gt;
::Here&amp;#039;s a look at how a bullet pixel is wired -- if you recall, 3 wires come into the pixel and 3 wires go out to the next one:&lt;br /&gt;
[[File:Guts-1.png |200px]]   [[File:Guts-2.png | 200px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:Guts-2.png&amp;diff=2193</id>
		<title>File:Guts-2.png</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:Guts-2.png&amp;diff=2193"/>
		<updated>2017-05-20T16:42:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:Guts-1.png&amp;diff=2192</id>
		<title>File:Guts-1.png</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:Guts-1.png&amp;diff=2192"/>
		<updated>2017-05-20T16:42:19Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2191</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2191"/>
		<updated>2017-05-20T16:41:46Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* How a WS2811 Chip Works */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
::First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
[[File:Guts-4.png|200px|center]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
[[File:Bullet_pixel.png|200px|center]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2190</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2190"/>
		<updated>2017-05-20T16:41:02Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
== How a WS2811 Chip Works ==&lt;br /&gt;
First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
[[File:Guts-4.png|200px|center]]&lt;br /&gt;
::Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. &lt;br /&gt;
&lt;br /&gt;
[[File:Bullet_pixel.png|200px|center]]&lt;br /&gt;
::A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
== Wiring Connections ==&lt;br /&gt;
::How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:Bullet_pixel.png&amp;diff=2189</id>
		<title>File:Bullet pixel.png</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:Bullet_pixel.png&amp;diff=2189"/>
		<updated>2017-05-20T16:38:41Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2188</id>
		<title>Wiring a Pixel to an external SSR</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Wiring_a_Pixel_to_an_external_SSR&amp;diff=2188"/>
		<updated>2017-05-20T16:37:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control d...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It&amp;#039;s possible to rewire a pixel to drive 3 channels of a DC SSR instead of the RGB LED. By so doing, you can gain control to other devices by using your normal pixel control data stream. A caveat is that in your sequencing, you need to remember which channels these devices are so you don&amp;#039;t get confused. This example uses the Bullet or Square pixel using the WS2811 chip as the example and 5vdc power. Pixels that are powered via 12vdc may not work with this method unless the measured output voltage from the WS2811 chip doesn&amp;#039;t exceed what the DC SSR can use as its control signal, which is usually 5vdc.&lt;br /&gt;
&lt;br /&gt;
First, let&amp;#039;s understand how a WS2811 chip works by looking at the PCB for a typical square pixel.&lt;br /&gt;
&lt;br /&gt;
[[File:Guts-4.png|200px|center]]&lt;br /&gt;
Notice there are TWO ground pads, TWO 5v pads, a DI (data in) and a DO (data out) pad, and arrows that indicate the direction of the data flow. Also notice the four holes intended for a common anode RGB led (R, +, G, B). Data, power and ground comes into the chip, the chip lights the appropriate color of the LED, and extra data, power and ground goes back out to the next pixel in line. A round bullet pixel has the same connection pads and the only difference is that they&amp;#039;re on either side of the PCB instead of all on the bottom side.&lt;br /&gt;
&lt;br /&gt;
How this works is that since a pixel requires three channels to light the LED, connecting the LED outputs to a CAT5 cable instead of to an LED and plugging that cable into a DC SSR gives you 3 channels of complete control, including dimming capability. Slick! Does this also work with AC SSRs? Yes and no. Yes you will have simple on/off control with an AC SSR, but you won&amp;#039;t have dimming ability.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:Guts-4.png&amp;diff=2187</id>
		<title>File:Guts-4.png</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:Guts-4.png&amp;diff=2187"/>
		<updated>2017-05-20T16:26:55Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Lights_%26_Electronics&amp;diff=2186</id>
		<title>Lights &amp; Electronics</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Lights_%26_Electronics&amp;diff=2186"/>
		<updated>2017-05-20T16:16:47Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Types of Lights]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Pixels a beginners guide]]&amp;#039;&amp;#039;&amp;#039; - A quick intro into pixels. If you want to try them, read this first!&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Selecting Smart Pixels]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Intermediate pixel guide]]&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Wiring Smart Pixels]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Making/Wiring Mono-Pixels]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Wiring a Pixel to an external SSR]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Protocols]]&amp;#039;&amp;#039;&amp;#039;  How computers and controllers talk to one another&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[SD Cards]]&amp;#039;&amp;#039;&amp;#039;  Not all SD cards are the same -- some are better than others!&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Types of SSRs]]&amp;#039;&amp;#039;&amp;#039;  An SSR is a &amp;#039;solid state relay&amp;#039; and is used to control power&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[How to make a Dipole Antenna for your FM Transmitter]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:* &amp;#039;&amp;#039;&amp;#039;[[Current detective]]&amp;#039;&amp;#039;&amp;#039; A meter to measure leakage current.&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=How_to_add_Motion_to_your_Display&amp;diff=2185</id>
		<title>How to add Motion to your Display</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=How_to_add_Motion_to_your_Display&amp;diff=2185"/>
		<updated>2017-05-15T01:01:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&amp;#039;re thankful to DanoNJ for providing this nifty PDF file!&lt;br /&gt;
&lt;br /&gt;
::* PDF - &amp;#039;&amp;#039;&amp;#039;[[Media:Animatronics.pdf]]&amp;#039;&amp;#039;&amp;#039;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=How_to_add_Motion_to_your_Display&amp;diff=2184</id>
		<title>How to add Motion to your Display</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=How_to_add_Motion_to_your_Display&amp;diff=2184"/>
		<updated>2017-05-15T01:00:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: Created page with &amp;quot;We&amp;#039;re thankful to DanoNJ for providing this nifty PDF file!  File:Animatronics.pdf&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We&amp;#039;re thankful to DanoNJ for providing this nifty PDF file!&lt;br /&gt;
&lt;br /&gt;
File:Animatronics.pdf&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Animatronics&amp;diff=2183</id>
		<title>Animatronics</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Animatronics&amp;diff=2183"/>
		<updated>2017-05-15T00:59:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Table of Contents */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is a menu page for Animatronics-related topics&lt;br /&gt;
&lt;br /&gt;
== Table of Contents ==&lt;br /&gt;
&lt;br /&gt;
:*[[How to add Motion to your Display]]&lt;br /&gt;
&lt;br /&gt;
:*[[Servos]]&lt;br /&gt;
&lt;br /&gt;
:*[[Stepper Motors]]&lt;br /&gt;
&lt;br /&gt;
:*[[Wiper Motors]]&lt;br /&gt;
&lt;br /&gt;
:*[[Projects/PDFs]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2172</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2172"/>
		<updated>2017-04-28T14:19:13Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* 4-pin male and female plugs (any kind will do)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the first led carrier board, all five incoming connections come in on one side and go out the other to the second led carrier. However, only the GND, Data and +V lines are used by the next WS2811 driver to connect to the 2nd carrier board.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board. Soldering a tinned wire to a dollop of solder is quicker and lessens the potential of heat damage to the WS2811 chip.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than a head engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward, thus making for a smaller package. This is why normal pixels wouldn&amp;#039;t fit inside these narrow candy canes.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2171</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2171"/>
		<updated>2017-04-28T14:18:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* 4-pin male and female plugs (any kind will do)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the first led carrier board, all five incoming connections come in on one side and go out the other to the second led carrier. However, only the GND, Data and +V lines are used by the next WS2811 driver to connect to the 2nd carrier board.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board. Soldering a tinned wire to a dollop of solder is quicker and lessens the potential of heat damage to the WS2811 chip.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than a head engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward, thus making for a smaller package. This is why normal pixels wouldn&amp;#039;t fit inside these candy canes.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2170</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2170"/>
		<updated>2017-04-28T14:15:53Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* 4-pin male and female plugs (any kind will do)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the first led carrier board, all five incoming connections come in on one side and go out the other to the second led carrier. However, only the GND, Data and +V lines are used by the next WS2811 driver to connect to the 2nd carrier board.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board. Soldering a tinned wire to a dollop of solder is quicker and lessens the potential of heat damage to the WS2811 chip.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than a head engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2169</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2169"/>
		<updated>2017-04-28T14:14:31Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* 4-pin male and female plugs (any kind will do)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the first led carrier board, all five incoming connections come in on one side and go out the other to the second led carrier. However, only the GND, Data and +V lines are used by the next WS2811 driver to connect to the 2nd carrier board.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board. Soldering a tinned wire to a dollop of solder is quicker and lessens the potential of heat damage to the WS2811 chip.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2168</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2168"/>
		<updated>2017-04-28T14:12:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Understanding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* 4-pin male and female plugs (any kind will do)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the first led carrier board, all five incoming connections come in on one side and go out the other to the second led carrier. However, only the GND, Data and +V lines are used by the next WS2811 driver to connect to the 2nd carrier board.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2167</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2167"/>
		<updated>2017-04-28T14:06:31Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Materials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* 4-pin male and female plugs (any kind will do)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2166</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2166"/>
		<updated>2017-04-28T14:04:22Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.) This is an example of another use for the LED carriers that was mentioned above.&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2165</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2165"/>
		<updated>2017-04-28T14:02:08Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface&amp;quot; and placed it inside and at the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for better efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.)&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2164</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2164"/>
		<updated>2017-04-28T14:00:43Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface.&amp;quot; This also fit inside the base of each candy cane. Note that the +V and GND cables are common and actually form a sort of power injection at each cane for efficiency; the outgoing green data wire connects to the small cat5 cable that comes from the top LED in the cane to daisy chain to the next cane. (The blue wire is unused; it&amp;#039;s just a pass-thru connection.)&lt;br /&gt;
::::[[File:Cable-2.jpg |420px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2163</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2163"/>
		<updated>2017-04-28T13:56:36Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface.&amp;quot; This also fit inside the base of each candy cane.&lt;br /&gt;
::::[[File:Cable-2.jpg |410px]] [[File:Cable-1.jpg |390px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2162</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2162"/>
		<updated>2017-04-28T13:56:01Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* To make inbound and outbound pluggable connections for the candy canes, I used an LED carrier as the &amp;quot;interface.&amp;quot; This also fit inside the base of each candy cane.&lt;br /&gt;
::::[[File:Cable-2.jpg |300px]] [[File:Cable-1.jpg |300px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:Cable-2.jpg&amp;diff=2161</id>
		<title>File:Cable-2.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:Cable-2.jpg&amp;diff=2161"/>
		<updated>2017-04-28T13:53:51Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=File:Cable-1.jpg&amp;diff=2160</id>
		<title>File:Cable-1.jpg</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=File:Cable-1.jpg&amp;diff=2160"/>
		<updated>2017-04-28T13:53:12Z</updated>

		<summary type="html">&lt;p&gt;Admin: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2159</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2159"/>
		<updated>2017-04-28T13:27:25Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
::::[[FIle:3-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
::::[[FIle:4-prep.jpg | 400px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
::::[[File:10-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
::::[[File:Monopixel_wiring.png |800px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
::::[[File:Pixelpcbs.JPG |500px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
::::[[File:Clear-sanded.jpg |500px]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2158</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2158"/>
		<updated>2017-04-28T13:26:10Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |310px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2157</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2157"/>
		<updated>2017-04-28T13:25:49Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |270px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2156</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2156"/>
		<updated>2017-04-28T13:25:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s head engineer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs. Actually, Grelllbbb is more of a head-case than an engineer, but that&amp;#039;s a story for another time... )&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2155</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2155"/>
		<updated>2017-04-28T13:23:45Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED. (Grelllbbb, DIGWDF&amp;#039;s lead designer made these LED carriers capable of 6 lines on both the top and bottom of the 2-sided PCB. We&amp;#039;ve found them convenient for interconnecting many different types of cables in addition to their original use as a carrier for RGB or other LEDs.)&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2154</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2154"/>
		<updated>2017-04-28T13:19:02Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Construction Tips */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster which lessens heat to the WS2811 chip, potentially damaging it.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED.&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2153</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2153"/>
		<updated>2017-04-28T13:14:05Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Understanding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and +V to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster, too.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED.&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2152</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2152"/>
		<updated>2017-04-28T13:12:33Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Understanding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current as you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output. (Again, the cable manufacturer provided the cable colors -- I just kept them consistent throughout the project.)&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and power to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster, too.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED.&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2151</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2151"/>
		<updated>2017-04-28T13:10:28Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Understanding */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to as many normal colors for DC current you can or at least be consistent with your choices.) Because the cabling was manufactured with green between the black and red, I chose green to carry the data line out of convenience.&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;G&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;B&amp;quot; channel output.&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and power to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster, too.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED.&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2150</id>
		<title>Making/Wiring Mono-Pixels</title>
		<link rel="alternate" type="text/html" href="https://www.diychristmas.org/wiki/index.php?title=Making/Wiring_Mono-Pixels&amp;diff=2150"/>
		<updated>2017-04-27T12:04:38Z</updated>

		<summary type="html">&lt;p&gt;Admin: /* Materials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[File:Candy_cane.png | 200px |right]]&lt;br /&gt;
This is a tutorial on how to make a pixel string manually with regular, single-color LEDs instead of 3-color RGB LEDs. It&amp;#039;s a rather labor-intensive project but once finished, the result is quite rewarding and along the way, you&amp;#039;ll acquire worthwhile knowledge on how pixels work. You&amp;#039;ll also acquire much-improved soldering skills!&lt;br /&gt;
&lt;br /&gt;
For this project, the author wanted to replace the incandescent mini-lights in some commercial candy canes with white leds, but also gain the ability to animate each cane individually. The diameter of each cane tube was too small for a normal RGB pixel to fit, and as the tubes were clear, red plastic, showing a green or blue from within wouldn&amp;#039;t have worked very well anyway. So instead, the author chose to make his own. Click this link to view the working prototype: &amp;#039;&amp;#039;&amp;#039;http://vimeo.com/214309360&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Materials ==&lt;br /&gt;
::* Commercial plastic candy canes, about 27&amp;quot; tall. Purchase from Home Depot, Lowe&amp;#039;s, Target, etc.&lt;br /&gt;
::* Common, clear lens white LEDs (12 per candy cane)&lt;br /&gt;
::* WS2811 driver boards (purchased off eBay) (4 per candy cane)&lt;br /&gt;
::* LED carrier boards (DIGWDF Store sells these, but you can also use common prototyping boards, 8 per candy cane)&lt;br /&gt;
::* 5-conductor ribbon cable (about 28&amp;quot; used per candy cane)&lt;br /&gt;
::* ESPixelStick controller (to power and control them, but most any pixel controller will suffice)&lt;br /&gt;
&lt;br /&gt;
== Understanding ==&lt;br /&gt;
&lt;br /&gt;
To get started, let&amp;#039;s understand how the pixel driver board works and how to wire it. At 5/16&amp;quot; wide and 1/2&amp;quot; tall, the driver board is quite tiny and consequently can be a bit testy to work with. This is the same driver board that&amp;#039;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.&lt;br /&gt;
&lt;br /&gt;
[[File:1-understanding.png | 400px | center]]&lt;br /&gt;
::* The four holes along the top of the board are for the four pins of a common-anode RGB led; the RGB LED is soldered directly into these holes.&lt;br /&gt;
::* Because the board uses RGB leds of the a common-anode type, switching is done by taking the output control pins to ground, thereby completing the circuit and allowing each respective color to light up. &lt;br /&gt;
::* Except for the data in and data out pads, the top and bottom sides of the driver board share the same connections.&lt;br /&gt;
::* The bottom side is clearly marked with an arrow to show the direction of data flow into the chip on the center pad. &lt;br /&gt;
::* Data is passed through the chip and on to the next chip via the data out pad on the top side of the board.&lt;br /&gt;
::* On a normal RGB pixel, three wires connect to the bottom side as &amp;quot;incoming power and data&amp;quot; and another three wires are connected to the top side of the board as &amp;quot;outgoing power and data&amp;quot; so that the wires can continue to the next pixel. These wires are often colored to help identify the wires but they may all be one color. In such cases, you must study the pixel carefully to try to read which wire is for which connection because the power and ground must be correct and the data must flow according to the arrow on the first pixel of a string; any other order won&amp;#039;t work and may damage one or more pixels in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:2-understanding.png| 300px | center]]&lt;br /&gt;
::* To create a mono-pixel string that has only one color (white in this example) yet use all 3 channels of each WS2811 chip, one solders a white LED in place of the red, and then carries the green and blue outputs to two more blank &amp;quot;carrier boards&amp;quot; where the 2nd and 3rd leds will be mounted. Further, the power, ground and data lines must also be brought forward so that the LED in the carrier boards can light as well as feed the &amp;#039;&amp;#039;next&amp;#039;&amp;#039; WS2811 chip in the string.&lt;br /&gt;
::* A five-conductor cable is required; suggested types are colored ribbon cable or cat5 cable to help keep the connections consistent.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:3-understanding.png| 500px | center]]&lt;br /&gt;
::* At the led carrier board, all five incoming connections come in on one side and go out the other.&lt;br /&gt;
::* For consistency, black was used as ground, green as the data line and red the +V line. (While the colors you use really don&amp;#039;t matter, it&amp;#039;s a good idea to adhere to normal, suggested colors for DC current, if possible, or at least be consistent with your choices.)&lt;br /&gt;
::* In this example, the blue wire was connected to the &amp;quot;green&amp;quot; channel output of the WS2811 driver board; the white wire was connected to the &amp;quot;blue&amp;quot; channel output.&lt;br /&gt;
::* At carrier board #1, the LED is soldered across the +V and &amp;quot;green&amp;quot; channel (blue wire, shown with purple lines in the picture).&lt;br /&gt;
::* All 5 lines should continue on to the 2nd carrier board although only 4 are required. It&amp;#039;s just easier to stay consistent.&lt;br /&gt;
::* At carrier board #2, the LED is soldered across the +V and &amp;quot;blue&amp;quot; channel (white wire, shown with orange lines in the picture).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:9-prep.jpg| 800px |center]]&lt;br /&gt;
::* This becomes one completed, 3-led, 3-channel section of the mono-pixel string.&lt;br /&gt;
::* Notice that only three wires are connected to the WS2811 driver board (far right in the picture); these are the feed wires bringing power and data into the first chip of the mono-pixel string.&lt;br /&gt;
::* Notice that from the WS2811 driver board to the led carriers, the 5-line wire is used per the instructions above.&lt;br /&gt;
::* Building the string to the desired length is then as simple as connecting these 3-channel sections together. The order of the boards is DRIVER-carrier-carrier-DRIVER-carrier-carrier-DRIVER-carrier-carrier- etc. Connecting a driver board onto the 2nd carrier board of a section is easy: solder ground, data and power to keep those three lines going to all boards in the string.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:4-understanding.png| 500px |center]]&lt;br /&gt;
::* In this example, the strings comprised four WS2811 driver boards and eight led carriers for a total of 12 boards, 12 lights. The total length of the string was 34&amp;quot; and was intended to be inserted into a candy cane. But it was desirable to daisy chain several candy canes together so that they could be sequenced and animated. Therefore, it was necessary to carry the data line through to the next candy cane so that connections could be made at the base of the candy cane.&lt;br /&gt;
::* The very LAST carrier board of the string included a single wire for the data line that was brought down the candy cane to the base so that a connector could be fashioned to connect to the next candy cane. A thin cat5 wire was used to make the connection.&lt;br /&gt;
::* The result was a candy cane that required only 12 channels to control (one channel for each led). It&amp;#039;s certainly possible to use normal RGB pixels instead, but to produce white, it requires that all 3 channels of each pixel be on, and that&amp;#039;s also three times the number of channels required for each candy cane. The mono-pixel string is more efficient in its use of channels.&lt;br /&gt;
&lt;br /&gt;
== Construction Tips ==&lt;br /&gt;
&lt;br /&gt;
:* Preparing for assembly is an important part of this project. A small dollop of solder on each of the solder pads helps a lot. Make sure you do both sides of the driver board.&lt;br /&gt;
::::[[File:1-prep.jpg |300px]] [[File:2-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If you&amp;#039;re planning to use ribbon cable, this kind of cable stripping tool is a real lifesaver and strips all the wires simultaneously. Cost is anywhere from $10-$25 on Amazon or eBay.&lt;br /&gt;
[[FIle:3-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* You&amp;#039;ll want to tin the wires so they fit neatly through holes. Twisting the ends rarely works very well, especially with multi-conductor cable. Notice the blip of solder on the black cable: a simple swipe of the soldering iron from the insulation to the tip will smooth that out so it fits through a hole. Tinned wires also take to the dollops of solder faster, too.&lt;br /&gt;
[[FIle:4-prep.jpg | 400px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When soldering the cables to the led carriers, keep the same wire order throughout so you don&amp;#039;t get confused. This carrier is ready for installing the LED.&lt;br /&gt;
::::[[File:5-prep.jpg |300px]] [[File:6-prep.jpg |290px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here are a couple views of the WS2811 driver. Note that the inbound cable is soldered to the bottom and the outbound to the top keeping the colors the same to minimize confusion. A typical bullet pixel is soldered so both wires come out the bottom; since I wanted a linear string, I soldered the outbound wires upward so I wouldn&amp;#039;t have to bend them upward.&lt;br /&gt;
::::[[File:7a-prep.jpg |300px]] [[File:7b-prep.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* This WS2811 driver board is waiting for the LED to be soldered. It&amp;#039;s a personal preference if you solder the led on either the top or bottom of the board. Instead of installing it flush onto the board, it&amp;#039;s a good idea to leave enough of the led&amp;#039;s solder legs so you can bend it to face in a different direction if you need to later.&lt;br /&gt;
::::[[File:8-prep.jpg |300px]] [[File:Lights.jpg |300px]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* When you connect the second led carrier to the next WS2811 driver board, only 3 wires are required. This carrier is waiting for its led, too.&lt;br /&gt;
[[File:10-prep.jpg |300px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* Here&amp;#039;s a wiring layout of how the mono-pixel string is built.&lt;br /&gt;
[[File:Monopixel_wiring.png |800px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* In panels of WS2811 driver boards, the cost gets down to about $.15 per board -- and a benefit is they&amp;#039;re already assembled. It&amp;#039;s cheaper and easier to buy these than to design and fabricate your own. Purchase from eBay, or you might find them at aliexpress.com or even Amazon.&lt;br /&gt;
[[File:Pixelpcbs.JPG |500px|center]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:* If the LEDs you choose are too directional and you need more diffusion, rub the LED casings with some sandpaper to rough them up. This will disperse the light a little better. Clear on the left; sanded on the right.&lt;br /&gt;
[[File:Clear-sanded.jpg |500px|center]]&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>