<?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>Multiple advertisement (beacon + connectable advertisement) on NRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111068/multiple-advertisement-beacon-connectable-advertisement-on-nrf52</link><description>Hello, 
 I am working on building a BLE peripheral using the nRF52 DK board. I want to create both connectable advertisement and unconnectable advertisement (beacon type) on it. 
 I have searched on this forum for a solution and only found the possibility</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 May 2024 23:30:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111068/multiple-advertisement-beacon-connectable-advertisement-on-nrf52" /><item><title>RE: Multiple advertisement (beacon + connectable advertisement) on NRF52</title><link>https://devzone.nordicsemi.com/thread/483369?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 23:30:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9fa7194d-8776-4f5b-bb11-7a2e7704b60f</guid><dc:creator>lara_</dc:creator><description>&lt;p&gt;Hi Einar,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll try using&amp;nbsp;&lt;span&gt;app_timer&amp;nbsp; and alternate between my advertising sets.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your help,&lt;/p&gt;
&lt;p&gt;Lara&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple advertisement (beacon + connectable advertisement) on NRF52</title><link>https://devzone.nordicsemi.com/thread/483279?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 12:18:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d1a8947-c1ee-46a6-8ec5-bb56a6b0690a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Lara,&lt;/p&gt;
&lt;p&gt;I understand. The SoftDevice simply does not support multiple advertising sets, so that cannot be configurd. But there are ways around it, as you have described. The most common approach is to alternate between the two (or more) advertising sets. Use an app_timer or similar to trigger re-configuration at a regular interval. This is simple and will likely work equally good on a high level.&lt;/p&gt;
&lt;p&gt;Another posibility is to implement an additional advertiser using the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sds_s132/SDS/s1xx/concurrent_multiprotocol_tsl_api/concurrent_multiprotocol_tsl_api.html"&gt;SoftDevice Timeslot API&lt;/a&gt;. I would not recomemnd that approach though, as it is more complex, you will be using a custom implementation for the advertising in timeslot that requiers aditional Bluetooth qualification work. Also, the end result will likely not be much better.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple advertisement (beacon + connectable advertisement) on NRF52</title><link>https://devzone.nordicsemi.com/thread/483155?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 06:05:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:677ab065-4d05-426d-a5ba-2ab6a28c6591</guid><dc:creator>lara_</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello Einar,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; Thank you for your response. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Unfortunately, I am already in an advanced stage of development and starting the project from scratch with the nRF Connect SDK is not a viable option for us. While I find the SDK interesting, I would like to know if it is still possible to have multiple advertising with nrf52 even if it is not as easy. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Our original idea is for our device to serve as both a beacon and a connectable advertisement, triggered by a button. When the central device detects the beacon, a notification will be activated, prompting the user to connect to the device. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If this option is not feasible, we are considering alternative solutions, such as having the device act as a beacon that can receive data and trigger a notification on the central device when data is detected. This notification would then send back data to the beacon, causing it to switch modes and advertise connectable once again.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt; Another option we are considering is to advertise as a beacon for a few seconds before switching to a connectable mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thank you.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Lara&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple advertisement (beacon + connectable advertisement) on NRF52</title><link>https://devzone.nordicsemi.com/thread/482712?ContentTypeID=1</link><pubDate>Fri, 10 May 2024 06:52:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35f60382-1e01-43fe-b8a8-f258ab44776b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Lara,&lt;/p&gt;
&lt;p&gt;Are you early in development? If so, I would stronlgy advice that you migrate to the nRF Connect SDK (see &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK and nRF5 SDK statement&lt;/a&gt;). This is prticularily relevant here, as multiple advertising sets is supported out of the box in the nF Connect SDK (see &lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.6.1/page/nrf/samples/bluetooth/multiple_adv_sets/README.html"&gt;BLE multiple advertising sets sample&lt;/a&gt;).&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>