<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://test-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>BLE App Beacon Advertisement Period</title><link>https://test-devzone.nordicsemi.com/f/nordic-q-a/86443/ble-app-beacon-advertisement-period</link><description>I am using &amp;quot;ble_app_beacon&amp;quot; code in nRF5_SDK_17.0.2 so that it beacons every 10 seconds. 
 When I increase beaconing period (NON_CONNECTABLE_ADV_INTERVAL) above 10.24s, the code does not work and I get this in the Debug terminal: 
 &amp;lt;info&amp;gt; app_timer: RTC</description><dc:language>en-US</dc:language><generator>Telligent Community 13 Non-Production</generator><lastBuildDate>Thu, 31 Mar 2022 11:35:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://test-devzone.nordicsemi.com/f/nordic-q-a/86443/ble-app-beacon-advertisement-period" /><item><title>RE: BLE App Beacon Advertisement Period</title><link>https://test-devzone.nordicsemi.com/thread/361003?ContentTypeID=1</link><pubDate>Thu, 31 Mar 2022 11:35:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5814b7a-79d9-436f-9c69-27f8f58716a2</guid><dc:creator>user7377</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;A advertising interval above 10.24s is not supported. If you need a longer period, then I suggest you stop an start advertising. For instance, configure advertising with a long interval and start it regularly with a repeated app_timer with an interval of what you want (say 100 s to pick a number). In addition to starting advertising, also start a single shot app_timer at the same time with a decent delay (to accomodate the random offset and some margin) - say 20 ms. In that timeout handler, stop advertising. That way you know that you only send a single packet (on all three advertising channels) every time you start advertising.&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>