<?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>nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112128/nrf52840-dk-dtm-with-hex-file</link><description>Hi, 
 
 We want to have some RF-PHY tests on nRF52840 DK. 
 Therefore, I need a HEX file to make nRF52840 DK get into direct test mode and communicate with CMW270 with UART. 
 Also, I want to know which pins on nRF52840 DK and baudrate should I use ?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 27 Jun 2024 03:38:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112128/nrf52840-dk-dtm-with-hex-file" /><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/490981?ContentTypeID=1</link><pubDate>Thu, 27 Jun 2024 03:38:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:847fc41c-2436-42d8-b178-4c4c617c23f7</guid><dc:creator>Ken Li</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Priyanka,&lt;/span&gt;&lt;/p&gt;
[quote userid="107729" url="~/f/nordic-q-a/112128/nrf52840-dk-dtm-with-hex-file/490606"]NRF_RADIO_TXPOWER_POS8DBM[/quote]
&lt;p&gt;I try this setting, and it works.&lt;/p&gt;
&lt;p&gt;Thank you for your support !&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Ken&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/490606?ContentTypeID=1</link><pubDate>Tue, 25 Jun 2024 11:34:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd1130e8-1731-44d2-ac76-d19986c7a34e</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Taking a deeper look, it looks like using the&amp;nbsp;&lt;span&gt;CONFIG_BT_CTLR_TX_PWR_PLUS_8=y is for all other applications, but for the DTM sample it&amp;#39;s a bit different.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can see here:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.6.1/samples/bluetooth/direct_test_mode/src/dtm.c#L401C3-L401C10"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.6.1/samples/bluetooth/direct_test_mode/src/dtm.c#L401C3-L401C10&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;that the default is set to 0dBm from NRF_RADIO_TXPOWER_0DBM. S you could try setting this to say,&amp;nbsp;&lt;span&gt;NRF_RADIO_TXPOWER_POS8DBM&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sorry for the confusion and do let me know how it goes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;-Priyanka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489875?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 08:23:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c270867-0032-4f93-aa2e-51bf33684e75</guid><dc:creator>Ken Li</dc:creator><description>&lt;p&gt;By the way, I compile DTM example in this way :&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/using-ncs-west-to-compile-and-program-the-dtm-example-into-the-nrf52840-dk"&gt;Using nRF Connect SDK and west to compile and program the DTM example into the nRF52840 DK&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489872?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 08:16:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0284714-92c0-4af1-99a0-6e7f9a903bfd</guid><dc:creator>Ken Li</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Priyanka,&lt;/span&gt;&lt;/p&gt;
[quote userid="107729" url="~/f/nordic-q-a/112128/nrf52840-dk-dtm-with-hex-file/489858"]add the line CONFIG_BT_CTLR_TX_PWR_PLUS_8=y. This will set the Tx power to +8dBm. Also, please make sure to add&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y&lt;/code&gt;[/quote]
&lt;p&gt;I add these two line to prj.conf under this path :&amp;nbsp;v2.6.1\nrf\samples\bluetooth\direct_test_mode, but tx power is still -1dBm.&lt;/p&gt;
[quote userid="107729" url="~/f/nordic-q-a/112128/nrf52840-dk-dtm-with-hex-file/489859"]How to set the Tx power to +8db on nRF52840[/quote]
&lt;p&gt;I also check .config under this path :&amp;nbsp;v2.6.1\nrf\samples\bluetooth\direct_test_mode\build\zephyr, but I can&amp;#39;t find&amp;nbsp;CONFIG_BT_CTLR_TX_PWR_PLUS_8=y and CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y in that file.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;Does it mean that I can&amp;#39;t change Tx power under direct test mode?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;Ken&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489859?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 07:32:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59c81c44-6a99-4760-8a09-96a3b8cd07c3</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;You can also refer to some of the tickets that I have attached:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/100753/how-to-set-the-tx-power-to-8db-on-nrf52840"&gt;How to set the Tx power to +8db on nRF52840&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/108895/ncs-2-5-2-legacy-adv-how-to-increase-legacy-adv-tx-power"&gt;NCS 2.5.2, legacy adv, how to increase legacy adv tx power&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489858?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 07:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59a4015b-8ab5-409d-b8cd-8d16f7b85dc6</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To set the Tx power to 8dBm, you should modify your prj.conf file, not the Kconfig file in the Zephyr subsystem.&lt;br /&gt;In your prj.conf file, you should add the line CONFIG_BT_CTLR_TX_PWR_PLUS_8=y. This will set the Tx power to +8dBm. Also, please make sure to add&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code dir="ltr"&gt;CONFIG_BT_CTLR_TX_PWR_DYNAMIC_CONTROL=y&amp;nbsp;&lt;br /&gt;&lt;br /&gt;-Priyanka&lt;/code&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489856?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 07:20:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ab94a1a0-1337-4207-a357-234bcf0bac6a</guid><dc:creator>Ken Li</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Priyanka,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I find the Kconfig file under this path :&amp;nbsp;v2.6.1\zephyr\subsys\bluetooth\controller.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I&amp;#39;ve tried to replace&amp;nbsp;BT_CTLR_TX_PWR_0 with&amp;nbsp;BT_CTLR_TX_PWR_PLUS_8,&amp;nbsp;&lt;/span&gt;&lt;span&gt;but it didn&amp;#39;t work.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Which line should I modify if I want to set Tx power to 8dBm?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ken&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489847?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 06:23:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:612dce5b-73d3-4fc1-b1af-0604fe5b46f0</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_BT_CTLR_TX_PWR"&gt;CONFIG_BT_CTLR_TX_PWR&lt;/a&gt;&amp;nbsp;to set the Tx power.&lt;/p&gt;
&lt;p&gt;-Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489834?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 03:22:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ea1b00d0-c6bc-4d5f-a31e-400b002be42a</guid><dc:creator>Ken Li</dc:creator><description>&lt;p&gt;Thanks for replying, I&amp;#39;ve installed nRF Connect SDK v2.6.1.&lt;/p&gt;
&lt;p&gt;The function of DTM works, but the current Tx power is only -1dBm.&lt;/p&gt;
&lt;p&gt;How to modify Tx power of nRF52840 DK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489742?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 12:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4de05c72-482e-4a8f-bc5f-c7299bc1ee0a</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi Ken,&lt;/p&gt;
&lt;p&gt;Yes, please use the latest nRF Connect SDK version, preferably v2.6.1&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/489613?ContentTypeID=1</link><pubDate>Thu, 20 Jun 2024 02:49:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0500d36-abbb-4ddc-a6ca-0db2d63bad17</guid><dc:creator>Ken Li</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;Priyanka,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for replying, I&amp;#39;m now using nRF Connect SDK v2.3.0.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Should I update SDK to the latest version?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;BR,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Ken&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 DK DTM with HEX file</title><link>https://devzone.nordicsemi.com/thread/488981?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2024 05:55:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b043849-452c-4ee7-a13a-6beea5a56a07</guid><dc:creator>Priyanka</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html"&gt;DTM sample&lt;/a&gt; for the RF-PHY tests.&lt;/p&gt;
&lt;p&gt;Please also refer &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/110631/uart-communication-between-cp2102n-nrf52840-dk-and-aducm355?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending"&gt;this ticket&lt;/a&gt; which may be of help.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Priyanka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>