<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>how to set  target time for specific days</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/85217/how-to-set-target-time-for-specific-days</link><description>Hello , 
 hi everyone, in my project i am using internal RTC timer for calendar concept like when i set a target time via UART for every day the internal RTC timer should compare with target time and it should ring the buzzer by the way its working fine</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Mar 2022 09:52:48 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/85217/how-to-set-target-time-for-specific-days" /><item><title>RE: how to set  target time for specific days</title><link>https://devzone.nordicsemi.com/thread/355472?ContentTypeID=1</link><pubDate>Tue, 01 Mar 2022 09:52:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8fb7e9b0-1cee-4152-8dfc-81c3d2947113</guid><dc:creator>Edvin</dc:creator><description>[quote user="sagarnayakm"]is it possible to set a time for specific days time as well as every day[/quote]
&lt;p&gt;The samples asks you for a date and time, and then it starts counting up from that. I see that there are no project files for the nRF52810 in that github (it was published before the nRF52810 was announced), but you can probably just take the main.c and nrf_calendar.c/h files and add it to any example from the SDK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set  target time for specific days</title><link>https://devzone.nordicsemi.com/thread/355419?ContentTypeID=1</link><pubDate>Tue, 01 Mar 2022 06:20:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04e4f5e5-bb84-4f9f-8b99-de2881eb0c94</guid><dc:creator>sagarnayakm</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote userid="26071" url="~/f/nordic-q-a/85217/how-to-set-target-time-for-specific-days/355394#355394"]The RTC on the nRF52810 is not a &amp;quot;&lt;a href="https://en.wikipedia.org/wiki/Real-time_clock"&gt;Real Time Clock&lt;/a&gt;&amp;quot;, but a &amp;quot;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/rtc.html?cp=4_2_0_24#concept_rvn_vkj_sr"&gt;Real Time Counter&lt;/a&gt;&amp;quot;. The difference is that the Real Time Counter doesn&amp;#39;t tick once every second, but a lot quicker (in this case 32768Hz). Unlike a Real Time Clock, the Real Time Counter doesn&amp;#39;t keep count when you power off the device, and it actually doesn&amp;#39;t have any sense of the &amp;quot;real time&amp;quot;. Only the relative time since you started the real time counter.&amp;nbsp;[/quote]
&lt;p&gt;Yes, your right its a real time counter like i am going to set the real time and its just counting the values parallelly with real time but is it possible to set a time for specific days time as well as every day ??. the link what you shared is contains calendar application so is that possible to implement my requirement as above states.&lt;/p&gt;
&lt;p&gt;thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: how to set  target time for specific days</title><link>https://devzone.nordicsemi.com/thread/355394?ContentTypeID=1</link><pubDate>Mon, 28 Feb 2022 23:05:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:560c296a-3faf-479a-94cf-064a72735fad</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The RTC on the nRF52810 is not a &amp;quot;&lt;a href="https://en.wikipedia.org/wiki/Real-time_clock"&gt;Real Time Clock&lt;/a&gt;&amp;quot;, but a &amp;quot;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52832.ps.v1.1/rtc.html?cp=4_2_0_24#concept_rvn_vkj_sr"&gt;Real Time Counter&lt;/a&gt;&amp;quot;. The difference is that the Real Time Counter doesn&amp;#39;t tick once every second, but a lot quicker (in this case 32768Hz). Unlike a Real Time Clock, the Real Time Counter doesn&amp;#39;t keep count when you power off the device, and it actually doesn&amp;#39;t have any sense of the &amp;quot;real time&amp;quot;. Only the relative time since you started the real time counter.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;However, there is an unofficial example that a colleague of mine wrote once. I think it is more or less what you are looking for. Check it out:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground/nrf5-calendar-example"&gt;https://github.com/NordicPlayground/nrf5-calendar-example&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>