<?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 reduce power consumption when using BLE ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/98652/how-to-reduce-power-consumption-when-using-ble</link><description>Hi, 
 I am new to working in BLE. I am using nRF5340DF kit. I have generated a sample project and have added configurations in prj.conf as shown below 
 
 
 
 
 
 My main function code is 
 
 
 
 
 
 
 
 But when measuring power using PPK 2, i am able</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Apr 2023 11:04:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/98652/how-to-reduce-power-consumption-when-using-ble" /><item><title>RE: How to reduce power consumption when using BLE ?</title><link>https://devzone.nordicsemi.com/thread/419924?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 11:04:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05933a3d-8c4f-4e69-8423-a453b85c32f2</guid><dc:creator>Gokul Manoj</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/vibe"&gt;Vidar Berg&lt;/a&gt;&amp;nbsp;Thanks for the quick reply. This has solved my issue&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to reduce power consumption when using BLE ?</title><link>https://devzone.nordicsemi.com/thread/419914?ContentTypeID=1</link><pubDate>Wed, 12 Apr 2023 10:06:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28820616-e333-4968-a063-7c34ef608e50</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It should be sufficient to set&amp;nbsp;CONFIG_SERIAL=n. But you need to do it both for the application running on the application core and the network core (hci_rpmsg). To apply this setting to the network core build you can create a folder named &amp;#39;child_image&amp;#39;&amp;nbsp;where you add the kconfig fragment for your hci_rpmsg project. The folder structure should then look something like this:&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;├── child_image&lt;br /&gt;│ └── hci_rpmsg.conf&lt;br /&gt;├── CMakeLists.txt&lt;br /&gt;├── Kconfig&lt;br /&gt;├── prj.conf&lt;br /&gt;├── README.rst&lt;br /&gt;├── sample.yaml&lt;br /&gt;└── src&lt;br /&gt; └── main.c&lt;/p&gt;
&lt;p&gt;Please see &amp;quot;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/app_dev/multi_image/index.html#image-specific-variables"&gt;multi image builds&lt;/a&gt;&amp;quot; for more details on how kconfig settings can be applied to child images.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;
&lt;p&gt;Measurement result with peripheral_lbs sample built with CONFIG_SERIAL=n&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/5241.pastedimage1681294118585v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/peripheral_5F00_lbs_5F00_lp.zip"&gt;devzone.nordicsemi.com/.../peripheral_5F00_lbs_5F00_lp.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>