<?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>SoftDevice Timers - Real-life Requirement(s) vs SoftDevice Spec</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61136/softdevice-timers---real-life-requirement-s-vs-softdevice-spec</link><description>A quick question. I&amp;#39;ve made an App based on the peripherals not required by the SoftDevice, in particular s112 states RTC0 and TIMER0 are used. I&amp;#39;m moving onto the Bluetooth side and I noticed in several nrf libraries there are additional? timer&amp;#39;s being</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 08 May 2020 09:50:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61136/softdevice-timers---real-life-requirement-s-vs-softdevice-spec" /><item><title>RE: SoftDevice Timers - Real-life Requirement(s) vs SoftDevice Spec</title><link>https://devzone.nordicsemi.com/thread/248881?ContentTypeID=1</link><pubDate>Fri, 08 May 2020 09:50:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f6873ab-c7b2-4d3d-8f78-f082051db548</guid><dc:creator>snoopy20</dc:creator><description>&lt;p&gt;So to confirm, the softdevice (s112) consumes one RTC and one TIMER internally (from datasheet) and the ble library blocks off another RTC for scheduling?&lt;br /&gt;&lt;br /&gt;My app requirements are currently one RTC and two timers for-&lt;br /&gt;&lt;br /&gt;RTC1 = 0.5s tasker runner&lt;br /&gt;TIMERB = ADC @ ~500Hz&lt;br /&gt;TIMERC = falling edge counter.&lt;br /&gt;&lt;br /&gt;RTC1 and TIMERC start at the same time and TIMERC stops counting by PPI event when RTC1 reaches it&amp;#39;s compare point, so a fairly accurate frequency is determined (measuring upto 255Hz so pretty low).&lt;br /&gt;&lt;br /&gt;If the BLE is also taking up RTC1 then I&amp;#39;ll have to look again at how do do it. I can see the scheduler library is being used, perhaps I should use that to start the ADC instead (accuracy isn&amp;#39;t needed).&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SoftDevice Timers - Real-life Requirement(s) vs SoftDevice Spec</title><link>https://devzone.nordicsemi.com/thread/248766?ContentTypeID=1</link><pubDate>Thu, 07 May 2020 14:25:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90193adb-2e7b-43f6-bbe5-a8c8d6ce07c5</guid><dc:creator>Turbo J</dc:creator><description>&lt;p&gt;The app_timer library actually only uses one RTC hardware timer. it is intended for use cases with timeouts in seconds or minutes.&lt;/p&gt;
&lt;p&gt;In your example the conn params are checked (and negotiated)&amp;nbsp; and if that fails it causes a disconnect after some time. This allows somewhat faster conn pars during connection setup (key exchange, discovery) and then you switch to low power (=long interval) after 30 sec or a minute.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>