<?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>Adding new timers to BLE proximity sample app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/1505/adding-new-timers-to-ble-proximity-sample-app</link><description>I&amp;#39;m trying to add another timer to the BLE proximity app sample code in a new source file which is a driver for a GSM modem. My timer handler function is never called. 
 In main(), right after the existing timers_init() function, I call gsm_init() in</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Feb 2014 12:45:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/1505/adding-new-timers-to-ble-proximity-sample-app" /><item><title>RE: Adding new timers to BLE proximity sample app</title><link>https://devzone.nordicsemi.com/thread/6691?ContentTypeID=1</link><pubDate>Tue, 04 Feb 2014 12:45:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e319a0ec-78f0-41c8-b2a4-b3e476046dbb</guid><dc:creator>Eliot Stock</dc:creator><description>&lt;p&gt;This was of course entirely my fault. My call to gsm_init() was happening &lt;em&gt;before&lt;/em&gt; ble_stack_init() in main(), so in fact the soft device hadn&amp;#39;t been enabled at all at that point. Working just fine now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding new timers to BLE proximity sample app</title><link>https://devzone.nordicsemi.com/thread/6690?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2014 17:08:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcefb863-bb93-4ae3-921b-7effc3e6d507</guid><dc:creator>Eliot Stock</dc:creator><description>&lt;p&gt;Yeah, pretty sure the softdevice is being enabled, though I&amp;#39;ll check that again. Thanks. Will open a case with the full code once I&amp;#39;ve had another look.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Adding new timers to BLE proximity sample app</title><link>https://devzone.nordicsemi.com/thread/6689?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2014 10:59:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ea31f37-834c-4f17-90da-fab83268f4a3</guid><dc:creator>Ole Morten</dc:creator><description>&lt;p&gt;I also can&amp;#39;t quite see why this shouldn&amp;#39;t work, but I&amp;#39;d be interested in seeing your complete project. If you can&amp;#39;t give your complete code here, feel free to create a regular support case for it.&lt;/p&gt;
&lt;p&gt;The only thing I can think of is that the app_timer module doesn&amp;#39;t start the LFCLK by itself, so if you don&amp;#39;t enable the softdevice, no callbacks will be called. However, it doesn&amp;#39;t sound as if that&amp;#39;s the problem here, since things work when you have the code in main.c.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>