<?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>Open Thread TX power API</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48536/open-thread-tx-power-api</link><description>Hello, 
 
 I&amp;#39;m doing some tests with TX power on my development kit and I would like to increase my transmission power in openthread FTD to +8 dbm. 
 
 I had read this thread and tried to look for the otLinkSetMaxTransmitPower api in the Link.h files</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Jun 2019 05:23:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48536/open-thread-tx-power-api" /><item><title>RE: Open Thread TX power API</title><link>https://devzone.nordicsemi.com/thread/192536?ContentTypeID=1</link><pubDate>Thu, 13 Jun 2019 05:23:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0daa957-dd49-4d88-ba44-6057ae88aee7</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Have you had a look at the file openthread\include\openthread\platform\radio.h&lt;/p&gt;
&lt;p&gt;You can use &lt;strong&gt;otPlatRadioSetTransmitPower():&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/**
 * Set the radio&amp;#39;s transmit power in dBm.
 *
 * @param[in] aInstance  The OpenThread instance structure.
 * @param[in] aPower     The transmit power in dBm.
 *
 * @retval OT_ERROR_NONE             Successfully set the transmit power.
 * @retval OT_ERROR_NOT_IMPLEMENTED  Transmit power configuration via dBm is not implemented.
 *
 */
otError otPlatRadioSetTransmitPower(otInstance *aInstance, int8_t aPower);&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>