<?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: 4 Channel PWM output with PIC16F690</title>
	<atom:link href="http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/feed/" rel="self" type="application/rss+xml" />
	<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/</link>
	<description>This is Nomad's Land</description>
	<lastBuildDate>Sun, 21 Mar 2010 12:22:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: psichron</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-370</link>
		<dc:creator>psichron</dc:creator>
		<pubDate>Thu, 16 Apr 2009 19:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-370</guid>
		<description>No, not with the 16F690&#039;s PWM generator. You&#039;ll have to use your own timing functions and switch the pins on/off manually.</description>
		<content:encoded><![CDATA[<p>No, not with the 16F690&#8242;s PWM generator. You&#8217;ll have to use your own timing functions and switch the pins on/off manually.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-369</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 16 Apr 2009 16:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-369</guid>
		<description>Unfortunately i dont have the datasheet but its the standard common annode 4 pin rgb led. Basically i want to manually control the colour output from the led with 3 pots.

Many thanks</description>
		<content:encoded><![CDATA[<p>Unfortunately i dont have the datasheet but its the standard common annode 4 pin rgb led. Basically i want to manually control the colour output from the led with 3 pots.</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-368</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 16 Apr 2009 16:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-368</guid>
		<description>Is it possible to have different signals coming out of the 3 pwm pins? i.e pin5 - 100Hz, pin6 - 200Hz &amp; pin7 - 500Hz or something like this?
Is this how the led colour changes or am i wrong?

Many thanks</description>
		<content:encoded><![CDATA[<p>Is it possible to have different signals coming out of the 3 pwm pins? i.e pin5 &#8211; 100Hz, pin6 &#8211; 200Hz &amp; pin7 &#8211; 500Hz or something like this?<br />
Is this how the led colour changes or am i wrong?</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psichron</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-367</link>
		<dc:creator>psichron</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:50:55 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-367</guid>
		<description>Do you have a link to the datasheet of the LED?
Because STRA, STB, etc is how you enable/disable output of the channels, so you have the same signal coming out of all the enabled channel pins.</description>
		<content:encoded><![CDATA[<p>Do you have a link to the datasheet of the LED?<br />
Because STRA, STB, etc is how you enable/disable output of the channels, so you have the same signal coming out of all the enabled channel pins.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-366</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-366</guid>
		<description>Hi
I have tried this but it only dims or brightens the led, doesnt actually change the colour? The colour stays red??

Thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have tried this but it only dims or brightens the led, doesnt actually change the colour? The colour stays red??</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: psichron</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-365</link>
		<dc:creator>psichron</dc:creator>
		<pubDate>Thu, 16 Apr 2009 13:41:03 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-365</guid>
		<description>&quot;
Use registers STRA, STRB, STRC, STRD to turn on/off each of the 4 channels
    STRA = pin5
    STRB = pin6
    STRC = pin7
    STRD = pin14
&quot;

So you can turn on/off the channel output on pin5 by setting STRA = 1 (on) or STRA=0 (off).</description>
		<content:encoded><![CDATA[<p>&#8221;<br />
Use registers STRA, STRB, STRC, STRD to turn on/off each of the 4 channels<br />
    STRA = pin5<br />
    STRB = pin6<br />
    STRC = pin7<br />
    STRD = pin14<br />
&#8221;</p>
<p>So you can turn on/off the channel output on pin5 by setting STRA = 1 (on) or STRA=0 (off).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>http://psichron.za.net/wordpress/2009-03-04/4-channel-pwm-output-with-pic16f690/comment-page-1/#comment-364</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Wed, 15 Apr 2009 16:20:32 +0000</pubDate>
		<guid isPermaLink="false">http://psichron.za.net/wordpress/?p=162#comment-364</guid>
		<description>Hi
How do you select and output individual pwm channels? i have 3 pots and i want to use them to control the colours the rgb led will output. I am quite stuck. If you could help it would be much appreciated.

Many thanks</description>
		<content:encoded><![CDATA[<p>Hi<br />
How do you select and output individual pwm channels? i have 3 pots and i want to use them to control the colours the rgb led will output. I am quite stuck. If you could help it would be much appreciated.</p>
<p>Many thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>

