<?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>Minimum time between advertisement frames</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84809/minimum-time-between-advertisement-frames</link><description>Hi, 
 We developed a product based on the eddstone example, I have a question about the minimum Tx interval, 
 Minimum interval = number of configured slots * APP_CONFIG_ADV_FRAME_SPACING_MS_MIN (100ms defined in the es_app_config.h), if we configured</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 17 Feb 2022 10:53:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84809/minimum-time-between-advertisement-frames" /><item><title>RE: Minimum time between advertisement frames</title><link>https://devzone.nordicsemi.com/thread/353565?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 10:53:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:32f40aca-dd3a-4c49-871c-489554fa59a8</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;We have not tested this, but if you don&amp;#39;t see any failures during testing then I don&amp;#39;t see any problem.&amp;nbsp;The settings in&amp;nbsp;es_app_config.h are&amp;nbsp;configurable.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Minimum time between advertisement frames</title><link>https://devzone.nordicsemi.com/thread/353496?ContentTypeID=1</link><pubDate>Thu, 17 Feb 2022 03:32:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5908c158-ec2e-4282-9487-c0de3b17deff</guid><dc:creator>Susan_cfx</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;/p&gt;
&lt;p&gt;Thank you very much.&lt;/p&gt;
&lt;p&gt;I tried the code below, didn&amp;#39;t received error messages.&lt;/p&gt;
&lt;p&gt;Is there any risk I define&amp;nbsp;&amp;nbsp;APP_CONFIG_ADV_FRAME_SPACING_MS_MIN to 10 ms&amp;nbsp;,&lt;/p&gt;
&lt;p&gt;MIN_CONN_ADV_INTERVAL and MIN_CONN_ADV_INTERVAL to 50ms ?&lt;/p&gt;
&lt;p&gt;Our application sometimes requires 5 slots to work. Thanks for your help.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;
#define APP_CONFIG_ADV_FRAME_SPACING_MS_MIN                 10               //modify from 500 to 10   //!&amp;lt; Minimum time between advertisement frames. Imposes limit on minumum accepted advertisement interval.

#ifdef NRF52_SERIES
#define APP_CONFIG_ADV_FRAME_ETLM_SPACING_MS                10           //modify from 300 to 10   //!&amp;lt; The time that is reqired for preparing an eTLM slot. Imposes limit on minimum accepted advertisement interval.
#else
#error MISSING ETLM DELAY TIMING
#endif


#define MIN_CONN_ADV_INTERVAL                               50                         //!&amp;lt; Minimum advertising interval (in ms).
#define MIN_NON_CONN_ADV_INTERVAL                           50                        //!&amp;lt; Minimum advertising interval for non-connectable advertisements (in ms).
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;/p&gt;
&lt;p&gt;Susan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Minimum time between advertisement frames</title><link>https://devzone.nordicsemi.com/thread/353430?ContentTypeID=1</link><pubDate>Wed, 16 Feb 2022 15:37:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58fcd4bf-b4f2-4bf1-851f-5db32cd68dbf</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;I can try to ask internally if someone may know. Have you tried it and received any error messages?&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>