<?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>Tx power configuration in SDK 2.7.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116754/tx-power-configuration-in-sdk-2-7-0</link><description>Hi, 
 I&amp;#39;m a little disoriented. I used to set the tx power configuration for the nRF5340: 
 
 in the file &amp;lt;prjdir&amp;gt;\child_image\hci_rpmsg.conf. 
 How and where can I set the tx power with the new SDK 2.7.0 sysbuild? 
 Thanks!</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 29 Nov 2024 08:49:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116754/tx-power-configuration-in-sdk-2-7-0" /><item><title>RE: Tx power configuration in SDK 2.7.0</title><link>https://devzone.nordicsemi.com/thread/512692?ContentTypeID=1</link><pubDate>Fri, 29 Nov 2024 08:49:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2db1d230-4f15-4754-8950-38aa16e71a95</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;No problem, happy to help &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tx power configuration in SDK 2.7.0</title><link>https://devzone.nordicsemi.com/thread/512625?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 15:17:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69f7ac5d-bf22-4eae-a0c9-24a27a05f050</guid><dc:creator>PabloL</dc:creator><description>&lt;p&gt;Thanks for the explanation!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tx power configuration in SDK 2.7.0</title><link>https://devzone.nordicsemi.com/thread/512510?ContentTypeID=1</link><pubDate>Thu, 28 Nov 2024 07:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:24233f84-5d22-4c1c-89dd-738e087b644b</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi PabloL,&lt;/p&gt;
&lt;p&gt;Both options will give you what you want at the moment. What they lay out are a little different.&lt;/p&gt;
&lt;p&gt;Having a sysbuild\ipc_radio\boards\nrf5340dk_nrf5340_cpunet.conf means that you can have different overlay files with different configurations for different boards.&lt;/p&gt;
&lt;p&gt;Having all configs in sysbuild\ipc_radio\prj.conf means that you will have the same configurations for all boards.&lt;/p&gt;
&lt;p&gt;You would want to consider which approach would match your needs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tx power configuration in SDK 2.7.0</title><link>https://devzone.nordicsemi.com/thread/512453?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 21:57:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1614857f-db67-49c3-9e6e-e54868325a94</guid><dc:creator>PabloL</dc:creator><description>&lt;p&gt;Hi Hieu,&lt;/p&gt;
&lt;p&gt;Thank you for the info.&lt;br /&gt;I created a new application in VS Code and select the peripheral_uart sample.&lt;/p&gt;
&lt;p&gt;The project dir tree is:&lt;pre class="ui-code" data-mode="text"&gt;peripheral_uart
├── CMakeLists.txt
├── prj.conf
├── sysbuild.conf
├── nrf5340dk_app_sr_net.conf
├── boards
|   └── ...
├── src
|   └── main.c
├── build
|   └── ...
└── sysbuild
    └── ipc_radio
        ├── prj.conf
        └── prj_bt_rpc.conf&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Should I create a new directory&amp;nbsp;&lt;span&gt;&amp;lt;prjdir&amp;gt;\sysbuild\hci_ipc\boards\ and add the file&amp;nbsp;nrf5340dk_nrf5340_cpunet.conf?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;or &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Should I use one of the default directories and conf files?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks!&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Tx power configuration in SDK 2.7.0</title><link>https://devzone.nordicsemi.com/thread/512421?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 16:06:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4031d464-c8ff-4c05-8231-3827590ca598</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi PabloL,&lt;/p&gt;
&lt;p&gt;With sysbuild,&amp;nbsp;the closest equivalent of child image Kconfig overlay file is: &amp;lt;prjdir&amp;gt;\sysbuild\hci_ipc\boards\nrf5340dk_nrf5340_cpunet.conf.&lt;/p&gt;
&lt;p&gt;There is also &amp;lt;prj_dir&amp;gt;\sysbuild\hci_ipc\prj.conf. However, this replace the entire remote image&amp;#39;s prj.conf file.&lt;br /&gt;(In parent-child multi-image, this behavior is similar to &amp;lt;prj_dir&amp;gt;\child_image\hci_ipc\prj.conf).&lt;/p&gt;
&lt;p&gt;For more information, please see&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/zephyr/build/sysbuild/index.html#sysbuild"&gt;Sysbuild (System build)&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>