<?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"
	>
<channel>
	<title>Comments on: CotW - LTC6903</title>
	<atom:link href="http://www.ladyada.net/rant/2007/02/cotw-ltc6903/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ladyada.net/rant/2007/02/cotw-ltc6903/</link>
	<description>afowejfaiwuehfakjnfa</description>
	<pubDate>Tue, 07 Oct 2008 14:38:27 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Mike</title>
		<link>http://www.ladyada.net/rant/2007/02/cotw-ltc6903/#comment-4484</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 02 Mar 2008 15:04:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.ladyada.net/rant/?p=47#comment-4484</guid>
		<description>Hi

Well I tried and failed with this using different parts...........any suggestions are very welcome

// Arduino using DDS60/AD9851 with 30MHz Osc clock ~ Bare Bones Test 16
// For AD9851 array values see http://www.analog.com/Analog_Root/static/techSupport/designTools/interactiveTools/dds/ad9851.html
// For AD9851 datasheet see http://www.analog.com/en/prod/0%2C2877%2CAD9851%2C00.html
// For DDS60 see http://www.amqrp.org/kits/dds60/index.html
// For Arduino see http://www.arduino.cc/en/Guide/HomePage
// by Mike Bowthorpe 

byte DATA = 10;                                           //DATA on pin 10/3
byte CLOCK = 9;                                           //CLOCK on pin 9/2
byte LOAD = 8;                                            //LOAD on pin 8/1
byte pin13 = 13;

void setup() 
{ 
  pinMode (DATA, OUTPUT);                                // sets pin 10 as OUPUT
  pinMode (CLOCK, OUTPUT);                               // sets pin 9 as OUTPUT
  pinMode (LOAD, OUTPUT);                                // sets pin 8 as OUTPUT
  pinMode (pin13, OUTPUT);
}

void loop() 
{ 
    {
   
   shiftOut(DATA,CLOCK,LSBFIRST,(0,119,250,137,230));     // 5 values W0, W1, W2, W3, W4 to give 14.06000 MHz with 30MHz Osc 
   
   digitalWrite (LOAD, HIGH);                             // Turn on pin 8/1 LOAD FQ-UD
   digitalWrite (LOAD, LOW);                              // Turn pin 8 off
   
   

     } 
}


Regards

Mike</description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>Well I tried and failed with this using different parts&#8230;&#8230;&#8230;..any suggestions are very welcome</p>
<p>// Arduino using DDS60/AD9851 with 30MHz Osc clock ~ Bare Bones Test 16<br />
// For AD9851 array values see <a href="http://www.analog.com/Analog_Root/static/techSupport/designTools/interactiveTools/dds/ad9851.html" rel="nofollow">http://www.analog.com/Analog_Root/static/techSupport/designTools/interactiveTools/dds/ad9851.html</a><br />
// For AD9851 datasheet see <a href="http://www.analog.com/en/prod/0%2C2877%2CAD9851%2C00.html" rel="nofollow">http://www.analog.com/en/prod/0%2C2877%2CAD9851%2C00.html</a><br />
// For DDS60 see <a href="http://www.amqrp.org/kits/dds60/index.html" rel="nofollow">http://www.amqrp.org/kits/dds60/index.html</a><br />
// For Arduino see <a href="http://www.arduino.cc/en/Guide/HomePage" rel="nofollow">http://www.arduino.cc/en/Guide/HomePage</a><br />
// by Mike Bowthorpe </p>
<p>byte DATA = 10;                                           //DATA on pin 10/3<br />
byte CLOCK = 9;                                           //CLOCK on pin 9/2<br />
byte LOAD = 8;                                            //LOAD on pin 8/1<br />
byte pin13 = 13;</p>
<p>void setup()<br />
{<br />
  pinMode (DATA, OUTPUT);                                // sets pin 10 as OUPUT<br />
  pinMode (CLOCK, OUTPUT);                               // sets pin 9 as OUTPUT<br />
  pinMode (LOAD, OUTPUT);                                // sets pin 8 as OUTPUT<br />
  pinMode (pin13, OUTPUT);<br />
}</p>
<p>void loop()<br />
{<br />
    {</p>
<p>   shiftOut(DATA,CLOCK,LSBFIRST,(0,119,250,137,230));     // 5 values W0, W1, W2, W3, W4 to give 14.06000 MHz with 30MHz Osc </p>
<p>   digitalWrite (LOAD, HIGH);                             // Turn on pin 8/1 LOAD FQ-UD<br />
   digitalWrite (LOAD, LOW);                              // Turn pin 8 off</p>
<p>     }<br />
}</p>
<p>Regards</p>
<p>Mike</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wayne</title>
		<link>http://www.ladyada.net/rant/2007/02/cotw-ltc6903/#comment-2923</link>
		<dc:creator>Wayne</dc:creator>
		<pubDate>Thu, 31 May 2007 18:14:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ladyada.net/rant/?p=47#comment-2923</guid>
		<description>What for code (Bascom or basic) would I need to  run this dude? I'm building a pc board right now to run this oscillator with a Mega48 AVR.</description>
		<content:encoded><![CDATA[<p>What for code (Bascom or basic) would I need to  run this dude? I&#8217;m building a pc board right now to run this oscillator with a Mega48 AVR.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
