<?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>NRF52832 sensitivity</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/13078/nrf52832-sensitivity</link><description>Hi, 
 The documentation states -96dBm rx sensitivity for 1mbit BLE mode and -93dBm for proprietary 1mbit mode. 
 Is it possible to use BLE mode (3 in MODE register) but still use some prorietary code we will develop (similar to ESB) and not a full bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Apr 2016 12:30:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/13078/nrf52832-sensitivity" /><item><title>RE: NRF52832 sensitivity</title><link>https://devzone.nordicsemi.com/thread/49882?ContentTypeID=1</link><pubDate>Mon, 11 Apr 2016 12:30:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:10050c7f-a246-431a-96e3-1ed4efd2d186</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hi, if you don&amp;#39;t have any requirements for backwards compatibility with existing nRF legacy devices that rely on our ESB library, then I see no problem to use &amp;#39;BLE mode&amp;#39; even for proprietary protocol. If you have the latest nRF5 SDK v11 (or later) it should be possible to init by:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; nrf_esb_config.bitrate = RADIO_MODE_MODE_Ble_1Mbit; // Default RADIO_MODE_MODE_Nrf_2Mbit
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>