<?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 increase the power in antenna transmitting pin</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14178/how-to-increase-the-power-in-antenna-transmitting-pin</link><description>Hello, 
 I have designed m custom PCB and i have verfiy my antenna maching network with the spectrum analyser its is perfect matching but the real problem is when i measure the transmitting power of the antenna it is extremely low so my RF specialist</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 May 2016 09:23:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14178/how-to-increase-the-power-in-antenna-transmitting-pin" /><item><title>RE: How to increase the power in antenna transmitting pin</title><link>https://devzone.nordicsemi.com/thread/54176?ContentTypeID=1</link><pubDate>Mon, 30 May 2016 09:23:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99b6d201-5996-4303-9af9-60e67aebf228</guid><dc:creator>Artucas</dc:creator><description>&lt;p&gt;BLE stack allows you to control radios transmit power with a function give below:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt; sd_ble_gap_tx_power_set(TX_POWER_LEVEL);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Keep in mind that BLE stack must be initialized before calling this function. Also, vaalues the TX_POWER_LEVEL can have are (-40 will be remaped to -30):&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;-40, -30, -20, -16, -12, -8, -4, 0, and 4 dBm
&lt;/code&gt;&lt;/pre&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>