<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The LED Artist - blog &#187; PWM</title>
	<atom:link href="https://blog.theledart.com/blog/tag/pwm/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.theledart.com/blog</link>
	<description>Art and Technology are Friends</description>
	<lastBuildDate>Thu, 10 Apr 2025 20:44:15 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>Variations on Nixie Power Supply Design</title>
		<link>https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/</link>
		<comments>https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/#comments</comments>
		<pubDate>Tue, 11 Sep 2018 20:21:25 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[High Voltage]]></category>
		<category><![CDATA[Joule Thief]]></category>
		<category><![CDATA[MOSFET]]></category>
		<category><![CDATA[Nixie]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://blog.theledart.com/blog/?p=2115</guid>
		<description><![CDATA[Since I started tinkering with Nixie and other Neon tubes, I found the need for simple (read: inexpensive) high voltage power supply capable of generating over 170V from 5V DC. After a bit of research I found that most of the high voltage power supply designs use boost converter driven by a PWM controller IC [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Since I started tinkering with Nixie and other Neon tubes, I found the need for simple (<em>read: inexpensive</em>) high voltage power supply capable of generating over 170V from 5V DC.</p>
<p>After a bit of research I found that most of the high voltage power supply designs use boost converter driven by a PWM controller IC such as MC34063, with a high voltage MOSFET switching an inductor. (Here&#8217;s an <a href="https://threeneurons.wordpress.com/nixie-power-supply/hv-supply-kit/" target="_blank">example of the design</a>.)<br />
Those designs looked a bit overkill to me, so I started designing my own from scratch.</p>
<p>Since I&#8217;m familiar with transistor based blocking oscillator circuit to boost voltage (i.e. Joule Thief), I wanted to see if I can use a similar circuit. The switching transistor has to withstand the output voltage of 180V so I picked some high voltage transistors and experimented. Turned out that typical high voltage transistors (C-E breakdown of more than 200V) were too wimpy for the purpose, and the simple two transistor circuit that I was using was not capable of very high duty cycle demanded by high input/output voltage ratio (over 90%).</p>
<p>One way to reduce requirement for the boost converter is to add voltage multiplier at the output. I added a 3 stage <a href="https://en.wikipedia.org/wiki/Voltage_multiplier" target="_blank">voltage multiplier</a> to a circuit using pretty ordinary (inexpensive) transistors. This circuit was able to provide required voltage (about 170V) and up to around 3 to 4mA of driving current to medium sized Nixie like IN-12.</p>
<p>After building a couple of prototype Nixie clocks using this circuit, I found a <a title="ZTX653" href="https://www.diodes.com/products/discrete/bipolar-transistors/transistor-bjt-master-table/transistors-55v-to-100v/part/ZTX653" target="_blank">very nice transistor capable of handling 100V and 1A current</a>.</p>
<p>With this new transistor, I can now reduce the voltage multiplier stage to only one, since the boost circuit itself can produce up to 100V (ok, with safety margin, more like 90V). This circuit outperformed the prior version, producing about 8mA at 170V.</p>
<div id="attachment_2129" style="width: 513px" class="wp-caption alignnone"><a href="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_based_HVPS1.png"><img class="wp-image-2129 size-full" src="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_based_HVPS1.png" alt="" width="503" height="321" /></a><p class="wp-caption-text">Super simple HVPS using only two transistors. 180V output capable.</p></div>
<div id="attachment_2131" style="width: 570px" class="wp-caption alignnone"><a href="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_HVPS_PCBA.jpg"><img class="wp-image-2131" src="https://blog.theledart.com/blog/wp-content/uploads/2018/09/JT_HVPS_PCBA.jpg" alt="" width="560" height="431" /></a><p class="wp-caption-text">Simple two transistor HVPS on a Nixie clock controller PCBA. (Inside yellow rectangle &#8211; fits in 12mm x 32mm)</p></div>
<p>While I was happy with this design &#8211; especially the size and cost &#8211; and built a couple of Nixie clocks and IN-13 Neon indicator tube projects with it, I still wanted to make it better (mostly wanted more power).</p>
<p>If I can find a transistor capable of withstanding over 200V with a reasonably low loss, I can forgo the voltage multiplier. However the only options that I can find were MOSFETs.</p>
<p>After checking the prices of high voltage MOSFETs such as IRF740, I concluded that it can be more cost effective if I can make it work, since I&#8217;ll be removing two diodes and capacitors from the voltage multiplier.</p>
<p>After a bit of experimentation, I got it to work! Here&#8217;s the MOSFET based circuit. Note that this design needs at least 9V of input voltage to work (due to the MOSFETs gate voltage). So for the 5V powered projects, I&#8217;d still use BJT based design.</p>
<div id="attachment_2127" style="width: 585px" class="wp-caption alignnone"><a href="https://blog.theledart.com/blog/wp-content/uploads/2018/09/MOSFET_HVPS.png"><img class="wp-image-2127 size-full" src="https://blog.theledart.com/blog/wp-content/uploads/2018/09/MOSFET_HVPS.png" alt="" width="575" height="272" /></a><p class="wp-caption-text">Super simple HVPS using only two transistors. 240V output capable with 12V input.</p></div>
<p>This MOSFET based design is capable of delivering at least 50mA at 200V.</p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fvariations-on-nixie-power-supply-design%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fvariations-on-nixie-power-supply-design%2F&amp;t=Variations%20on%20Nixie%20Power%20Supply%20Design" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Variations on Nixie Power Supply Design" data-url="https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fvariations-on-nixie-power-supply-design%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2018%2F09%2FJT_HVPS_PCBA.jpg&description=Simple%20HVPS%20on%20a%20PCBA" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/&amp;title=Variations on Nixie Power Supply Design"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/variations-on-nixie-power-supply-design/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Poorman&#8217;s Buck Schematic and BOM</title>
		<link>https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/</link>
		<comments>https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/#comments</comments>
		<pubDate>Thu, 24 May 2012 05:00:39 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[High-Power LED]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=977</guid>
		<description><![CDATA[Here are the schematic and the BOM (Bill Of Material) for the Poorman&#8217;s Buck LED driver. Poormans_Buck_schematic-rev2a (PDF) BOM 1 or 2x 1 ohm 1W &#8211; R10, R11 (use only one to get 350mA, or 500mA (with R2=2.7k) output current) 1x 10 ohm &#8211; R8 2x 1k ohm &#8211; R3, R9 3x 4.7k ohm &#8211; [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Here are the schematic and the BOM (Bill Of Material) for the Poorman&#8217;s Buck LED driver.</p>
<p><a href="/blog/wp-content/uploads/2012/05/Poormans_Buck_schematic-rev2a.pdf">Poormans_Buck_schematic-rev2a (PDF)</a></p>
<p><a href="/blog/wp-content/uploads/2012/05/TPP_3200.jpg"><img class="alignnone size-full wp-image-949" title="Poorman's Buck Full Kit Contents" src="/blog/wp-content/uploads/2012/05/TPP_3200.jpg" alt="" width="590" height="443" /></a></p>
<p><strong>BOM</strong></p>
<ul>
<li>1 or 2x 1 ohm 1W &#8211; R10, R11 (use only one to get 350mA, or 500mA (with R2=2.7k) output current)</li>
<li>1x 10 ohm &#8211; R8</li>
<li>2x 1k ohm &#8211; R3, R9</li>
<li>3x 4.7k ohm &#8211; R1, R4, R7</li>
<li>3x 10k ohm &#8211; R2, R5, R6 (change R2 to 2.7k ohm to get 1A output current)</li>
<li>1x 10k ohm Potentiometer &#8211; VR1</li>
<li>1x 22pF &#8211; C5 (optional)</li>
<li>2x 0.1uF &#8211; C2, C3 (optional)</li>
<li>1x 2.2uF &#8211; C1</li>
<li>1x 100uF / 35V &#8211; C4</li>
<li>1x 47-100uH / 1.2A &#8211; L1</li>
<li>1x GPN (5551, 2222, 3904, etc.) &#8211; Q1</li>
<li>1x GPP (5401, 2907, 3906, etc.) &#8211; Q2</li>
<li>1x P-ch MOSFET (NTD2955 or IRFU9024) &#8211; Q3</li>
<li>2x 1N4148 &#8211; D1, D2</li>
<li>1x SB140 &#8211; D3</li>
<li>1x LM393 &#8211; IC1</li>
</ul>
<p>For more information including assembly instructions, please view <a href="http://www.instructables.com/id/Poormans-Buck/">my instructables</a>.</p>
<p>- <a href="/blog/archives/952">You can purchase Poorman&#8217;s Buck Kit here.</a></p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fpoormans-buck-schematic-and-bom%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fpoormans-buck-schematic-and-bom%2F&amp;t=Poorman%26%238217%3Bs%20Buck%20Schematic%20and%20BOM" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Poorman&#8217;s Buck Schematic and BOM" data-url="https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fpoormans-buck-schematic-and-bom%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2012%2F05%2FPoormans_Buck_schematic-rev2a.pdf&description=Poormans_Buck_schematic-rev2a" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/&amp;title=Poorman&amp;#8217;s Buck Schematic and BOM"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/poormans-buck-schematic-and-bom/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Poorman&#8217;s Buck &#8211; High Power LED driver</title>
		<link>https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/</link>
		<comments>https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/#comments</comments>
		<pubDate>Sun, 20 May 2012 21:10:55 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[Kits]]></category>
		<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[High-Power LED]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=952</guid>
		<description><![CDATA[Poorman&#8217;s Buck is a simple, constant-current high power LED driver capable of driving 350mA to 1A of output current. It is compact (footprint is 1 x 1.5 inches) and easy to build, yet very versatile. Input power supply voltage can be anywhere between 5 to 20V (must be higher than the connected LED&#8217;s forward voltage [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="/blog/wp-content/uploads/2012/05/TPP_3186.jpg"><img class="alignnone size-medium wp-image-943" title="Poorman's Buck" src="/blog/wp-content/uploads/2012/05/TPP_3186-590x393.jpg" alt="" width="590" height="393" /></a><br />
<a href="/blog/wp-content/uploads/2012/05/TPP_3191.jpg"><img class="alignnone size-medium wp-image-945" title="Poorman's Buck - closeup" src="/blog/wp-content/uploads/2012/05/TPP_3191-590x393.jpg" alt="" width="590" height="393" /></a></p>
<p><a href="/blog/wp-content/uploads/2012/05/TPP_3200.jpg"><img class="alignnone size-full wp-image-949" title="Poorman's Buck Full Kit Contents" src="/blog/wp-content/uploads/2012/05/TPP_3200.jpg" alt="" width="590" height="443" /></a></p>
<p>Poorman&#8217;s Buck is a simple, constant-current high power LED driver capable of driving 350mA to 1A of output current. It is compact (footprint is 1 x 1.5 inches) and easy to build, yet very versatile.</p>
<p>Input power supply voltage can be anywhere between 5 to 20V (must be higher than the connected LED&#8217;s forward voltage drop). Up to 5 LEDs can be connected in series, and by parallel connecting the series connected LEDs, up to 18W total of LEDs can be driven (with 20V power supply).</p>
<p>Output current is configurable; 350mA, 700mA, or 1A using included parts. In board potentiometer can lower the output current down to about 9% level &#8211; which can be used as a dimmer. Full dimming control can also be done via the PWM input, making Poorman&#8217;s Buck a perfect building block for Arduino or other microcontroller projects.</p>
<p>For technical details please view my <a href="http://www.instructables.com/id/Poormans-Buck/" target="_blank">instructables</a>.</p>
<p><del datetime="2012-10-30T16:15:08+00:00">You can purchase full kits or just the PCBs. Please use the buttons below to purchase.</del></p>
<p><strong>*** Poorman&#8217;s Buck Kits and PCBs are sold out and discontinued. ***</strong></p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fpoormans-buck-high-power-led-driver%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fpoormans-buck-high-power-led-driver%2F&amp;t=Poorman%26%238217%3Bs%20Buck%20%26%238211%3B%20High%20Power%20LED%20driver" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Poorman&#8217;s Buck &#8211; High Power LED driver" data-url="https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fpoormans-buck-high-power-led-driver%2F&media=%2Fblog%2Fwp-content%2Fuploads%2F2012%2F05%2FTPP_3186-590x393.jpg&description=Poorman" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/&amp;title=Poorman&amp;#8217;s Buck &amp;#8211; High Power LED driver"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/poormans-buck-high-power-led-driver/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Universal High-Power LED Driver Kit &amp; PCB</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/</link>
		<comments>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 19:30:36 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[Kits]]></category>
		<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[High-Power LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337</guid>
		<description><![CDATA[Universal High-Power LED Driver is a PIC microcontroller based switch-mode LED driver. This driver can boost or reduce the supply voltage to drive wide range of high power LEDs efficiently. You can find the detailed information here: http://www.instructables.com/id/Universal-High-Power-LED-Driver-with-3D-printable-/ *** Sorry, this product has been SOLD OUT and retired. *** * If you live in Australia, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="/blog/wp-content/uploads/2012/01/TPP_5702.jpg"><img class="alignnone size-medium wp-image-339" title="Universal LED Controller" src="/blog/wp-content/uploads/2012/01/TPP_5702-590x392.jpg" alt="" width="590" height="392" /></a><br />
<a href="/blog/wp-content/uploads/2012/01/TPP_5840.jpg"><img class="alignnone size-full wp-image-910" title="Universal High-Power LED Driver Kit Contents" src="/blog/wp-content/uploads/2012/01/TPP_5840.jpg" alt="" width="667" height="500" /></a><br />
<a href="/blog/wp-content/uploads/2012/01/TPP_5741.jpg"><img class="alignnone size-medium wp-image-340" title="Universal LED Controller PCBs" src="/blog/wp-content/uploads/2012/01/TPP_5741-590x392.jpg" alt="" width="590" height="392" /></a></p>
<p>Universal High-Power LED Driver is a PIC microcontroller based switch-mode LED driver. This driver can boost or reduce the supply voltage to drive wide range of high power LEDs efficiently.</p>
<p>You can find the detailed information here:<br />
<a href="http://www.instructables.com/id/Universal-High-Power-LED-Driver-with-3D-printable-/">http://www.instructables.com/id/Universal-High-Power-LED-Driver-with-3D-printable-/</a></p>
<p><strong>*** Sorry, this product has been SOLD OUT and retired. ***</strong></p>
<p>* If you live in Australia, you can purchase this kit from <a href="http://www.ledsales.com.au/catalog/index.php?main_page=product_info&#038;cPath=142_143&#038;products_id=1052" target="_blank">LED Sales</a>.</p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Funiversal-high-power-led-driver-kit-pcb-available%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Funiversal-high-power-led-driver-kit-pcb-available%2F&amp;t=Universal%20High-Power%20LED%20Driver%20Kit%20%26%23038%3B%20PCB" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Universal High-Power LED Driver Kit &#038; PCB" data-url="https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Funiversal-high-power-led-driver-kit-pcb-available%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2012%2F01%2FTPP_5840.jpg&description=Universal%20High-Power%20LED%20Driver%20Kit%20Contents" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/&amp;title=Universal High-Power LED Driver Kit &amp;#038; PCB"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Aurora 9 bar</title>
		<link>https://blog.theledart.com/blog/aurora-9-bar/</link>
		<comments>https://blog.theledart.com/blog/aurora-9-bar/#comments</comments>
		<pubDate>Fri, 22 Jul 2011 23:08:44 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[The Art]]></category>
		<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Aurora 9 bar]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=218</guid>
		<description><![CDATA[Since the introduction of Aurora 9&#215;18, I received many requests for the kits and PCBs. I&#8217;m still quite undecided about making those available for a few reasons. However I really want other LED lovers (ok that sounds too much :) to be able to build one themselves. So I came up with Aurora 9 bar. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="/blog/wp-content/uploads/2011/07/opening1.jpg"><img src="/blog/wp-content/uploads/2011/07/opening1-590x382.jpg" alt="" title="Aurora 9 bar" width="590" height="382" class="alignnone size-medium wp-image-247" /></a></p>
<p>Since the introduction of Aurora 9&#215;18, I received many requests for the kits and PCBs. I&#8217;m still quite undecided about making those available for a few reasons. However I really want other LED lovers (ok that sounds too much :) to be able to build one themselves.</p>
<p>So I came up with Aurora 9 bar. It&#8217;s a bare essential version of Aurora 9&#215;18. In fact the circuit is almost exactly the same (with a lot less number of LEDs of course). Even the firmware is essentially the same. So it has the same super smooth color fades as Aurora 9&#215;18.</p>
<p>You can now build Aurora 9 bar yourself! Details are at Instructables:<br />
<a href="http://www.instructables.com/id/Aurora-9-bar-The-Essence-of-Aurora/">http://www.instructables.com/id/Aurora-9-bar-The-Essence-of-Aurora/</a></p>
<p><iframe width="590" height="330" src="http://www.youtube.com/embed/nbIfwQQC-_o?rel=0" frameborder="0" allowfullscreen></iframe></p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9-bar%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9-bar%2F&amp;t=Aurora%209%20bar" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Aurora 9 bar" data-url="https://blog.theledart.com/blog/aurora-9-bar/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/aurora-9-bar/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/aurora-9-bar/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9-bar%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2011%2F07%2Fopening1.jpg&description=Aurora%209%20bar" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/aurora-9-bar/&amp;title=Aurora 9 bar"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/aurora-9-bar/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Aurora 9&#215;18 on Instructables</title>
		<link>https://blog.theledart.com/blog/aurora-9x18-on-instructables/</link>
		<comments>https://blog.theledart.com/blog/aurora-9x18-on-instructables/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 04:51:23 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[Other]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Aurora 9x18]]></category>
		<category><![CDATA[Instructables]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=168</guid>
		<description><![CDATA[Aurora 9&#215;18 is now on Instructables! Which means you can learn how to build one of those yourself! http://www.instructables.com/id/Aurora-9&#215;18-RGB-LED-art/ FollowShare]]></description>
				<content:encoded><![CDATA[<p>Aurora 9&#215;18 is now on <a href="http://www.instructables.com/id/Aurora-9x18-RGB-LED-art/"><strong>Instructables</strong></a>! Which means you can learn how to build one of those yourself!</p>
<p><a href="http://www.instructables.com/id/Aurora-9x18-RGB-LED-art/"><img src="/blog/wp-content/uploads/2011/06/Instructable_Screenshot-590x580.jpg" alt="" title="Instructable Screenshot" width="590" height="580" class="alignleft size-medium wp-image-172" /></a></p>
<p><a href="http://www.instructables.com/id/Aurora-9x18-RGB-LED-art/">http://www.instructables.com/id/Aurora-9&#215;18-RGB-LED-art/</a></p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-on-instructables%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-on-instructables%2F&amp;t=Aurora%209%26%23215%3B18%20on%20Instructables" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Aurora 9&#215;18 on Instructables" data-url="https://blog.theledart.com/blog/aurora-9x18-on-instructables/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/aurora-9x18-on-instructables/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/aurora-9x18-on-instructables/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-on-instructables%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2011%2F06%2FInstructable_Screenshot.jpg&description=Instructable%20Screenshot" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/aurora-9x18-on-instructables/&amp;title=Aurora 9&amp;#215;18 on Instructables"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/aurora-9x18-on-instructables/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Aurora 9&#215;18 Teaser Video</title>
		<link>https://blog.theledart.com/blog/aurora-9x18-teaser-video/</link>
		<comments>https://blog.theledart.com/blog/aurora-9x18-teaser-video/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 04:01:21 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[The Art]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Aurora]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=144</guid>
		<description><![CDATA[I thought it&#8217;s time for me to start putting some effort in creating better presentation of the work I do. Here are two versions of video that showcase Aurora 9&#215;18. FollowShare]]></description>
				<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/LqhCE_SIK10?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>I thought it&#8217;s time for me to start putting some effort in creating better presentation of the work I do. Here are two versions of video that showcase Aurora 9&#215;18.</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/6WzRYg6Rgm4?rel=0" frameborder="0" allowfullscreen></iframe></p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-teaser-video%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-teaser-video%2F&amp;t=Aurora%209%26%23215%3B18%20Teaser%20Video" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Aurora 9&#215;18 Teaser Video" data-url="https://blog.theledart.com/blog/aurora-9x18-teaser-video/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/aurora-9x18-teaser-video/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/aurora-9x18-teaser-video/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/aurora-9x18-teaser-video/&amp;title=Aurora 9&amp;#215;18 Teaser Video"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/aurora-9x18-teaser-video/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Aurora 9&#215;18 assembled</title>
		<link>https://blog.theledart.com/blog/aurora-9x18-assembled/</link>
		<comments>https://blog.theledart.com/blog/aurora-9x18-assembled/#comments</comments>
		<pubDate>Sat, 04 Jun 2011 15:11:28 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[The Art]]></category>
		<category><![CDATA[Art]]></category>
		<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Aurora 9x18]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=129</guid>
		<description><![CDATA[Just finished assembling Aurora 9&#215;18. Based on the prototype aurora 9, this unit has 18 tri-color LEDs in each of 9 circles. Because of the number of components (162 LEDs), assembly was quite a chore. Tri-color LED has pins that are close together, very narrow for a through-hole component. Solder bridging can happen very easily. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><iframe width="560" height="349" src="http://www.youtube.com/embed/wbDFPkPgez0?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Just finished assembling Aurora 9&#215;18. Based on the prototype aurora 9, this unit has 18 tri-color LEDs in each of 9 circles.<br />
Because of the number of components (162 LEDs), assembly was quite a chore. Tri-color LED has pins that are close together, very narrow for a through-hole component. Solder bridging can happen very easily. (I&#8217;ve been soldering for over 30 years now, and thought I had good enough skill to get through the soldering, but I had a bit of a struggle&#8230;)</p>
<p>Now it&#8217;s done, and the hard work is worth it. It&#8217;s beautiful&#8230; LEDs are controlled in 9 groups of 18 each. Each group of LEDs are forming a circle. Each RGB component is controlled by PWM, with effective resolution of about 13 bits.</p>
<p>The colors produced by those LEDs are beautiful, the transitions between colors are smooth. To me this is fascinating&#8230;</p>
<p><iframe width="560" height="349" src="http://www.youtube.com/embed/hCyg01ZpDyA?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>Here&#8217;s the schematic if you are interested.<br />
<a href="/blog/wp-content/uploads/2011/06/aurora_9x18-schematic-rev1F.gif"><img src="/blog/wp-content/uploads/2011/06/aurora_9x18-schematic-rev1F-450x339.gif" alt="Aurora 9x18 Schematic" title="aurora_9x18-schematic-rev1F" width="450" height="339" class="alignleft size-large wp-image-156" /></a></p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-assembled%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-assembled%2F&amp;t=Aurora%209%26%23215%3B18%20assembled" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Aurora 9&#215;18 assembled" data-url="https://blog.theledart.com/blog/aurora-9x18-assembled/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/aurora-9x18-assembled/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/aurora-9x18-assembled/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-9x18-assembled%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2011%2F06%2Faurora_9x18-schematic-rev1F.gif&description=Aurora%209x18%20Schematic" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/aurora-9x18-assembled/&amp;title=Aurora 9&amp;#215;18 assembled"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/aurora-9x18-assembled/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Aurora-mini is here</title>
		<link>https://blog.theledart.com/blog/aurora-mini-is-here/</link>
		<comments>https://blog.theledart.com/blog/aurora-mini-is-here/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:50:31 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[The Art]]></category>
		<category><![CDATA[Aurora]]></category>
		<category><![CDATA[Aurora mini 18]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=122</guid>
		<description><![CDATA[The same circuit posted before has made into a real unit. Very smooth color changes (gamma-corrected 256 level PWM on each color/LED). > Updated version is here. FollowShare]]></description>
				<content:encoded><![CDATA[<p><iframe title="YouTube video player" width="480" height="390" src="http://www.youtube.com/embed/VzwCsn9OXME" frameborder="0" allowfullscreen></iframe></p>
<p>The same circuit posted before has made into a real unit.<br />
Very smooth color changes (gamma-corrected 256 level PWM on each color/LED).</p>
<p>> <a href="/blog/aurora-mini-18">Updated version is here</a>.</p>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-mini-is-here%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-mini-is-here%2F&amp;t=Aurora-mini%20is%20here" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Aurora-mini is here" data-url="https://blog.theledart.com/blog/aurora-mini-is-here/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/aurora-mini-is-here/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/aurora-mini-is-here/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/" data-pin-do="buttonBookmark" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/aurora-mini-is-here/&amp;title=Aurora-mini is here"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/aurora-mini-is-here/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Aurora 18 prototype</title>
		<link>https://blog.theledart.com/blog/aurora-18-prototype/</link>
		<comments>https://blog.theledart.com/blog/aurora-18-prototype/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 22:26:13 +0000</pubDate>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
				<category><![CDATA[LED Circuits]]></category>
		<category><![CDATA[The Art]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[RGB]]></category>

		<guid isPermaLink="false">http://www.theledart.com/blog/?p=65</guid>
		<description><![CDATA[New project using RGB/tricolor LEDs. Tricolor means triple the number of LEDs to control &#8211; more load on the processor. I decided to move up to 16 bit PIC, 24F series for the increased processing speed (MIPS) and memory. 16 MIPS and 4 KB of RAM and still had to resort to multiplexing RGB channels. [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><iframe width="480" height="390" src="http://www.youtube.com/embed/LrccfEOirSQ?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>New project using RGB/tricolor LEDs. Tricolor means triple the number of LEDs to control &#8211; more load on the processor. I decided to move up to 16 bit PIC, 24F series for the increased processing speed (MIPS) and memory. 16 MIPS and 4 KB of RAM and still had to resort to multiplexing RGB channels. 18 LEDs color/brightness individually controlled in gamma-corrected 8 bit levels (equivalent to about 14 bit linear PWM).</p>
<p>Countless software tweaks later I&#8217;m getting 200 Hz refresh rate. Hard to tell from the video, but the fades are truly smooth.</p>
<p><span id="more-65"></span></p>
<p>The circuit is quite simple. Besides the PIC and the LEDs, 6 transistors and a few resistors &amp; caps. No current driver ICs or shift-registers.</p>
<p>Here&#8217;s the schematic for anyone interested. LED to PIC connections can be rearranged &#8211; mine was dictated by the PCB layout. I wanted to route the I/O pins to the nearest LED on the PCB (being fabricated right now &#8211; stay tuned for the update).</p>
<div id="attachment_68" style="width: 460px" class="wp-caption alignleft"><a href="/blog/wp-content/uploads/2011/02/wave_RGB_18-schematic-rev1f.gif"><img class="size-large wp-image-68 " title="wave_RGB_18-schematic-rev1f" src="/blog/wp-content/uploads/2011/02/wave_RGB_18-schematic-rev1f-450x339.gif" alt="Aurora 18 Schematic" width="450" height="339" /></a><p class="wp-caption-text">Aurora 18 Schematic</p></div>
<div style="min-height:33px;" class="really_simple_share really_simple_share_button robots-nocontent snap_nopreview"><div class="really_simple_share_specificfeeds_follow" style="width:110px;"><a href="http://www.specificfeeds.com/follow" target="_blank"><img src="https://blog.theledart.com/blog/wp-content/plugins/really-simple-facebook-twitter-share-buttons/images/specificfeeds_follow.png" alt="Email, RSS" title="Email, RSS" /> Follow</a></div><div class="really_simple_share_facebook_like" style="width:100px;"><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-18-prototype%2F&amp;layout=button_count&amp;width=100&amp;height=27&amp;locale=en_US" 
							scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:100px; height:27px;" allowTransparency="true"></iframe></div><div class="really_simple_share_facebook_share" style="width:100px;"><a name="fb_share" rel="nofollow" href="https://www.facebook.com/sharer.php?u=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-18-prototype%2F&amp;t=Aurora%2018%20prototype" title="Share on Facebook" target="_blank">Share</a></div><div class="really_simple_share_twitter" style="width:100px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="horizontal"  data-text="Aurora 18 prototype" data-url="https://blog.theledart.com/blog/aurora-18-prototype/"  data-via=""   ></a></div><div class="really_simple_share_google1" style="width:80px;"><div class="g-plusone" data-size="medium" data-href="https://blog.theledart.com/blog/aurora-18-prototype/" ></div></div><div class="really_simple_share_linkedin" style="width:100px;"><script type="IN/Share" data-counter="right" data-url="https://blog.theledart.com/blog/aurora-18-prototype/"></script></div><div class="really_simple_share_pinterest" style="width:90px;"><a data-pin-config="beside" href="https://pinterest.com/pin/create/button/?url=https%3A%2F%2Fblog.theledart.com%2Fblog%2Faurora-18-prototype%2F&media=https%3A%2F%2Fblog.theledart.com%2Fblog%2Fwp-content%2Fuploads%2F2011%2F02%2Fwave_RGB_18-schematic-rev1f.gif&description=Aurora%2018%20Schematic" data-pin-do="buttonPin" ><img alt="Pin It" src="https://assets.pinterest.com/images/pidgets/pin_it_button.png" /></a></div><div class="really_simple_share_digg" style="width:100px;"><script type="text/javascript" src="http://widgets.digg.com/buttons.js"></script>
					<a class="DiggThisButton DiggCompact" href="http://digg.com/submit?url=https://blog.theledart.com/blog/aurora-18-prototype/&amp;title=Aurora 18 prototype"></a></div></div>
		<div class="really_simple_share_clearfix"></div>]]></content:encoded>
			<wfw:commentRss>https://blog.theledart.com/blog/aurora-18-prototype/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
