<?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 Advertisers/Broadcasters in Nordic Soft Device (S140) at the same time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70988/multiple-advertisers-broadcasters-in-nordic-soft-device-s140-at-the-same-time</link><description>Dear forum and Nordic Support team, 
 I just want to confirm that there is only one Broadcaster (Advertising) role possible at given time on Nordic Soft Devices (e.g. S132 and S140) even if multiple Peripheral roles &amp;quot;slots&amp;quot; are provisioned from APP firmware</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Jan 2021 11:46:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70988/multiple-advertisers-broadcasters-in-nordic-soft-device-s140-at-the-same-time" /><item><title>RE: Multiple Advertisers/Broadcasters in Nordic Soft Device (S140) at the same time</title><link>https://devzone.nordicsemi.com/thread/291973?ContentTypeID=1</link><pubDate>Fri, 29 Jan 2021 11:46:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:191ae594-616a-485a-bf8c-58b46966a737</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Jan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It should work if your system is not overloaded in general. For example, if you don&amp;#39;t run anything else except two adv, it will work.&lt;/p&gt;
&lt;p&gt;SD will generate BLE_GAP_EVT_ADV_SET_TERMINATED in the end of adv event. If you need accurate intervals better to use timer, otherwise you can just start a new adv on the event.&lt;/p&gt;
&lt;p&gt;SD will add random delay automatically according to the spec, even for the first adv event. You don&amp;#39;t need to care about that.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple Advertisers/Broadcasters in Nordic Soft Device (S140) at the same time</title><link>https://devzone.nordicsemi.com/thread/291951?ContentTypeID=1</link><pubDate>Fri, 29 Jan 2021 10:22:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6cc32532-ce6e-4802-92e5-14b0daa73be6</guid><dc:creator>endnode</dc:creator><description>&lt;p&gt;Many thanks Amanda.&lt;/p&gt;
&lt;p&gt;Would you recommend this even for advertisement with high frequency, e.g. 50ms interval (20Hz) meaning both types of the broadcast should be transmitted 10 times a second (100ms intervals)? Would it mean we should run the timers on application level and effectively always set the transmitter just for 1 outgoing event? Any hints how Nordic Soft Device implements mandatory &amp;quot;jitter&amp;quot; to prevent random collisions with other 2.4GHz radio sources which would have the same broadcasting intervals and phase in time?&lt;/p&gt;
&lt;p&gt;Cheers J&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Multiple Advertisers/Broadcasters in Nordic Soft Device (S140) at the same time</title><link>https://devzone.nordicsemi.com/thread/291944?ContentTypeID=1</link><pubDate>Fri, 29 Jan 2021 09:54:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c73d2330-de5e-4555-b332-947750da90ab</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi Jan,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You cannot alternate between legacy and extended adv on the fly. But it should be fairly easy to do in the application. If, for example,&amp;nbsp;you want to start from legacy adv:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;configure legacy adv using sd_ble_gap_adv_set_configure. Set ble_gap_adv_params_t::max_adv_evts=1. Start adv.&lt;/li&gt;
&lt;li&gt;after one adv event advertiser will be automatically stopped and BLE_GAP_EVT_ADV_SET_TERMINATED raised to the app. Then you can repeat from step 1,&amp;nbsp; but set up extended adv instead.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;WIll that work for your usecase?&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>