<?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>How to change the data rate for the BLE app beacon?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/54777/how-to-change-the-data-rate-for-the-ble-app-beacon</link><description>I have two devices, one is a beacon (DEVICE #1) and the other (DEVICE #2) collects information from the beacon. I&amp;#39;m advertising with a transmit power of 4dBm. I want to reduce the power consumption of the devices for longer battery life, for which I need</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 26 Nov 2019 06:15:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/54777/how-to-change-the-data-rate-for-the-ble-app-beacon" /><item><title>RE: How to change the data rate for the BLE app beacon?</title><link>https://devzone.nordicsemi.com/thread/221985?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2019 06:15:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f022ebc4-aaa6-4e56-a36d-8446a9dd19b5</guid><dc:creator>Srichandrahaas</dc:creator><description>&lt;p&gt;I didn&amp;#39;t get you. Can you elaborate?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the data rate for the BLE app beacon?</title><link>https://devzone.nordicsemi.com/thread/221983?ContentTypeID=1</link><pubDate>Tue, 26 Nov 2019 05:58:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21407e7c-09c3-4020-9df0-484c4aacc8fd</guid><dc:creator>Srichandrahaas</dc:creator><description>&lt;p&gt;Thank you for your reply, but adjusting&amp;nbsp;&lt;strong&gt;#define NON_CONNECTABLE_ADV_INTERVAL&lt;/strong&gt;&amp;nbsp;changes the advertising interval but has nothing to do with the data rate. &lt;span&gt;The&amp;nbsp;&lt;/span&gt;&lt;b&gt;speed&lt;/b&gt;&lt;span&gt;&amp;nbsp;at which&amp;nbsp;&lt;/span&gt;&lt;b&gt;data&lt;/b&gt;&lt;span&gt;&amp;nbsp;is transferred within the computer or between a peripheral device and the computer, measured in bytes per second&amp;nbsp;&lt;strong&gt;is called Data-rate.&amp;nbsp;&lt;/strong&gt;&lt;/span&gt;&lt;span&gt;The &amp;ldquo;&lt;/span&gt;&lt;b&gt;Interval&lt;/b&gt;&lt;span&gt;&amp;rdquo; setting determines how often your beacon will transmit its&amp;nbsp;&lt;/span&gt;&lt;b&gt;advertising&lt;/b&gt;&lt;span&gt;&amp;nbsp;packet. Both are completely different. &lt;strong&gt;What I needed was&lt;/strong&gt; how to change the data rate of the advertisement, &lt;strong&gt;not&lt;/strong&gt; how much time interval should be there between each advertisement packet.&lt;br /&gt;&lt;br /&gt;This is what I know.&amp;nbsp;Please correct me if I am wrong. Thank you again for taking the time to reply.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the data rate for the BLE app beacon?</title><link>https://devzone.nordicsemi.com/thread/221875?ContentTypeID=1</link><pubDate>Mon, 25 Nov 2019 13:59:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3930f92-0d9e-42b9-8de2-4a37a17121b5</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I need to reduce the data rate of the advertisement. How can I change the data rate?[/quote]
&lt;p&gt;Adjust this value in main.c&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#define NON_CONNECTABLE_ADV_INTERVAL    MSEC_TO_UNITS(100, UNIT_0_625_MS)  /**&amp;lt; The advertising interval for non-connectable advertisement (100 ms). This value can vary between 100ms to 10.24s). */&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;If you want to advertise e.g every 500ms, set it like this:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;#define NON_CONNECTABLE_ADV_INTERVAL    MSEC_TO_UNITS(500, UNIT_0_625_MS) &lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to change the data rate for the BLE app beacon?</title><link>https://devzone.nordicsemi.com/thread/221686?ContentTypeID=1</link><pubDate>Sat, 23 Nov 2019 07:15:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f19b42f-aa90-460e-a86e-522cd8eee1b4</guid><dc:creator>Yee Sommar</dc:creator><description>&lt;p&gt;Did they send you data packages?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>