<?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>timestamp integration problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71536/timestamp-integration-problem</link><description>Hi, 
 i am trying to send temperature data along with timestamp as a string over BLE to a smartphone. i did the temperature reading part and now want to add timestamps to the reading. I am trying to integrate the nrf_calander example with my code but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Feb 2021 09:19:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71536/timestamp-integration-problem" /><item><title>RE: timestamp integration problem</title><link>https://devzone.nordicsemi.com/thread/294109?ContentTypeID=1</link><pubDate>Fri, 12 Feb 2021 09:19:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5676b0a7-eaf5-4524-97fe-1b0ed619ef55</guid><dc:creator>The_user_23</dc:creator><description>&lt;p&gt;I have solved the issue .&lt;/p&gt;
&lt;p&gt;In the calendar example ,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;they are starting the LFCLK manually as below ,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;NRF_CLOCK-&amp;gt;EVENTS_LFCLKSTARTED = 0;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;NRF_CLOCK-&amp;gt;TASKS_LFCLKSTART = 1;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;while(NRF_CLOCK-&amp;gt;EVENTS_LFCLKSTARTED == 0);&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;and I have ported this&amp;nbsp; code in ble_blinky where softdevice starts the LFCLK by it&amp;#39;s own .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So , we need to remove these lines of codes from two places , one from above and the other one from ,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;nrf_cal_init() function and make sure the calendar works on RTC2 , since app_timer uses RTC1 and softdevice&amp;nbsp; takes RTC0 .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;In this way we can able to run all three RTCs .&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>