<?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>DTM +8dBm issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/33309/dtm-8dbm-issue</link><description>Hi 
 We want to set +8dBm on DTM with nRF52840 but it test fail. 
 When I set +8dBm, nRFgo Studio cannot test it due to fail in DTM code. 
 We tried SDK v14~ v15 version but it is always fail. 
 We also tried others command but some bugs in DTM code.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Apr 2018 09:19:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/33309/dtm-8dbm-issue" /><item><title>RE: DTM +8dBm issue</title><link>https://devzone.nordicsemi.com/thread/128593?ContentTypeID=1</link><pubDate>Tue, 17 Apr 2018 09:19:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:298776a7-1160-41e2-a95e-bb98adad7161</guid><dc:creator>Rune Holmgren</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the detailed explanations and descriptions in the PDF. I will address each of them separately.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;&lt;strong&gt;Q1)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This is a good point and as already discussed this will be resolved in the SDK. Thanks for pointing this out.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q2)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;As I understand it, the problem you are seeing here is that vendor specific commands are not available in LE coded PHY? I disagree that this is a problem. The table below is from the Bluetooth Core Specification version 5.0, volume 6, part F (page 2779):&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1523955692233v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;In coded PHY the packet format 11111111 is available instead of vendor specific commands.&lt;/p&gt;
&lt;p&gt;Let me know if I misunderstand&amp;nbsp;you, or if you think I am reading the specification wrong.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q3)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Because of the reason explained above, it is not valid to set a TX power when you are in coded PHY. The packet to set TX power to -40 is actually a packet requesting the device to transmit&amp;nbsp;0xFF packets on frequency&amp;nbsp;2450MHz. The next command tries to set the device in TX mode, but it&amp;#39;s already in TX mode so the command fails.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/998x134/__key/communityserver-discussions-components-files/4/third.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Q4)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Are you wondering how to run either vendor specific or 0xFF packets? 0xFF packets are only available in coded PHYs. Vendor specific commands are only available when in non-coded PHYs.&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;I have tried to address the four issues you have pointed out, but feel free to point out anything I may be misunderstanding. If there are any unknown bugs in DTM we want to fix them. All feedback is very welcome.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Rune Holmgren&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DTM +8dBm issue</title><link>https://devzone.nordicsemi.com/thread/128497?ContentTypeID=1</link><pubDate>Mon, 16 Apr 2018 13:54:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd6e72cd-a918-415e-a812-a2a8b8a7665f</guid><dc:creator>Atlas</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for update.&lt;/p&gt;
&lt;p&gt;But we want to know when Nordic will fix this issue in official release SDK.&lt;/p&gt;
&lt;p&gt;Beside nrf52840 +8dBm issue, there are some issues in my attach PDF file.&lt;/p&gt;
&lt;p&gt;Please help to check the content.&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;BR&lt;/p&gt;
&lt;p&gt;Atlas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DTM +8dBm issue</title><link>https://devzone.nordicsemi.com/thread/128427?ContentTypeID=1</link><pubDate>Mon, 16 Apr 2018 10:40:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70e2e114-167c-4ce5-bc47-cf0f1a634bc9</guid><dc:creator>Rune Holmgren</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The SDK team are aware of the issue, but unfortunately, the change didn&amp;#39;t get added to SDK 15.0.0. It will be coming in the next SDK. For now, the following workaround can be added to get +8dBm support.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;uint32_t dtm_radio_validate(int32_t m_tx_power, uint8_t m_radio_mode)
{
    // Initializing code below is quite generic - for BLE, the values are fixed, and expressions
    // are constant. Non-constant values are essentially set in radio_prepare().
    if (!(m_tx_power == RADIO_TXPOWER_TXPOWER_0dBm        ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Pos4dBm     ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg30dBm    ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg20dBm    ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg16dBm    ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg12dBm    ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg8dBm     ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg4dBm     ||
          m_tx_power == RADIO_TXPOWER_TXPOWER_Pos3dBm     ||
#ifdef NRF52840_XXAA
          m_tx_power == RADIO_TXPOWER_TXPOWER_Pos8dBm     ||
#endif //NRF52840_XXAA
          m_tx_power == RADIO_TXPOWER_TXPOWER_Neg40dBm
          ) ||

         !(&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Rune Holmgren&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DTM +8dBm issue</title><link>https://devzone.nordicsemi.com/thread/127936?ContentTypeID=1</link><pubDate>Thu, 12 Apr 2018 05:52:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9d19d857-98bc-4684-af0a-9b6e47325213</guid><dc:creator>King501802</dc:creator><description>&lt;p&gt;I have the same issue.&lt;/p&gt;
&lt;p&gt;Could it be fixed in next version of SDK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>