<?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: Receiving and decoding the DCF77 time signal with an ATMega/ATTiny AVR	</title>
	<atom:link href="https://gabor.heja.hu/blog/2020/12/12/receiving-and-decoding-the-dcf77-time-signal-with-an-atmega-attiny-avr/feed/" rel="self" type="application/rss+xml" />
	<link>https://gabor.heja.hu/blog/2020/12/12/receiving-and-decoding-the-dcf77-time-signal-with-an-atmega-attiny-avr/</link>
	<description></description>
	<lastBuildDate>Wed, 25 Oct 2023 23:55:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.3.2</generator>
			<item>
				<title>
				By: Gabor Heja				</title>
				<link>https://gabor.heja.hu/blog/2020/12/12/receiving-and-decoding-the-dcf77-time-signal-with-an-atmega-attiny-avr/#comment-11264</link>
		<dc:creator><![CDATA[Gabor Heja]]></dc:creator>
		<pubDate>Wed, 25 Oct 2023 23:55:22 +0000</pubDate>
		<guid isPermaLink="false">https://gabor.heja.hu/blog/?p=483#comment-11264</guid>
					<description><![CDATA[Hey Robert,

First of all, sorry for the very late reply...

The module I used gives only a logic high or low value, depending on the signal the antenna receives. I think in your case there is some noise which makes the read of the logic level unreliable - for the same reason I used some basic noise filtering: sampling the value from the module a number of times (200 in my case) and then assuming the signal was high if the majority (75% = 150 samples) of it were high, otherwise low. See &lt;a href=&quot;https://github.com/gheja/dcf77-decoder/blob/main/src/main.c#L143&quot; rel=&quot;nofollow ugc&quot;&gt;Line 143 of my code&lt;/a&gt; and the &lt;strong&gt;Noise&lt;/strong&gt; section of this post for more details.

And regarding the other station - I don&#039;t &lt;em&gt;think&lt;/em&gt; that anyone else is allowed to broadcast on this exact frequency as this station is used all around Europe.

I&#039;m almost certain that you have finished your project a long time ago, but I wanted to reply in any case.

Gabor]]></description>
		<content:encoded><![CDATA[<p>Hey Robert,</p>
<p>First of all, sorry for the very late reply&#8230;</p>
<p>The module I used gives only a logic high or low value, depending on the signal the antenna receives. I think in your case there is some noise which makes the read of the logic level unreliable &#8211; for the same reason I used some basic noise filtering: sampling the value from the module a number of times (200 in my case) and then assuming the signal was high if the majority (75% = 150 samples) of it were high, otherwise low. See <a href="https://github.com/gheja/dcf77-decoder/blob/main/src/main.c#L143" rel="nofollow ugc">Line 143 of my code</a> and the <strong>Noise</strong> section of this post for more details.</p>
<p>And regarding the other station &#8211; I don&#8217;t <em>think</em> that anyone else is allowed to broadcast on this exact frequency as this station is used all around Europe.</p>
<p>I&#8217;m almost certain that you have finished your project a long time ago, but I wanted to reply in any case.</p>
<p>Gabor</p>
]]></content:encoded>
						</item>
						<item>
				<title>
				By: Robert				</title>
				<link>https://gabor.heja.hu/blog/2020/12/12/receiving-and-decoding-the-dcf77-time-signal-with-an-atmega-attiny-avr/#comment-7172</link>
		<dc:creator><![CDATA[Robert]]></dc:creator>
		<pubDate>Wed, 13 Jul 2022 14:51:41 +0000</pubDate>
		<guid isPermaLink="false">https://gabor.heja.hu/blog/?p=483#comment-7172</guid>
					<description><![CDATA[Hi,

Could you help me understand why my exact the same module as yours is giving me more than one pulse per second as output?
Sometimes even 12 pulses per second.

What is wrong?
Is there another station that I somehow receive, other than Frankfurt?
I live near Manchester UK.

Thanks,
Robert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Could you help me understand why my exact the same module as yours is giving me more than one pulse per second as output?<br />
Sometimes even 12 pulses per second.</p>
<p>What is wrong?<br />
Is there another station that I somehow receive, other than Frankfurt?<br />
I live near Manchester UK.</p>
<p>Thanks,<br />
Robert.</p>
]]></content:encoded>
						</item>
			</channel>
</rss>
