<?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>How to Control ibeacon Channel On nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/5544/how-to-control-ibeacon-channel-on-nrf51822</link><description>I Want Control ibeacon Channel 37,38,39
Hope only one channel 37 or channel 38 or channel 39
What should I do</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Jun 2015 08:42:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/5544/how-to-control-ibeacon-channel-on-nrf51822" /><item><title>RE: How to Control ibeacon Channel On nrf51822</title><link>https://devzone.nordicsemi.com/thread/19411?ContentTypeID=1</link><pubDate>Fri, 26 Jun 2015 08:42:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc89fdc5-88e4-4735-b2b4-80332153420f</guid><dc:creator>loste</dc:creator><description>&lt;p&gt;With the newest SDK and the sd:v8.0.0, use the sd_ble_gap_adv_start function, set&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    adv_params.channel_mask.ch_37_off = 1;
    adv_params.channel_mask.ch_38_off = 1;
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Then nrf51822 will only adv using channel 39.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Control ibeacon Channel On nrf51822</title><link>https://devzone.nordicsemi.com/thread/19409?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 14:00:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7013c42a-f5b0-4b83-bfd7-6d1e437f1f2e</guid><dc:creator>David Edwin</dc:creator><description>&lt;p&gt;You can use the &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser"&gt;github.com/.../nRF51-multi-role-conn-observer-advertiser&lt;/a&gt; and setup an advertiser that uses only one of the channels.
Use the API call&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void btle_hci_adv_params_set(btle_cmd_param_le_write_advertising_parameters_t* adv_params);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;and set the &lt;code&gt;btle_dd_channel_map_t&lt;/code&gt; to the channels that you want to use. This will enable you to use the advertising channels of your choice.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to Control ibeacon Channel On nrf51822</title><link>https://devzone.nordicsemi.com/thread/19410?ContentTypeID=1</link><pubDate>Thu, 12 Feb 2015 12:57:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf034038-cf1f-4cd1-a644-d650ec03f0a7</guid><dc:creator>MartinBL</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Advertising on a single channel only is not supported by the SoftDevice, but you can use the timeslot API. This requires that you handle the radio and Bluetooth communication yourself.
There is an &lt;a href="https://github.com/NordicSemiconductor/nRF51-multi-role-conn-observer-advertiser"&gt;example on GitHub&lt;/a&gt; describing the API and there is also a lot of threads on this forum about single channel advertising and the timeslot API.&lt;/p&gt;
&lt;p&gt;We have a lot of customers asking if single channel advertising is possible. We have it on our road map and we hope to make it happen soon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>