<?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>Use of rtc1 in s110</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4178/use-of-rtc1-in-s110</link><description>Hello, 
 i couldnt find the correct answer yet. I would like to use a RTC and also the s110 and BLE. 
 I collect data from sensors over i2c and send it over BLE. timing interval for collecting the data should be done by a rtc because of the low power</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Oct 2014 09:13:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4178/use-of-rtc1-in-s110" /><item><title>RE: Use of rtc1 in s110</title><link>https://devzone.nordicsemi.com/thread/14944?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2014 09:13:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee352d55-3aaa-4d55-b614-7b33d4322839</guid><dc:creator>Nikita</dc:creator><description>&lt;p&gt;You don&amp;#39;t need to do anything with RTC1 yourself, it&amp;#39;ll be done inside app_timer. You can see example of how to use app_timer if ble_app_hrs project, there is several timers. You need to init app_timer module with APP_TIMER_INIT() once and then you can create your timer with app_timer_create() function and after creation you can start timer with app_timer_start() function.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use of rtc1 in s110</title><link>https://devzone.nordicsemi.com/thread/14943?ContentTypeID=1</link><pubDate>Thu, 23 Oct 2014 09:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bded0025-ce18-44bc-8be9-c8b35c587989</guid><dc:creator>Matthias</dc:creator><description>&lt;p&gt;Hello Nikita, thank you! I expected that i shouldnt turn off the softdevice.&lt;/p&gt;
&lt;p&gt;Yes, i already tried to use the rtc1 together with the softdevice. Could you please give me a code snipped or tell me where in the examples i can find a snipped of how to initialize the rtc via app_timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use of rtc1 in s110</title><link>https://devzone.nordicsemi.com/thread/14942?ContentTypeID=1</link><pubDate>Wed, 22 Oct 2014 10:17:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27e7ed27-6c71-49e3-a1df-6f6cc6c55769</guid><dc:creator>Nikita</dc:creator><description>&lt;blockquote&gt;
&lt;p&gt;Shall i only activate the softdevice when i want to send the data over ble and for measuring and i2c disable it?&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;No, you don&amp;#39;t need to disable softdevice at all.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;If using the SD all the time, how can i use the RTC1 as it isnt blocked by the SD. I read i could change something in app_timer.h but i dont really know what. Why is it so hard to use the rtc when sd is enabled. They are so power efficient and i really need one to run.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Read &lt;a href="https://devzone.nordicsemi.com/question/938/rtc0-rtc1-and-the-app_timer-with-softdevice/"&gt;this&lt;/a&gt; about RTC1.&lt;/p&gt;
&lt;p&gt;You don&amp;#39;t have to use RTC1 directly, I&amp;#39;d recommend you to use app_timer instead for your timer.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>