<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Test time with TimeAwareSensor sketch]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Actually I test utilisation of time. I can see into the sketch :</p>
<p dir="auto"><em>When time has been received, request update every hour</em></p>
<p dir="auto">Why requesting every hour the datetime to the controller ? Desynchronization ?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://forum.mysensors.org/topic/7216/test-time-with-timeawaresensor-sketch</link><generator>RSS for Node</generator><lastBuildDate>Mon, 10 Aug 2026 10:49:25 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/7216.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 22 Jul 2017 19:54:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Test time with TimeAwareSensor sketch on Sun, 23 Jul 2017 08:29:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fl0rian" aria-label="Profile: Fl0rian">@<bdi>Fl0rian</bdi></a> exactly.</p>
<p dir="auto">To do that you would need a <a href="https://www.mysensors.org/build/display" rel="nofollow ugc">rtc</a>, or use <a href="https://www.mysensors.org/download/sensor_api_20#sleeping" rel="nofollow ugc">smartsleep</a>, depending on your use case.</p>
]]></description><link>https://forum.mysensors.org/post/71916</link><guid isPermaLink="true">https://forum.mysensors.org/post/71916</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Sun, 23 Jul 2017 08:29:59 GMT</pubDate></item><item><title><![CDATA[Reply to Test time with TimeAwareSensor sketch on Sun, 23 Jul 2017 07:42:03 GMT]]></title><description><![CDATA[<p dir="auto">OK, so it's not easy to use datetime with node using sleep mode during much hours.<br />
For example, if I want the node sleeping from 22:00PM to 08:00AM, it doesn't work, or very approximately.</p>
]]></description><link>https://forum.mysensors.org/post/71909</link><guid isPermaLink="true">https://forum.mysensors.org/post/71909</guid><dc:creator><![CDATA[Fl0rian]]></dc:creator><pubDate>Sun, 23 Jul 2017 07:42:03 GMT</pubDate></item><item><title><![CDATA[Reply to Test time with TimeAwareSensor sketch on Sat, 22 Jul 2017 20:19:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fl0rian" aria-label="Profile: Fl0rian">@<bdi>Fl0rian</bdi></a> The maximum depends on how much traffic there is on your network and how fast your controller can reply. You could probably ask at least a few times per second, which is much faster than would be useful anyway.</p>
<p dir="auto">Yes, the difference you see in sleep time is due to the same reason.</p>
]]></description><link>https://forum.mysensors.org/post/71877</link><guid isPermaLink="true">https://forum.mysensors.org/post/71877</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Sat, 22 Jul 2017 20:19:54 GMT</pubDate></item><item><title><![CDATA[Reply to Test time with TimeAwareSensor sketch on Sat, 22 Jul 2017 20:12:19 GMT]]></title><description><![CDATA[<p dir="auto">OK thanks for your fast response :)</p>
<p dir="auto">Do you know acceptable duration between 2 request ? 1 hour is the max ?</p>
<p dir="auto">And when I put in sleep mode the Arduino with 600000ms (sleep(600000)), the real duration is 10m30s and not 10min exactly. It's for the same reason ?</p>
]]></description><link>https://forum.mysensors.org/post/71876</link><guid isPermaLink="true">https://forum.mysensors.org/post/71876</guid><dc:creator><![CDATA[Fl0rian]]></dc:creator><pubDate>Sat, 22 Jul 2017 20:12:19 GMT</pubDate></item><item><title><![CDATA[Reply to Test time with TimeAwareSensor sketch on Sat, 22 Jul 2017 20:07:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fl0rian" aria-label="Profile: Fl0rian">@<bdi>Fl0rian</bdi></a> most Arduinos lack a real time clock, and rely on the signal generated by the oscillator. The frequency of the oscillator varies between different chips, supply voltage and temperature, so the Arduino's sense of time will not be exact.</p>
<p dir="auto">Due to this inexactness, the TimeAwareSensor example re-synchronizes with the controller once per hour.</p>
<p dir="auto">See <a href="http://jorisvr.nl/article/arduino-frequency" rel="nofollow ugc">http://jorisvr.nl/article/arduino-frequency</a> if you want to dig deeper.</p>
]]></description><link>https://forum.mysensors.org/post/71874</link><guid isPermaLink="true">https://forum.mysensors.org/post/71874</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Sat, 22 Jul 2017 20:07:08 GMT</pubDate></item></channel></rss>