<?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 use Real Time Counter</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/8518/how-to-use-real-time-counter</link><description>Hi, 
 I have a sensor which sends data in a not specific time and each time start to sending data sends more that 100 data in 5 seconds 
 My problem is i just want one data not more than 100 data 
 So I need a Real Time Counter which is start counting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Aug 2015 12:32:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/8518/how-to-use-real-time-counter" /><item><title>RE: How to use Real Time Counter</title><link>https://devzone.nordicsemi.com/thread/31102?ContentTypeID=1</link><pubDate>Tue, 04 Aug 2015 12:32:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1050feb-3ef6-46e9-9c98-2309338fbc1c</guid><dc:creator>Anders Strand</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Instead of using the RTC directIy, you can take a look at the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/group__app__timer.html?cp=4_1_0_6_7_14"&gt;Application Timer&lt;/a&gt; instead. This library uses the RTC to count, but is much easier to understand.&lt;/p&gt;
&lt;p&gt;The &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk51.v9.0.0/ble_sdk_app_template.html?cp=4_1_0_4_4_16"&gt;Template example&lt;/a&gt; project shows how to use the app_timer library. Look at the timers_init() for a starting point.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>