<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>Comments on: Universal High-Power LED Driver Kit &amp; PCB</title>
	<atom:link href="https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/</link>
	<description>Art and Technology are Friends</description>
	<lastBuildDate>Tue, 18 Aug 2020 10:01:26 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.9.1</generator>
	<item>
		<title>By: The LED Artist</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4991</link>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 16:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4991</guid>
		<description><![CDATA[Do you mean PWM or control voltage input? Well Universal Controller doesn&#039;t have them. However if you are handy you can inject 0-5V control voltage into the center pin of the pot to control dimming.

Aki]]></description>
		<content:encoded><![CDATA[<p>Do you mean PWM or control voltage input? Well Universal Controller doesn&#8217;t have them. However if you are handy you can inject 0-5V control voltage into the center pin of the pot to control dimming.</p>
<p>Aki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rian</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4990</link>
		<dc:creator><![CDATA[Rian]]></dc:creator>
		<pubDate>Thu, 14 Mar 2013 14:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4990</guid>
		<description><![CDATA[Does the driver have a voltage input for an incoming signal as well a power supply? I am trying to amplify and drive a 0~5V serial signal up to 16V; which is the turn on voltage for my LED&#039;s. Any help would be appreciated.]]></description>
		<content:encoded><![CDATA[<p>Does the driver have a voltage input for an incoming signal as well a power supply? I am trying to amplify and drive a 0~5V serial signal up to 16V; which is the turn on voltage for my LED&#8217;s. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The LED Artist</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4900</link>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
		<pubDate>Sat, 09 Mar 2013 16:35:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4900</guid>
		<description><![CDATA[Universal Driver uses &quot;SPI like&quot; communication. It&#039;s not exactly SPI, but you can communicate using SPI with some effort. The unit uses only two pins: data and clock. The lines are normally pulled up by resistors so that switches or another Universal Driver can pull them low. This is how I implemented the half-dupe (or bi-directional) communication with just two lines. It&#039;s a hybrid between I2C and SPI I guess.
Please read the source code for the details.
As a pointer, those two lines need to be high when idle. So maybe use SPI mode 3? If you pull any one of them low for more than 47 milliseconds, the controller think that the button is pushed.

Aki]]></description>
		<content:encoded><![CDATA[<p>Universal Driver uses &#8220;SPI like&#8221; communication. It&#8217;s not exactly SPI, but you can communicate using SPI with some effort. The unit uses only two pins: data and clock. The lines are normally pulled up by resistors so that switches or another Universal Driver can pull them low. This is how I implemented the half-dupe (or bi-directional) communication with just two lines. It&#8217;s a hybrid between I2C and SPI I guess.<br />
Please read the source code for the details.<br />
As a pointer, those two lines need to be high when idle. So maybe use SPI mode 3? If you pull any one of them low for more than 47 milliseconds, the controller think that the button is pushed.</p>
<p>Aki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muk</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4886</link>
		<dc:creator><![CDATA[muk]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 16:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4886</guid>
		<description><![CDATA[received one of the kit and its perfectly designed and super easy to built. great job!
but... i have an issue with the SPI Interface. i don´t get it right. SPI usually uses 4 wire connection. http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus 
I only used MasterOut (MOSI) on my side connected to SPI_DAT and the SCK for SPI_CLK.
I am using Mode 1.

and they are communicating somehow, but super unstable. sometimes the status led of the kit starts to blink (config mode?), sometimes it only reacts after a delay. sometimes i have to go back and forth with the 8bit Value in order to raise the brightness... never really the way i want. any idea? 

my SPI has 4MHz ClockSpeed and is coming from an arduino http://arduino.cc/en/Reference/SPI

mukos gracias]]></description>
		<content:encoded><![CDATA[<p>received one of the kit and its perfectly designed and super easy to built. great job!<br />
but&#8230; i have an issue with the SPI Interface. i don´t get it right. SPI usually uses 4 wire connection. <a href="http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus" rel="nofollow">http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus</a><br />
I only used MasterOut (MOSI) on my side connected to SPI_DAT and the SCK for SPI_CLK.<br />
I am using Mode 1.</p>
<p>and they are communicating somehow, but super unstable. sometimes the status led of the kit starts to blink (config mode?), sometimes it only reacts after a delay. sometimes i have to go back and forth with the 8bit Value in order to raise the brightness&#8230; never really the way i want. any idea? </p>
<p>my SPI has 4MHz ClockSpeed and is coming from an arduino <a href="http://arduino.cc/en/Reference/SPI" rel="nofollow">http://arduino.cc/en/Reference/SPI</a></p>
<p>mukos gracias</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The LED Artist</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4671</link>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 06:40:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4671</guid>
		<description><![CDATA[The output voltage from this driver can reach upward of 30V when you connect 10 white or blue LEDs in serial. So if your LED string&#039;s forward voltage is about 15V, that should work.

Aki]]></description>
		<content:encoded><![CDATA[<p>The output voltage from this driver can reach upward of 30V when you connect 10 white or blue LEDs in serial. So if your LED string&#8217;s forward voltage is about 15V, that should work.</p>
<p>Aki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AU_Rez</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4668</link>
		<dc:creator><![CDATA[AU_Rez]]></dc:creator>
		<pubDate>Tue, 26 Feb 2013 05:00:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4668</guid>
		<description><![CDATA[I am trying to drive lamps with a turn on voltage of 15V. Is the maximum output voltage for the LED driver 6.6V?]]></description>
		<content:encoded><![CDATA[<p>I am trying to drive lamps with a turn on voltage of 15V. Is the maximum output voltage for the LED driver 6.6V?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The LED Artist</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4585</link>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
		<pubDate>Wed, 20 Feb 2013 20:16:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4585</guid>
		<description><![CDATA[What I mean by Universal LED Driver not being the right tool for strobe is that this driver implements &quot;soft-on&quot;. When this driver turns on the LEDs, the unit ramps up the current level from minimum until it reaches the set current. This &quot;soft-on&quot; is opposite of what you want in strobe driver.
That being said, for human eye this soft-on is still instantaneous, so might still be practical. Only experiments can tell.

Again using an external uC won&#039;t change the situation above. (and I don&#039;t think external uC is needed.)

Aki]]></description>
		<content:encoded><![CDATA[<p>What I mean by Universal LED Driver not being the right tool for strobe is that this driver implements &#8220;soft-on&#8221;. When this driver turns on the LEDs, the unit ramps up the current level from minimum until it reaches the set current. This &#8220;soft-on&#8221; is opposite of what you want in strobe driver.<br />
That being said, for human eye this soft-on is still instantaneous, so might still be practical. Only experiments can tell.</p>
<p>Again using an external uC won&#8217;t change the situation above. (and I don&#8217;t think external uC is needed.)</p>
<p>Aki</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muk</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4579</link>
		<dc:creator><![CDATA[muk]]></dc:creator>
		<pubDate>Wed, 20 Feb 2013 12:04:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4579</guid>
		<description><![CDATA[sorry for being obtrusive, but i want to realize this project. why you think its not the right tool? because of changing the program is too complicated? i am programming on arduino since some years and have some programming/electronic background from a technical education. i just had a short check on the asm file (with text editor only) and it doesnt seem to be that complicated even tough i have to get into the reading, because i am used to Java of course.
what IDE to use with asm files?
what if i use another uC and switch the brightness from 0 to the max value (potentiometer) via SPI? fast enough?]]></description>
		<content:encoded><![CDATA[<p>sorry for being obtrusive, but i want to realize this project. why you think its not the right tool? because of changing the program is too complicated? i am programming on arduino since some years and have some programming/electronic background from a technical education. i just had a short check on the asm file (with text editor only) and it doesnt seem to be that complicated even tough i have to get into the reading, because i am used to Java of course.<br />
what IDE to use with asm files?<br />
what if i use another uC and switch the brightness from 0 to the max value (potentiometer) via SPI? fast enough?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The LED Artist</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4559</link>
		<dc:creator><![CDATA[The LED Artist]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 22:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4559</guid>
		<description><![CDATA[Not impossible, but not easy. External uC is not needed but you will need to modify the firmware to do what you want to do.
I just don&#039;t think this driver is the right tool for your purpose.]]></description>
		<content:encoded><![CDATA[<p>Not impossible, but not easy. External uC is not needed but you will need to modify the firmware to do what you want to do.<br />
I just don&#8217;t think this driver is the right tool for your purpose.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muk</title>
		<link>https://blog.theledart.com/blog/universal-high-power-led-driver-kit-pcb-available/comment-page-1/#comment-4557</link>
		<dc:creator><![CDATA[muk]]></dc:creator>
		<pubDate>Mon, 18 Feb 2013 19:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.theledart.com/blog/?p=337#comment-4557</guid>
		<description><![CDATA[It is not for photographic reason, but for light installation (direct human eye perception not through a camera) which should strobe around 100 - 500Hz (sometimes faster, but not necessarily) and in addition should be dimmable.
Possible?]]></description>
		<content:encoded><![CDATA[<p>It is not for photographic reason, but for light installation (direct human eye perception not through a camera) which should strobe around 100 &#8211; 500Hz (sometimes faster, but not necessarily) and in addition should be dimmable.<br />
Possible?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
