<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl-pl">
<link rel="self" type="application/atom+xml" href="https://forum.atnel.pl/feed.php?f=47&amp;t=16052&amp;mode" />

<title>ATNEL tech-forum</title>
<link href="https://forum.atnel.pl/index.php" />
<updated>2016-08-24T15:54:44+01:00</updated>

<author><name><![CDATA[ATNEL tech-forum]]></name></author>
<id>https://forum.atnel.pl/feed.php?f=47&amp;t=16052&amp;mode</id>
<entry>
<author><name><![CDATA[Jaglarz]]></name></author>
<updated>2016-08-24T15:54:44+01:00</updated>
<published>2016-08-24T15:54:44+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166957#p166957</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166957#p166957"/>
<title type="html"><![CDATA[Re: Probelem z DS1302]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166957#p166957"><![CDATA[
Listingi wstawiamy tak:<br /><!-- l --><a class="postlink-local" href="http://forum.atnel.pl/topic7402.html" >topic7402.html</a><!-- l --><p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=471">Jaglarz</a> — 24 sie 2016, o 15:54</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[HomoChemicus]]></name></author>
<updated>2016-08-24T09:41:51+01:00</updated>
<published>2016-08-24T09:41:51+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166931#p166931</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166931#p166931"/>
<title type="html"><![CDATA[Re: Probelem z DS1302]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166931#p166931"><![CDATA[
Nie znam się na bibliotekach arduino, ale jesteś pewny, że ta biblioteka zeruje bit CH w rejestrze sekund rtc?<br />Bez tego zegar rtc nie &quot;tyka&quot;.<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=10470">HomoChemicus</a> — 24 sie 2016, o 09:41</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[crobe]]></name></author>
<updated>2016-08-24T09:08:24+01:00</updated>
<published>2016-08-24T09:08:24+01:00</published>
<id>https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166925#p166925</id>
<link href="https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166925#p166925"/>
<title type="html"><![CDATA[Probelem z DS1302]]></title>

<content type="html" xml:base="https://forum.atnel.pl/viewtopic.php?t=16052&amp;p=166925#p166925"><![CDATA[
Witam forumowiczów.<br />Od kilku dni nie mogę odpalić DS1302 :/  <br /><div class="codetitle"><b>Code:</b></div><div class="codecontent">#include &lt;DS1302RTC.h&gt;<br />//#include &lt;Streaming.h&gt;        //http://arduiniana.org/libraries/streaming/<br />#include &lt;Time.h&gt;             //http://playground.arduino.cc/Code/Time<br /><br />// Set pins:  CE, IO,CLK<br />DS1302RTC RTC(5, 6, 7);<br />    tmElements_t tm;<br /><br />void setup(void)<br />{<br />   Serial.begin(115200);<br /> <br /> RTC.haltRTC(false); <br /> //    tm.Hour = 9;<br /> //    tm.Minute = 55;<br /> //    tm.Second = 23;<br />// RTC.write(tm);<br /> <br />}<br /><br />void loop(void)<br />{<br /><br />  RTC.read(tm);<br /> delay(1000);<br /> Serial.print (tm.Hour);<br /> Serial.print (&quot;:&quot;);<br /> Serial.print (tm.Minute);<br /> Serial.print (&quot;:&quot;);<br /> Serial.println (tm.Second );<br /><br />}</div><br /><br />Problem polega na tym ze nie nalicza sekund  ustawia i odczytuje godzinę poprawnie tylko nie &quot;tyka&quot; ;/<p>Statystyki: Napisane przez <a href="https://forum.atnel.pl/memberlist.php?mode=viewprofile&amp;u=14624">crobe</a> — 24 sie 2016, o 09:08</p><hr />
]]></content>
</entry>
</feed>