<?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>Advertising on a single channel with S132</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/11401/advertising-on-a-single-channel-with-s132</link><description>Hi,
we are trying to disable 2 of 3 advertising channels on nRF52832 SoC with the softdevice S132 (1.0.0-3.alpha) installed. The example project ble_app_beacon works well and is the code base for us.
To disable the channel 37 and 38 we added following</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 27 Jun 2017 07:58:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/11401/advertising-on-a-single-channel-with-s132" /><item><title>RE: Advertising on a single channel with S132</title><link>https://devzone.nordicsemi.com/thread/42974?ContentTypeID=1</link><pubDate>Tue, 27 Jun 2017 07:58:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74065d6c-c3cf-402b-9378-d4152265d1a4</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;The nRF Sniffer is not BLE 5 compatible so you will not be able to sniff advertisment packets that are send in the data channels. We are looking into updating the nRF Sniffer to be BLE 5 compatible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising on a single channel with S132</title><link>https://devzone.nordicsemi.com/thread/42973?ContentTypeID=1</link><pubDate>Mon, 26 Jun 2017 18:38:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0f29ae15-40f8-4df2-b063-95ef8e8be567</guid><dc:creator>michel</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Since from BLE5 advertisement can be done on any channel, why the Channel mask (m_adv_params.channel_mask) is not available for the 37 other channels?&lt;/p&gt;
&lt;p&gt;Regards
Michel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising on a single channel with S132</title><link>https://devzone.nordicsemi.com/thread/42972?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 08:32:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:968353f6-cdaf-42d6-a6ab-0d9daa5d6043</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;Yes,  it appears that nRF Sniffer does not display the packets correctly when you block one or more channels . I&amp;#39;ll report the issue to the developers of the nRF Sniffer. Could you mark one of the answers as correct( click the check mark to the left of the answer) so that the questions is shown as resolved for other DevZone users?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising on a single channel with S132</title><link>https://devzone.nordicsemi.com/thread/42971?ContentTypeID=1</link><pubDate>Wed, 20 Jan 2016 06:58:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90a2eeb3-1638-47ce-a5b9-4cd233a35d65</guid><dc:creator>JJ</dc:creator><description>&lt;p&gt;Hi, we use the &lt;strong&gt;nRF51422 Sniffer v1.0.1_1111&lt;/strong&gt; and this does not show up the packages. I analyzed the energie consumption with a scope and realized that there is indeed one spike when it should send one advertisement packet.
In other words the sniffer is the problem, although I already used the &amp;quot;h&amp;quot; option to set the hopping sequence.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Advertising on a single channel with S132</title><link>https://devzone.nordicsemi.com/thread/42970?ContentTypeID=1</link><pubDate>Tue, 19 Jan 2016 12:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1648e355-4c72-4b47-b282-138efc1480b3</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;No, this should work just fine with the &lt;strong&gt;S132 v1.0.0-3.alpha.&lt;/strong&gt; I added the following lines to &lt;code&gt;m_adv_params&lt;/code&gt; in the &lt;code&gt;ble_app_beacon&lt;/code&gt; example in the nRF52 SDK v0.9.2&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;m_adv_params.channel_mask.ch_37_off = 1;
m_adv_params.channel_mask.ch_38_off = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and used an Ellisys Bluetooth Sniffer to record the advertisement packets. I only saw advertisement packets on channel 39.&lt;/p&gt;
&lt;p&gt;-Bjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>