<?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>BLE Advertising</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121685/ble-advertising</link><description>Hello 
 
 I&amp;#39;m currently working on writing some specifications for a future product. In this product, I want to use the advertising mechanism to send specific data from one device to multiple devices inside its radio range. Those information are then</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Jun 2025 15:16:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121685/ble-advertising" /><item><title>RE: BLE Advertising</title><link>https://devzone.nordicsemi.com/thread/538103?ContentTypeID=1</link><pubDate>Wed, 04 Jun 2025 15:16:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b48a82f1-e4cc-4fe9-b13a-b7302072bf11</guid><dc:creator>Cyril Praz</dc:creator><description>&lt;p&gt;For BLE 5.x:&lt;br /&gt;&lt;br /&gt;You can maybe also used periodic advertising which may be more suitable for your use case.&lt;br /&gt;&lt;br /&gt;Hope you are going well by the way. &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61b.svg" title="Stuck out tongue"&gt;&amp;#x1f61b;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Advertising</title><link>https://devzone.nordicsemi.com/thread/536658?ContentTypeID=1</link><pubDate>Thu, 22 May 2025 14:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a0a8d50-db91-4d94-9cad-eec61bdfea92</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thanks for letting us know. I have changed the tag from nRF5 SDK to nRF Connect SDK.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Advertising</title><link>https://devzone.nordicsemi.com/thread/536656?ContentTypeID=1</link><pubDate>Thu, 22 May 2025 14:28:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9f7e5e6-cb49-426b-9b80-6c2adba3f415</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Legacy Advertise (BLE 4.x):&lt;/p&gt;
[quote user=""]As far as I understand, when sending some specific data via the legacy advertise, those information are transmitted once on all three channels with a given delay in between them.[/quote]
&lt;p&gt;Yes. The default is for each advertising event, to send the advertisement once on each advertising channel, with a small delay in-between.&lt;/p&gt;
[quote user=""]The TX power for the advertise packet is configurable. Now I&amp;#39;m wondering if it is possible to send it only on one channel[/quote]
&lt;p&gt;No. The channel map cannot be configured for advertisement. I.e., advertising events &lt;em&gt;will&lt;/em&gt; send on all three advertising channels,&lt;/p&gt;
[quote user=""]and if sending on multiple channels, if I can regulate the delay between two packets?[/quote]
&lt;p&gt;No. The delay is fixed between the three packets of the same advertising event, and depend on the capabilities of the hardware. For seeing the stand by time (and for the nRF52 series also radio startup time) required in-between packet transmissions, you may have a look at the graphs provided by the &lt;a href="https://devzone.nordicsemi.com/power/w/opp/2/online-power-profiler-for-bluetooth-le"&gt;Online Power Profiler for Bluetooth LE&lt;/a&gt;, selecting the device for which you want to know the values for.&lt;/p&gt;
[quote user=""]What about automatic retransmit (similar as the BT Mesh stack is doing it)?[/quote]
&lt;p&gt;If you mean repeated transmissions of the same advertising payload, then yes. This is actually the default way of doing advertising in BLE. You set up your advertising data, and start advertising, which will go on for multiple advertising intervals using the same advertising data.&lt;/p&gt;
&lt;p&gt;Extended Advertise (BLE 5.x):&lt;/p&gt;
[quote user=""]Also here my question, can I modify the delay when the data is transmitted?[/quote]
&lt;p&gt;The delay after having transmitted on the three advertising channels, before&amp;nbsp; transmitting over the secondary channel? I don&amp;#39;t think so, at least it doesn&amp;#39;t look like there are any configurations for that, no.&lt;/p&gt;
[quote user=""]Is there a possibility to automatic resend the adv?[/quote]
&lt;p&gt;For extended advertising, as with normal legacy advertising, you can send the same payload repeatedly, yes. There seems to even be part of the API to configure the duration and number of advertising events:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/zephyr-apis-latest/page/structbt_le_ext_adv_start_param.html"&gt;Zephyr API: bt_le_ext_adv_start_param Struct Reference&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE Advertising</title><link>https://devzone.nordicsemi.com/thread/536473?ContentTypeID=1</link><pubDate>Wed, 21 May 2025 13:59:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57363754-1f3d-42cf-b786-aacabc34c687</guid><dc:creator>thischier</dc:creator><description>&lt;p&gt;Sorry, wrong choice. I&amp;#39;m looking for information for the nRF Connect SDK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>