<?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 can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/10474/how-can-i-control-a-rssi-of-the-bl600-series</link><description>Hi, 
 I am developing ble apps with the BL600. 
I am coding a source file with the keil IDE. And this source is deployed to the nRF51 DK board through the nRFgo Studio. 
 Now, i am considering that i want to adjust the strength of rssi value. 
 First</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 27 Nov 2015 01:05:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/10474/how-can-i-control-a-rssi-of-the-bl600-series" /><item><title>RE: How can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/thread/38920?ContentTypeID=1</link><pubDate>Fri, 27 Nov 2015 01:05:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:284c4585-c734-48b9-9df7-d037873d9325</guid><dc:creator>Takayuki Yoshinaka</dc:creator><description>&lt;p&gt;Thanks for a comment and sample codes.&lt;br /&gt;
Awesome ! I did it.&lt;/p&gt;
&lt;p&gt;You&amp;#39;ve been very helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/thread/38919?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 12:27:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5f37077c-ef03-4016-bc0c-82a15f79eb2f</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Try this instead:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;nrf_gpio_cfg_output(20);
nrf_gpio_pin_clear(20);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;which should be equal to this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_GPIO-&amp;gt;PIN_CNF[20] = (GPIO_PIN_CNF_DIR_Output &amp;lt;&amp;lt; GPIO_PIN_CNF_DIR_Pos);
NRF_GPIO-&amp;gt;OUTCLR = (GPIO_OUTCLR_PIN20_Low &amp;lt;&amp;lt; GPIO_OUTCLR_PIN20_Pos);
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/thread/38918?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 12:00:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5e9985d-64be-4ed1-b4bd-6aa4b90642e6</guid><dc:creator>Takayuki Yoshinaka</dc:creator><description>&lt;p&gt;My develop environments:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;nRF51 DK&lt;/li&gt;
&lt;li&gt;nRF51822&lt;/li&gt;
&lt;li&gt;nRF51 SDK 9.0.0&lt;/li&gt;
&lt;li&gt;Using SoftDevice : s130&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/thread/38917?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 11:53:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:125858a8-5c21-4512-b849-51f1b9d38ef2</guid><dc:creator>Takayuki Yoshinaka</dc:creator><description>&lt;p&gt;Sorry, i can&amp;#39;t work it well.&lt;br /&gt;
My configuration of P0.20 is following:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;NRF_GPIO-&amp;gt;PIN_CNF[20] = (GPIO_PIN_CNF_SENSE_High &amp;lt;&amp;lt; GPIO_PIN_CNF_SENSE_Pos)
                                        | (GPIO_PIN_CNF_DRIVE_H0H1 &amp;lt;&amp;lt; GPIO_PIN_CNF_DRIVE_Pos)
                                        | (NRF_GPIO_PIN_NOPULL &amp;lt;&amp;lt; GPIO_PIN_CNF_PULL_Pos)
                                        | (GPIO_PIN_CNF_INPUT_Connect &amp;lt;&amp;lt; GPIO_PIN_CNF_INPUT_Pos)
                                        | (GPIO_PIN_CNF_DIR_Input &amp;lt;&amp;lt; GPIO_PIN_CNF_DIR_Pos);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;I add this code into the &amp;#39;uart_init&amp;#39; method and build it.&lt;br /&gt;
But, a rssi on the bl600 was not changed to the stronger value.&lt;br /&gt;
It was shown same rssi before my code was changed.&lt;/p&gt;
&lt;p&gt;How do i configure pin P0.20 ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/thread/38916?ContentTypeID=1</link><pubDate>Thu, 26 Nov 2015 06:46:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b80bb363-0714-4f12-8c25-c2648d4e944a</guid><dc:creator>Takayuki Yoshinaka</dc:creator><description>&lt;p&gt;Thanks for a comment !
I will try it. And i will report its results.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can i control a rssi of the BL600 series ?</title><link>https://devzone.nordicsemi.com/thread/38915?ContentTypeID=1</link><pubDate>Wed, 25 Nov 2015 12:49:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:33efecf0-6cf9-4dd9-b141-8fdaaa38186e</guid><dc:creator>Ole Bauck</dc:creator><description>&lt;p&gt;Hi Yoshi&lt;/p&gt;
&lt;p&gt;In the Laird BL600 module you can control if the VDD_PA pin is connected to the antenna circuit, this is done with a transistor and controlled through pin P0.20. Configure P0.20 as an output and set it low to connect the VDD_PA pin. If the VDD_PA is not connected the output power will be dramatically reduced (approx. 40dbm).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>