<?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: Yes, No, and maybe!</title>
	<atom:link href="http://www.ad7c.com/2016/05/yes-no-and-maybe/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ad7c.com/2016/05/yes-no-and-maybe/</link>
	<description>Amateur Radio Blog, Log, and Outdoor Adventures</description>
	<lastBuildDate>Sun, 18 Feb 2024 16:16:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.6</generator>
	<item>
		<title>By: Leonardo Bottero da Silva PU3LND Rio Grande - RS - Brasil</title>
		<link>http://www.ad7c.com/2016/05/yes-no-and-maybe/#comment-72839</link>
		<dc:creator>Leonardo Bottero da Silva PU3LND Rio Grande - RS - Brasil</dc:creator>
		<pubDate>Thu, 17 May 2018 04:08:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.ad7c.com/?p=324#comment-72839</guid>
		<description><![CDATA[Hi Rich, 
congratulations for your project, is very simple and operational. I Added some lines before reading the eeprom in your code for provide a initialization of eeprom, in order to burn one time  without change in variables, I wait can help you, 73!

  // Load the stored frequency
  // Initialising eeprom...
  if (EEPROM.read(9) != 1){
    EEPROM.write(0,7); EEPROM.write(1,2); EEPROM.write(2,0);
    EEPROM.write(3,0); EEPROM.write(4,0); EEPROM.write(5,0);
    EEPROM.write(6,0); EEPROM.write(9,1); // Done!
  }

  if (ForceFreq == 0) {
    freq = String(EEPROM.read(0))+String(EEPROM.read(1))+String(EEPROM.read(2))+String(EEPROM.read(3))+String(EEPROM.read(4))+String(EEPROM.read(5))+String(EEPROM.read(6));
    rx = freq.toInt();
  }
}

Best Regards,

Leonardo PU3LND]]></description>
		<content:encoded><![CDATA[<p>Hi Rich,<br />
congratulations for your project, is very simple and operational. I Added some lines before reading the eeprom in your code for provide a initialization of eeprom, in order to burn one time  without change in variables, I wait can help you, 73!</p>
<p>  // Load the stored frequency<br />
  // Initialising eeprom&#8230;<br />
  if (EEPROM.read(9) != 1){<br />
    EEPROM.write(0,7); EEPROM.write(1,2); EEPROM.write(2,0);<br />
    EEPROM.write(3,0); EEPROM.write(4,0); EEPROM.write(5,0);<br />
    EEPROM.write(6,0); EEPROM.write(9,1); // Done!<br />
  }</p>
<p>  if (ForceFreq == 0) {<br />
    freq = String(EEPROM.read(0))+String(EEPROM.read(1))+String(EEPROM.read(2))+String(EEPROM.read(3))+String(EEPROM.read(4))+String(EEPROM.read(5))+String(EEPROM.read(6));<br />
    rx = freq.toInt();<br />
  }<br />
}</p>
<p>Best Regards,</p>
<p>Leonardo PU3LND</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: G3YSW</title>
		<link>http://www.ad7c.com/2016/05/yes-no-and-maybe/#comment-57877</link>
		<dc:creator>G3YSW</dc:creator>
		<pubDate>Tue, 07 Mar 2017 18:46:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.ad7c.com/?p=324#comment-57877</guid>
		<description><![CDATA[Thank you for providing me with a starting point for my homebrew signal generator.

I have modified the code to allow me to use a VFD connected via I2C, which worked eventually ( I am a bit of a beginner at coding, despite having worked in It for over 40 years).

Now alI I need to do is take off the band and licence class warnings, and add a 1 MHz step option.  Oh and perhaps a low pass filter.

Eventually I will upgrade my DDS chip to a 9951 for a cleaner output.
Like all these things, 1 step at a time.

Nigel
G3YSW]]></description>
		<content:encoded><![CDATA[<p>Thank you for providing me with a starting point for my homebrew signal generator.</p>
<p>I have modified the code to allow me to use a VFD connected via I2C, which worked eventually ( I am a bit of a beginner at coding, despite having worked in It for over 40 years).</p>
<p>Now alI I need to do is take off the band and licence class warnings, and add a 1 MHz step option.  Oh and perhaps a low pass filter.</p>
<p>Eventually I will upgrade my DDS chip to a 9951 for a cleaner output.<br />
Like all these things, 1 step at a time.</p>
<p>Nigel<br />
G3YSW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Burns</title>
		<link>http://www.ad7c.com/2016/05/yes-no-and-maybe/#comment-51841</link>
		<dc:creator>Tony Burns</dc:creator>
		<pubDate>Thu, 08 Sep 2016 06:10:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ad7c.com/?p=324#comment-51841</guid>
		<description><![CDATA[Wonderful to find your website still operating and the DDS project still active.
Thank you for all the work you have invested. I would like to build this VFO as part of getting active on-air again .. after many years not operating.
Tony Burns, ZL1AHJ, Auckland, New Zealand.]]></description>
		<content:encoded><![CDATA[<p>Wonderful to find your website still operating and the DDS project still active.<br />
Thank you for all the work you have invested. I would like to build this VFO as part of getting active on-air again .. after many years not operating.<br />
Tony Burns, ZL1AHJ, Auckland, New Zealand.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
