<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Parts: LTC2631A I2C digital to analog converter</title>
	<atom:link href="http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/feed/" rel="self" type="application/rss+xml" />
	<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/</link>
	<description>Fresh hacks every day</description>
	<lastBuildDate>Fri, 10 Feb 2012 15:59:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: elektrophreak</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-149930</link>
		<dc:creator><![CDATA[elektrophreak]]></dc:creator>
		<pubDate>Mon, 14 Jun 2010 11:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-149930</guid>
		<description><![CDATA[@Ian Lesnet

Thanks for this info !]]></description>
		<content:encoded><![CDATA[<p>@Ian Lesnet</p>
<p>Thanks for this info !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Lesnet</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62574</link>
		<dc:creator><![CDATA[Ian Lesnet]]></dc:creator>
		<pubDate>Wed, 11 Feb 2009 08:07:14 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62574</guid>
		<description><![CDATA[@stu

I used the tlc5940 in my home lighting system, &lt;a href=&quot;http://si-light.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;si-light&lt;/a&gt;.

The TLC5940 has an SPI interface to the PWM registers, but the data out is primarily useful for cascading multiple chips.

The tricky part about the TLC5940 is that you must provide your own clock and reset. You provide 4096 clock ticks, and then trip the reset pin. Inside, the 5940 has counters that turn off the LED when the clock ticks equal the duty cycle you program through the SPI interface; all come back on when the reset pin is triggered.

As I recall, I connected the oscillator output of a PIC16F628a to the TLC5940 clock input, and used the PIC&#039;s counter to count to 4096 and then toggle the reset pin on an interrupt.

Now, can this be done with the Bus Pirate? Sure, but it will need a new module that creates the clock signal on one AUX pin and the reset on the other. This isn&#039;t difficult, but it&#039;s not a feature the Bus Pirate currently has.]]></description>
		<content:encoded><![CDATA[<p>@stu</p>
<p>I used the tlc5940 in my home lighting system, <a href="http://si-light.sourceforge.net/" rel="nofollow">si-light</a>.</p>
<p>The TLC5940 has an SPI interface to the PWM registers, but the data out is primarily useful for cascading multiple chips.</p>
<p>The tricky part about the TLC5940 is that you must provide your own clock and reset. You provide 4096 clock ticks, and then trip the reset pin. Inside, the 5940 has counters that turn off the LED when the clock ticks equal the duty cycle you program through the SPI interface; all come back on when the reset pin is triggered.</p>
<p>As I recall, I connected the oscillator output of a PIC16F628a to the TLC5940 clock input, and used the PIC&#8217;s counter to count to 4096 and then toggle the reset pin on an interrupt.</p>
<p>Now, can this be done with the Bus Pirate? Sure, but it will need a new module that creates the clock signal on one AUX pin and the reset on the other. This isn&#8217;t difficult, but it&#8217;s not a feature the Bus Pirate currently has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62496</link>
		<dc:creator><![CDATA[Stu]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 21:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62496</guid>
		<description><![CDATA[Oh BTW.
This is what I&#039;m doing with the pair of MAX6956 chips and a 16F88 - 
http://www.youtube.com/watch?v=-vnrRgxWMhw&amp;fmt=18
I even wrote a little VB prog that allows you to generate the patterns with a GUI, it outputs PicBasic DATA blocks for you to paste into the PBP program. You then simply compile, then flash the F88. Job done.]]></description>
		<content:encoded><![CDATA[<p>Oh BTW.<br />
This is what I&#8217;m doing with the pair of MAX6956 chips and a 16F88 &#8211;<br />
<span style="text-align:center; display: block;"><a href="http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/"><img src="http://img.youtube.com/vi/-vnrRgxWMhw/2.jpg" alt="" /></a></span><br />
I even wrote a little VB prog that allows you to generate the patterns with a GUI, it outputs PicBasic DATA blocks for you to paste into the PBP program. You then simply compile, then flash the F88. Job done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stu</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62495</link>
		<dc:creator><![CDATA[Stu]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 21:45:15 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62495</guid>
		<description><![CDATA[I&#039;ve got a chip for you guys to try out with the BusPirate, I bet you&#039;d have troubles like I did.
Its a Texas Instruments TLC5940 LED driver chip.
I held great promise thinking this chip would be easy to interface. Not being a professionally taught electronics person, I found it almost impossible to use. Not only is the Data Sheet nigh on useless, I didn&#039;t recognise the serial comms format it uses, even building a proto board for it was difficult.
I tried interfacing it with a PIC 16F88 chip using PICBasic Pro. Couldn&#039;t even get it to light any of the LEDs.
I since switched to a pair of Maxim MAX6956 chips on one i2c bus - INFINITELY easier to use because it uses i2c, a great protocol, library routines already built into PicBasic Pro.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve got a chip for you guys to try out with the BusPirate, I bet you&#8217;d have troubles like I did.<br />
Its a Texas Instruments TLC5940 LED driver chip.<br />
I held great promise thinking this chip would be easy to interface. Not being a professionally taught electronics person, I found it almost impossible to use. Not only is the Data Sheet nigh on useless, I didn&#8217;t recognise the serial comms format it uses, even building a proto board for it was difficult.<br />
I tried interfacing it with a PIC 16F88 chip using PICBasic Pro. Couldn&#8217;t even get it to light any of the LEDs.<br />
I since switched to a pair of Maxim MAX6956 chips on one i2c bus &#8211; INFINITELY easier to use because it uses i2c, a great protocol, library routines already built into PicBasic Pro.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: โปรแกรมแปลงไฟล์</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62439</link>
		<dc:creator><![CDATA[โปรแกรมแปลงไฟล์]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 13:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62439</guid>
		<description><![CDATA[Cool software
thank]]></description>
		<content:encoded><![CDATA[<p>Cool software<br />
thank</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r4d10n</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62428</link>
		<dc:creator><![CDATA[r4d10n]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 12:02:19 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62428</guid>
		<description><![CDATA[great post !! it will great if u can do a parts post on some of the high speed ADCs like LTC2209 which can be useful a lot of people who want to do all sorts of sampling operations...]]></description>
		<content:encoded><![CDATA[<p>great post !! it will great if u can do a parts post on some of the high speed ADCs like LTC2209 which can be useful a lot of people who want to do all sorts of sampling operations&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dan</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62418</link>
		<dc:creator><![CDATA[dan]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 06:58:52 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62418</guid>
		<description><![CDATA[The parts articles are great, I plan on building a bus pirate as soon as I get some free time.  My suggestion for a future article is the MCP6S26 programmable gain amplifier from Microchip.  PGA chips seem like a good way of taking some of the headaches out of amplifier design and the multiple inputs allow one to switch various filters in and out of the circuit.  Another part you may consider covering is one of the digital potentiometer chips.]]></description>
		<content:encoded><![CDATA[<p>The parts articles are great, I plan on building a bus pirate as soon as I get some free time.  My suggestion for a future article is the MCP6S26 programmable gain amplifier from Microchip.  PGA chips seem like a good way of taking some of the headaches out of amplifier design and the multiple inputs allow one to switch various filters in and out of the circuit.  Another part you may consider covering is one of the digital potentiometer chips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ion</title>
		<link>http://hackaday.com/2009/02/09/parts-ltc2631a-i2c-digital-to-analog-converter/comment-page-1/#comment-62393</link>
		<dc:creator><![CDATA[Ion]]></dc:creator>
		<pubDate>Tue, 10 Feb 2009 01:47:16 +0000</pubDate>
		<guid isPermaLink="false">http://hackaday.com/?p=8232#comment-62393</guid>
		<description><![CDATA[YAY another parts post, I love these, and this ones a doozy]]></description>
		<content:encoded><![CDATA[<p>YAY another parts post, I love these, and this ones a doozy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

