<?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>Unclear BLE channel map definition</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103737/unclear-ble-channel-map-definition</link><description>Dear, 
 
 We would like to comply to FCC regulations and need to restrict the used BLE channels from channel 1 to channel 11. 
 
 We think that this should be possible by using the following code: 
 
 uint8_t chan_map_fcc [ 5 ] = { 0x7f , 0xf0 , 0x00</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 14 Sep 2023 07:46:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103737/unclear-ble-channel-map-definition" /><item><title>RE: Unclear BLE channel map definition</title><link>https://devzone.nordicsemi.com/thread/445992?ContentTypeID=1</link><pubDate>Thu, 14 Sep 2023 07:46:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:784f6579-9f65-4d11-9ebb-fda0e5a3f82a</guid><dc:creator>Arno</dc:creator><description>&lt;p&gt;Thx, that perfectly makes sense ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unclear BLE channel map definition</title><link>https://devzone.nordicsemi.com/thread/445940?ContentTypeID=1</link><pubDate>Wed, 13 Sep 2023 20:19:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65c6831e-e7c7-4fe8-9de5-0adba1091b4e</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You are mixing Wifi channels with BLE channels, you are right that for Wifi (that have much higher bandwith of 20/40MHz that only 11 channels are allowed), but for BLE that have a bandwidth of 1-2MHz you can fit all 39 channels legally within all radio regulations in the world.&amp;nbsp;&lt;/p&gt;
[quote user=""]&lt;p&gt;The default channel map where all channels are used seems to be:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;uint8_t&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;chan_map_all_channels_active&lt;/span&gt;&lt;span&gt;[&lt;/span&gt;&lt;span&gt;5&lt;/span&gt;&lt;span&gt;] = {&amp;nbsp;&lt;/span&gt;&lt;span&gt;0xff&lt;/span&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;span&gt;0xff&lt;/span&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;span&gt;0xff&lt;/span&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;span&gt;0xff&lt;/span&gt;&lt;span&gt;,&amp;nbsp;&lt;/span&gt;&lt;span&gt;0x1f&lt;/span&gt;&lt;span&gt;&amp;nbsp;};&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;This channel map control the 37 channels that are used when a link is established, since [5]bytes are 40bit, the top 3bits are 0 for the fifth byte of the channel map (thereby it&amp;#39;s 0x1f). For advertisment all 3 channels are used.&lt;/p&gt;
&lt;p&gt;Honestly speaking there is no need for you to change this, use all channels is overall the safest bet (unless you are a making a phone and have an internal WiFi chipset and thereby may want to avoid some of the channels). This is illustrated with the yellow (Wifi) vs. the blue (BLE) in the figure. The dark green in the figure is advertisment channels.&lt;/p&gt;
&lt;p&gt;Likely I didn&amp;#39;t answer all your questions here, but hopefully the above make sense.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>