<?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>Beacon configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5581/beacon-configuration</link><description>I am using the nRF51822 and code base 6.1
How can I program the advertising mode of the beacon to not time out. I am looking to advertise for 10 seconds and then go to sleep for for 10 seconds. This is a 24 / 7 beacon.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Feb 2015 11:52:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5581/beacon-configuration" /><item><title>RE: Beacon configuration</title><link>https://devzone.nordicsemi.com/thread/19555?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2015 11:52:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3845bc6f-3ffa-4128-8998-1a6daf4b6dce</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;Just a comment, if you set the timeout to 0 make sure you set the advertising flag to *_GENERAL_DISC_MODE, the LIMITED_DISC_MODE is not allowed with no timeout.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beacon configuration</title><link>https://devzone.nordicsemi.com/thread/19554?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2015 08:01:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbb4e8cd-fbb8-44b9-b62b-ca7cd6578ebd</guid><dc:creator>FormerMember</dc:creator><description>&lt;p&gt;If you set the advertising timeout to &amp;#39;0&amp;#39;, the advertising will not time out.
The ble_app_beacon example in SDK 7.2.0 sets the advertising timeout the following way:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define APP_CFG_NON_CONN_ADV_TIMEOUT    0      /**&amp;lt; Time for which the device must be advertising in non-connectable mode (in seconds). 0 disables timeout. */
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Beacon configuration</title><link>https://devzone.nordicsemi.com/thread/19553?ContentTypeID=1</link><pubDate>Mon, 16 Feb 2015 07:44:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4bd216cb-3df2-4d45-9b56-34180b58f70a</guid><dc:creator>kaku</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;As long as I&amp;#39;m seeing main.c in ble_app_beacon based on SDK6.1, it is not set for timeout.
Also you can change the advertisment interval for 10s.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>