<?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>what is the maximum range to connect 2 NRF51822 devices with Gazell</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16712/what-is-the-maximum-range-to-connect-2-nrf51822-devices-with-gazell</link><description>Hello, 
 I was looking into Gazell and read that Gazell only allows pairing when Host and Device are in close proximity to each other. This range is about 30 centimeters. I was wondering if this range could be extended? and if this is possible what will</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Sep 2016 11:23:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16712/what-is-the-maximum-range-to-connect-2-nrf51822-devices-with-gazell" /><item><title>RE: what is the maximum range to connect 2 NRF51822 devices with Gazell</title><link>https://devzone.nordicsemi.com/thread/63927?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 11:23:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49e56de7-7a7e-4fbd-82b5-2e9c7c49156c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The close proximity pairing feature in Gazell uses the RSSI measurement to detect if a device is in pairing range.&lt;/p&gt;
&lt;p&gt;On the host side, the RSSI is compared against a threshold to decide if the device is in range, and is defined as&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define GZP_HOST_RX_POWER_THRESHOLD -64 ///&amp;lt; RSSI threshold for when signal strength in RX packet power is high enough.
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you want to extend the pairing range, you can adjust this threshold to fit your requirements.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: what is the maximum range to connect 2 NRF51822 devices with Gazell</title><link>https://devzone.nordicsemi.com/thread/63929?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 11:15:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:766e9539-b126-49b5-93a5-5ee78114959b</guid><dc:creator>Tim</dc:creator><description>&lt;p&gt;Hello,
Thank you for the quick response :).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: what is the maximum range to connect 2 NRF51822 devices with Gazell</title><link>https://devzone.nordicsemi.com/thread/63928?ContentTypeID=1</link><pubDate>Wed, 28 Sep 2016 11:01:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a46fc6b2-d573-42f8-8861-542fb8bf1dba</guid><dc:creator>J&amp;#248;rgen Kvalvaag</dc:creator><description>&lt;p&gt;This is a security feature implemented in the gazell pairing library, to prevent bonding to any &amp;quot;wrong&amp;quot;/malicious device. This library is delivered as source code in the SDK, so it is possible to change this behavior.&lt;/p&gt;
&lt;p&gt;Basically the gazell library transmits the pairing request using low (-16dBm) tx power, so only devices in close proximity will receive it.&lt;/p&gt;
&lt;p&gt;To be able to do pairing using normal tx power one only needs to change one line in the file nrf_gzp_config.h(line 53):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;/**
Reduced TX power for use during close proximity pairing.
*/
#define GZP_POWER NRF_GZLL_TX_POWER_N16_DBM
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;change to:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;#define GZP_POWER NRF_GZLL_TX_POWER_0_DBM
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>