<?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>PaWR power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119980/pawr-power-consumption</link><description>Hi, 
 MCU - nRF52832 
 I am trying to understand the power consumed during the PaWR operation. I am referring to the steps explained here: I am getting the a similar graph shown in the above page. I have few questions regarding this. 
 
 Between the peeks</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Mar 2025 13:08:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119980/pawr-power-consumption" /><item><title>RE: PaWR power consumption</title><link>https://devzone.nordicsemi.com/thread/528622?ContentTypeID=1</link><pubDate>Mon, 24 Mar 2025 13:08:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0a60c20-8c41-40f1-9a0f-fcfee0719302</guid><dc:creator>Lorenzo Amicucci</dc:creator><description>&lt;p&gt;just to put it in another way:&amp;nbsp;&lt;br /&gt;- first activity, the HF XTAL ramps up. and there is a Rx activity (to receive the PA sync message from the central), followed by CPU processing. Since the response slot is far from this Rx activity, we optimize power consumption by switching off the HF XTAL&lt;br /&gt;- second activity, you see the HF XTAL ramps up again, and then response is sent to the central (TX and postprocessing CPU).&amp;nbsp;&lt;br /&gt;&lt;br /&gt;In this case, it seems the response slot delay is quite long, that is why you see such distance between Rx and Tx. By playing with Response slot delay and response slots and other timings,&amp;nbsp;the distance between these two may be different.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;img style="height:251px;max-height:251px;max-width:508px;" height="251" src="https://devzone.nordicsemi.com/resized-image/__size/1016x502/__key/communityserver-discussions-components-files/4/pastedimage1742820593878v1.png" width="507" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PaWR power consumption</title><link>https://devzone.nordicsemi.com/thread/528560?ContentTypeID=1</link><pubDate>Mon, 24 Mar 2025 09:29:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c909311f-6f43-42c9-94ca-e3a3bfc04235</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;I seem to be mistaken. It is correct as you said. The first one is the initial event, and the second one is the reply. So disregard what I wrote in my previous reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you look closer on each of the events, what we see is the HFCLK starting up (the HFXTAL), then you have the peak, which is the radio (RX or TX), and then there is post processing from the CPU.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The 1.9&amp;micro;A is also expected. The current consumption expected for System on and wake on RTC is actually 1.9&amp;micro;A as seen &lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52832/page/pmu.html#d934e538"&gt;here&lt;/a&gt;:&lt;br /&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/pastedimage1742808770122v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PaWR power consumption</title><link>https://devzone.nordicsemi.com/thread/528411?ContentTypeID=1</link><pubDate>Fri, 21 Mar 2025 13:00:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3449abde-883f-42e9-b3ef-1fc045149f42</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]I observe a current of 1.9 uA. Is this expected ?[/quote]
&lt;p&gt;The product specification says 1.2µA. But that is a bare minimum. System ON sleep with nothing else going on, and no RAM retention:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ps_nrf52832/page/power.html#d935e27684"&gt;https://docs.nordicsemi.com/bundle/ps_nrf52832/page/power.html#d935e27684&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;So I wouldn&amp;#39;t say that 1.9µA is unexpected. Remember that in addition to being in System ON, it needs to retain the RAM, and at least a timer is running, to keep track of the next PAwR event.&amp;nbsp;&lt;/p&gt;
[quote user=""]Do we know what exactly is happening here ? [/quote]
&lt;p&gt;I don&amp;#39;t know how familiar you are with &amp;quot;Normal BLE&amp;quot;, but in PAwR this is switched around. In &amp;quot;Normal BLE&amp;quot; you would have one device advertising, waiting for a scanner to pick up the advertisement, and then issue a Connect request directly after the advertisement. So the advertiser would then do a TX on the radio, followed by a short RX to check if there are any connection requests.&lt;/p&gt;
&lt;p&gt;In PAwR, this is, as I said, switched up. From section 2.2 in the link you provided:&lt;br /&gt;&lt;em&gt;The network relies on one single advertiser acting as the gateway/access point. This means all nodes in the network must be in the range of the advertiser. It&amp;#39;s possible to expand the network with multiple advertisers, but the spec doesn&amp;#39;t define how such a network should be set up.&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;So you have one device being the central/gateway of the other devices. This is the one that advertises periodically. The one that you are looking at is the device that scans for these advertisements. So this device, from your plots, will first do an RX (marked with 1 in the below figure), followed by a TX (marked with 2). So yes, your assumption is correct.&amp;nbsp;&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/pastedimage1742561991769v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>