<?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: AVR DDS signal generator V1.0</title>
	<atom:link href="http://www.scienceprog.com/avr-dds-signal-generator-v10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/</link>
	<description>ScienceProg serves scientific, embedded, biomedical engineering, physics based contents. If you want your article or scientific project to be on this site, do not hesitate to contact.</description>
	<lastBuildDate>Tue, 07 Feb 2012 20:33:17 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Valantis</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-488</link>
		<dc:creator>Valantis</dc:creator>
		<pubDate>Sat, 16 Apr 2011 08:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-488</guid>
		<description>I made this signal generator using the exact parts (metal film resistor, crystal, capacitors) and the first firmware but i have a problem. the output frequency is not correct (on lcd displace 65535 and the output frequency is 4210.</description>
		<content:encoded><![CDATA[<p>I made this signal generator using the exact parts (metal film resistor, crystal, capacitors) and the first firmware but i have a problem. the output frequency is not correct (on lcd displace 65535 and the output frequency is 4210.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henry</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-487</link>
		<dc:creator>Henry</dc:creator>
		<pubDate>Mon, 26 Apr 2010 23:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-487</guid>
		<description>Can you post configuration of fuse bits in Pony Prog? Please</description>
		<content:encoded><![CDATA[<p>Can you post configuration of fuse bits in Pony Prog? Please</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVR DDS ?????</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-486</link>
		<dc:creator>AVR DDS ?????</dc:creator>
		<pubDate>Tue, 10 Nov 2009 11:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-486</guid>
		<description>[...] ?????http://www.scienceprog.com/avr-dds-signal-generator-v10/  This entry was posted in ????? and tagged AVR, ?????. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.   &#171; ??GPS???? [...]</description>
		<content:encoded><![CDATA[<p>[...] ?????http://www.scienceprog.com/avr-dds-signal-generator-v10/  This entry was posted in ????? and tagged AVR, ?????. Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.   &laquo; ??GPS???? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: scienceprog</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-485</link>
		<dc:creator>scienceprog</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-485</guid>
		<description>Everything is correct. Resolution of 0.1059638129340278Hz means smallest step frequency can be incremented or decremented. Look more carefully at formula - you can see that F_CPU is divided by &#039;clocks for one sample output&#039; - what means more clocks per sample the lower resolution.
Don&#039;t forget to check out second version of AVR DDS generator: http://www.scienceprog.com/avr-dds-signal-generator-v20/</description>
		<content:encoded><![CDATA[<p>Everything is correct. Resolution of 0.1059638129340278Hz means smallest step frequency can be incremented or decremented. Look more carefully at formula &#8211; you can see that F_CPU is divided by &#8216;clocks for one sample output&#8217; &#8211; what means more clocks per sample the lower resolution.<br />
Don&#8217;t forget to check out second version of AVR DDS generator: <a href="http://www.scienceprog.com/avr-dds-signal-generator-v20/" rel="nofollow">http://www.scienceprog.com/avr-dds-signal-generator-v20/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Burkhard</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-484</link>
		<dc:creator>Burkhard</dc:creator>
		<pubDate>Wed, 29 Oct 2008 08:08:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-484</guid>
		<description>Hi,
thank you very much for publishing your AVR DDS Application. It is exactly what I searched for. The Documentation is very good and there is no question open except one:
fres=(F_CPU/(clocks for one sample output))/2^(accumulator length) = 16000000/9/2^24=0.1059638129340278Hz.
That means, the more clocks for one sample output you need the better is the resolution?
I think the correct resolution is 1/0.1059638129340278 = 9,437184 Hz.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank you very much for publishing your AVR DDS Application. It is exactly what I searched for. The Documentation is very good and there is no question open except one:<br />
fres=(F_CPU/(clocks for one sample output))/2^(accumulator length) = 16000000/9/2^24=0.1059638129340278Hz.<br />
That means, the more clocks for one sample output you need the better is the resolution?<br />
I think the correct resolution is 1/0.1059638129340278 = 9,437184 Hz.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-483</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Tue, 02 Sep 2008 19:47:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-483</guid>
		<description>Hey I waited for a response of you people and I have nothing, truly I&#039;m disappointed because you are giving bad data and files of this signal generator, actually the hex file you give is not for an atmega8 and second it doesn&#039;t work, so please, upload a new working hex file for a real atmega8, not for a simulation program</description>
		<content:encoded><![CDATA[<p>Hey I waited for a response of you people and I have nothing, truly I&#8217;m disappointed because you are giving bad data and files of this signal generator, actually the hex file you give is not for an atmega8 and second it doesn&#8217;t work, so please, upload a new working hex file for a real atmega8, not for a simulation program</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Victor</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-482</link>
		<dc:creator>Victor</dc:creator>
		<pubDate>Mon, 01 Sep 2008 13:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-482</guid>
		<description>Hello and nice work with your signal generator, I&#039;m a fan of the AVR micros and actually I&#039;m building your design on my breadboard for further test, but i have a problem trying to load the hex file in the atmega8, I have a program called bootloader installed in the flash memory that helps me to load any program trough serial to serial comm, but it says that the hex file is too large to load, actually the hex file you have is kind of big</description>
		<content:encoded><![CDATA[<p>Hello and nice work with your signal generator, I&#8217;m a fan of the AVR micros and actually I&#8217;m building your design on my breadboard for further test, but i have a problem trying to load the hex file in the atmega8, I have a program called bootloader installed in the flash memory that helps me to load any program trough serial to serial comm, but it says that the hex file is too large to load, actually the hex file you have is kind of big</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: signal generator uses</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-481</link>
		<dc:creator>signal generator uses</dc:creator>
		<pubDate>Sat, 26 Apr 2008 20:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-481</guid>
		<description>[...] to analog DAC converter This is a simplest solution where resistors are connected in a ladder: ...http://www.scienceprog.com/avr-dds-signal-generator-v10/signal generatorsThis is one of the best analog signal generators ever made easy to use very [...]</description>
		<content:encoded><![CDATA[<p>[...] to analog DAC converter This is a simplest solution where resistors are connected in a ladder: &#8230;<a href="http://www.scienceprog.com/avr-dds-signal-generator-v10/signal" rel="nofollow">http://www.scienceprog.com/avr-dds-signal-generator-v10/signal</a> generatorsThis is one of the best analog signal generators ever made easy to use very [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Vacar Perimeter &#187; Sending mixed signals</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-480</link>
		<dc:creator>The Vacar Perimeter &#187; Sending mixed signals</dc:creator>
		<pubDate>Sun, 30 Mar 2008 04:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-480</guid>
		<description>[...] to you attention the AVR DDS signal 2.0. Scienceprog.com has an article on it which links to the AVR DDS V1.0 generator as [...]</description>
		<content:encoded><![CDATA[<p>[...] to you attention the AVR DDS signal 2.0. Scienceprog.com has an article on it which links to the AVR DDS V1.0 generator as [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AVR DDS signal generator V2.0 - Scientific, embedded, biomedical, electronics contents.</title>
		<link>http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-479</link>
		<dc:creator>AVR DDS signal generator V2.0 - Scientific, embedded, biomedical, electronics contents.</dc:creator>
		<pubDate>Mon, 10 Mar 2008 13:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.scienceprog.com/avr-dds-signal-generator-v10/#comment-479</guid>
		<description>[...] second and improved AVR DDS signal generator is here. First AVR DDS V1.0 generator was only an attempt of running DDS algorithm without any amplitude control. This time I [...]</description>
		<content:encoded><![CDATA[<p>[...] second and improved AVR DDS signal generator is here. First AVR DDS V1.0 generator was only an attempt of running DDS algorithm without any amplitude control. This time I [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

