<?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>Is multiple advertising sets still not supported? (SDK 16, s132 soft device 7.0.1)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78665/is-multiple-advertising-sets-still-not-supported-sdk-16-s132-soft-device-7-0-1</link><description>There are lots of questions in the community related to use of multiple advertising sets. Common answer has been that it is &amp;quot;not support at the moment&amp;quot;, see e.g. 
 https://devzone.nordicsemi.com/f/nordic-q-a/60659/multiple-advertising---nrf-connect-sdk</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Aug 2021 15:15:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78665/is-multiple-advertising-sets-still-not-supported-sdk-16-s132-soft-device-7-0-1" /><item><title>RE: Is multiple advertising sets still not supported? (SDK 16, s132 soft device 7.0.1)</title><link>https://devzone.nordicsemi.com/thread/325557?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 15:15:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b21130d8-dea0-4f61-8658-130b1833f53f</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello again,&lt;/p&gt;
[quote user="TylerD"]thanks for the reply.[/quote]
&lt;p&gt;No problem at all, I am happy to help!&amp;nbsp;&lt;/p&gt;
[quote user="TylerD"]Updating the advertising data on the fly as described in the article you linked is not what I&amp;#39;m looking for. In my case, I need to have two advertisements interleaved and these two advertisements can have different interval, power settings etc.&amp;nbsp;[/quote]
&lt;p&gt;I see, thank you for clarifying.&lt;/p&gt;
[quote user="TylerD"]So it seems the multiple advertising sets is supported, but not in the older nRF5 SDK series that I&amp;#39;m using.[/quote]
&lt;p&gt;Yes, this is unfortunately the case.&lt;/p&gt;
[quote user="TylerD"]I was able to get the timeslot based advertisements working after some trial and error. So basically problem solved at least for now.[/quote]
&lt;p&gt;Great, I am happy to hear that you&amp;#39;ve got it working with the timeslots already!&lt;/p&gt;
[quote user="TylerD"]Transition to the new NCS SDK could be an option, but&amp;nbsp;I&amp;#39;m working on a product that is already shipped around the world. One thing that worries me is the migration from nRF5 SDK to the new NCS SDK;&amp;nbsp;is there lots of changes in the APIs,&amp;nbsp;or should my old application work with little or no changes with the new SDK?&amp;nbsp;[/quote]
&lt;p&gt;Migrating an application from the nRF5 SDK to the nRF Connect SDK is unfortunately non-trivial, and will require some work since the nRF Connect SDK is based on the Zephyr RTOS, compared to the task-event foundation of the nRF5 SDK. It is definitely do-able, but I would not recommend that undertaking if the primary driving force for the migration is the multiset advertising feature.&lt;br /&gt;I would however recommend that any new applications being developed from here on out is built with the nRF Connect SDK from the beginning, to benefit from all the new features and functionality currently in, and coming to, the nRF Connect SDK.&lt;/p&gt;
[quote user="TylerD"]And the most critical part is the field upgrades: is there some special considerations to be taken into account when upgrading from nRF5 SDK 16.0.0 to NCS SDK based application? Or is the OTA / UART DFU mechanism same as before?&amp;nbsp;[/quote]
&lt;p&gt;The OTA / UART DFU mechanism already in place can be used to upgrade a nRF5 SDK based application to a nRF Connect SDK based application, yes. This will however require some tweaking of the first nRF Connect application firmware, so that it matches the expectations of the bootloader already in place on the device.&lt;br /&gt;&lt;br /&gt;In this case, I would not recommend migrating your deployed devices to an application based on the nRF Connect SDK, simply because the work required to do so will outweigh the gain from migrating to the nRF Connect SDK - especially so when you have already got your multiset advertising to work as intended with the nRF5 SDK.&lt;br /&gt;&lt;br /&gt;Please do not hesitate to ask if any part of my explanation should be unclear, or if you should have any other questions about this.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is multiple advertising sets still not supported? (SDK 16, s132 soft device 7.0.1)</title><link>https://devzone.nordicsemi.com/thread/325493?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 12:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5524f689-9bd7-4c16-b73b-02a7e0006be2</guid><dc:creator>TylerD</dc:creator><description>&lt;p&gt;Hi Karl,&lt;/p&gt;
&lt;p&gt;thanks for the reply. So it seems the multiple advertising sets is supported, but not in the older nRF5 SDK series that I&amp;#39;m using. I&amp;#39;m stuck with the 16.0.0 version from the nRF5 series which is one of the last ones before the NCS SDK was taken into use.&lt;/p&gt;
&lt;p&gt;Updating the advertising data on the fly as described in the article you linked is not what I&amp;#39;m looking for. In my case, I need to have two advertisements interleaved and these two advertisements can have different interval, power settings etc.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I was able to get the timeslot based advertisements working after some trial and error. So basically problem solved at least for now.&lt;/p&gt;
&lt;p&gt;Transition to the new NCS SDK could be an option, but&amp;nbsp;I&amp;#39;m working on a product that is already shipped around the world. One thing that worries me is the migration from nRF5 SDK to the new NCS SDK;&amp;nbsp;is there lots of changes in the APIs,&amp;nbsp;or should my old application work with little or no changes with the new SDK?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;And the most critical part is the field upgrades: is there some special considerations to be taken into account when upgrading from nRF5 SDK 16.0.0 to NCS SDK based application? Or is the OTA / UART DFU mechanism same as before?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is multiple advertising sets still not supported? (SDK 16, s132 soft device 7.0.1)</title><link>https://devzone.nordicsemi.com/thread/325476?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 11:54:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:52261240-e2ef-4c3f-922d-5ea0e7723222</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;Thank you for your patience with this.&lt;/p&gt;
[quote user=""]Is it really so that still to this date this feature is not implemented?[/quote]
&lt;p&gt;Production support for &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/releases/release-notes-1.6.0.html?highlight=multiple%20advertising%20set"&gt;multiple advertising sets were added in the v1.6.0 release for the NCS SDK&lt;/a&gt;, but&amp;nbsp;I notice in your original ticket that you are referencing a ticket regarding nRF Connect SDK, while you in your title and comments refer to the nRF5 SDK.&lt;br /&gt;&lt;br /&gt;If you are using nRF5 SDK you could take a look at &lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/how-to-update-advertising-data-dynamically-using-ble-advertising-library"&gt;this blogpost&lt;/a&gt; which explains how you may update your advertising data without stopping and restarting the advertising.&lt;br /&gt;If you would like the advertising data to change with each advertising you could use &lt;a href="https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/radio_notif/radio_notif.html"&gt;Radio Notifications&lt;/a&gt;&amp;nbsp;to trigger the update of the advertising data.&lt;br /&gt;This should work well with the application you have outlined in your previous comment as well. What do you think about this?&lt;/p&gt;
[quote user="TylerD"]However, that article is about 6 years and several SDK generations old. Is there a more up to date version available?[/quote]
&lt;p&gt;I am glad to hear that you found the blogpost useful! While the tutorial is old the theory of&amp;nbsp;&lt;br /&gt;timeslots and their usage remains pretty much the same. I suspect the main difference to be updated API&amp;#39;s for the different functions in the tutorial.&lt;/p&gt;
[quote user="TylerD"]the article contains a bunch of dead links,&amp;nbsp;would be nice to have those fixed.&amp;nbsp;[/quote]
&lt;p&gt;I have created an internal ticket on updating the broken links, thanks for letting us know.&lt;/p&gt;
[quote user="TylerD"]Is there a better&amp;nbsp;example&amp;nbsp;available for sending advertisements directly, without using the softdevice?[/quote]
&lt;p&gt;If you intend to send advertisements without using the SoftDevice you will have to use the radio peripheral directly and implement the advertising routines and timings yourself.&lt;br /&gt;This needs to conform to the Bluetooth Low Energy specification if you intend to have your device certified.&amp;nbsp;I can not recommend that you do this yourself, and I highly recommend that you make use of the SoftDevice for this, since all this work will be done for you then.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is multiple advertising sets still not supported? (SDK 16, s132 soft device 7.0.1)</title><link>https://devzone.nordicsemi.com/thread/325405?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 07:05:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67af5bbb-8bf0-4555-a654-a848984c8740</guid><dc:creator>TylerD</dc:creator><description>&lt;p&gt;Still looking for some pointers to get started with multiple interleaved advertisements...&lt;/p&gt;
&lt;p&gt;I was able to get the timeslot example working (see link above) with my application that is originally based on the FreeRTOS&amp;nbsp;heart rate sensor example from the SDK (v16). Now the next step was to try to send some advertising packets&amp;nbsp;from the timeslots that I am granted. For that, I used this code as starting point:&lt;br /&gt;&lt;a href="https://github.com/NordicPlayground/solar_sensor_beacon"&gt;https://github.com/NordicPlayground/solar_sensor_beacon&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Is there a better&amp;nbsp;example&amp;nbsp;available for sending advertisements directly, without using the softdevice?&amp;nbsp;The code compiles and runs, but can&amp;#39;t see any advertisements when I scan with the nRF connect&amp;nbsp;mobile app.&lt;/p&gt;
&lt;p&gt;The task should be really simple: basically I&amp;#39;m just trying to add a second non-connectable advertisement to the FreeRTOS HRS example, using timeslot API. Stitching this together from some&amp;nbsp;example codes that have not been updated in many years seems to be a real&amp;nbsp;pain in the butt.&lt;/p&gt;
&lt;p&gt;Nordic folks, there must be some&amp;nbsp;easy way out of here?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is multiple advertising sets still not supported? (SDK 16, s132 soft device 7.0.1)</title><link>https://devzone.nordicsemi.com/thread/325360?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 15:14:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0bc7759-0385-406d-bfad-d80ffc94dcde</guid><dc:creator>TylerD</dc:creator><description>&lt;p&gt;Assuming the multiple advertisement sets is unavailable, I am now planning to implement my secondary advertisements using the timeslot API. There&amp;#39;s a nice tutorial available at:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/setting-up-the-timeslot-api"&gt;https://devzone.nordicsemi.com/nordic/short-range-guides/b/software-development-kit/posts/setting-up-the-timeslot-api&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;However, that article is about 6 years and several SDK generations old. Is there a more up to date version available? And the article contains a bunch of dead links,&amp;nbsp;would be nice to have those fixed.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>