<?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>SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110572/spi-hci-increasing-low-power-consumption</link><description>Hi Nordic, 
 In my project, I have a NRF9160 and a NRF52832 with a ble host/controller stack over SPI HCI on NCS v2.5.2 As soon as I activate the HCI SPI in my project, the sleep current comsumption increase from ~26&amp;#181;A to ~68&amp;#181;A (delta is 42&amp;#181;A). 
 Is it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 30 Jul 2024 07:19:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110572/spi-hci-increasing-low-power-consumption" /><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/496131?ContentTypeID=1</link><pubDate>Tue, 30 Jul 2024 07:19:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e3869cd-5d78-4915-af8d-d2f53a7b793d</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;It should be possible to get less than&amp;nbsp;22µA when not usin GPIOTE during sleep.&lt;/p&gt;
&lt;p&gt;Can you check that you have&amp;nbsp;UART_&lt;span style="color:rgba(255, 0, 0, 1);"&gt;&lt;em&gt;x&lt;/em&gt;&lt;/span&gt;_NRF_ASYNC_LOW_POWER enabled for the UART peripheral yo use on both the nRF91 and nRF52 side? (See &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/93821/power-consumption-about-lpuart/397266"&gt;this post&lt;/a&gt;).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/494728?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2024 08:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ff26787-df20-45bc-95fb-95638e216556</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;I was expecting a lower value, so I&amp;#39;ll wait for Einar (or someone else) to reply.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/493460?ContentTypeID=1</link><pubDate>Thu, 11 Jul 2024 14:07:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9103445e-3d03-4f1d-b6ab-920735c44be5</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Einar is currently on vacation for a few more weeks so if you wish for a reply from them you will unfortunately have to wait until they&amp;#39;re back.&lt;/p&gt;
&lt;p&gt;However from what I can understand, the 22µA seems to be a good result. Disclaimer, I&amp;#39;ve not verified this up against any other experimental white papers, PS or tests.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/492910?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 09:20:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:634023b1-dcb2-4eaf-a971-0e97954e5850</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Hi Einar,&lt;/p&gt;
&lt;p&gt;Two months later, I was able to implement the HCI on LPUART.&lt;/p&gt;
&lt;p&gt;Power consumption is still higher than when the HCI is not activated (22&amp;micro;A increase, which is better than the 40&amp;micro;A in SPI).&lt;/p&gt;
&lt;p&gt;At the moment I don&amp;#39;t have the technical means to measure power consumption separately on each of the microcontrollers.&lt;/p&gt;
&lt;p&gt;Does this 22&amp;micro;A correspond to the expected consumption?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/484646?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 10:50:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:574a9cb2-9f09-475c-9f96-4e6d00371f04</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;An other idea could be to introduce power management, so that SPI is disabled when not needed. That migh not be straigth-forward tough, as you Bluetooth host implementation is what is responsible for communicating with the controller on the other board. Another idea, provided you have enough connectings between the nF91 and nRF52 could be to use LPUART, as is use din the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/lte_ble_gateway/README.html"&gt;BLE gateway sample&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/483260?ContentTypeID=1</link><pubDate>Tue, 14 May 2024 11:48:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6949d74f-5226-4f6e-92c4-819e2228e635</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Ok, do you have any other idea ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/482980?ContentTypeID=1</link><pubDate>Mon, 13 May 2024 09:18:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e3e439b4-abe5-477e-932d-7231bd1614fd</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am sorry for the late reply.&lt;/p&gt;
&lt;p&gt;The typical current consumption with wake onn GPIOTE is 17.8&amp;nbsp;&lt;span&gt;µA as you fond. This is regardless of the&amp;nbsp;VDD_GPIO voltage.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/482077?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 14:15:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:89b4e2c5-05d2-44a6-b3e3-b0321c92daf7</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Indeed, the MISO pin remains configured as input.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:124px;max-width:522px;" alt=" " height="124" src="https://devzone.nordicsemi.com/resized-image/__size/1044x248/__key/communityserver-discussions-components-files/4/pastedimage1715004846488v3.png" width="522" /&gt;&lt;/p&gt;
&lt;p&gt;Putting a pull-up (~800k) on MISO does not affect idle power consumption.&lt;/p&gt;
&lt;p&gt;I wonder if this high current could come from the interrupt on the IRQ pin that remains configured?&lt;br /&gt;&lt;img style="font-family:inherit;max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1715004669497v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;I see in the datasheet that it&amp;#39;s supposed to consume 17.8&amp;micro;A at 3.7V.&amp;nbsp;Does this current increase with a VDD_GPIO at 3V?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/481968?ContentTypeID=1</link><pubDate>Mon, 06 May 2024 10:34:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0c376914-5ef6-496a-9a6a-ab849f6a726e</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I do not think the sleep configuration for the SPI pins on the 91 side matter, as&amp;nbsp;pm_device_action_run() is not used. So if you check the GPIO.PIN_CNF register for the MISO pin with a debugger I expect you will see that it is always configured as an input. It could also be interesting to test if this is the problem by putting a weak (high resistance value) pull-up resisotor on the MISO pin and see if that affects the sleep power consumption.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/481606?ContentTypeID=1</link><pubDate>Thu, 02 May 2024 15:02:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59f2d3d8-dd42-465e-81cb-1f3259be5759</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Hello, on both sides, the pins are configured with low-power activation on pinctrl-1, so master and slave should be in high z. And there is no physical pullup or pulldown on these signals.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On NRF52 side :&amp;nbsp;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;	spi0_default: spi0_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIS_SCK, 0, 29)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIS_MISO, 0, 27)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIS_MOSI, 0, 28)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIS_CSN, 0, 30)&amp;gt;;
		};
	};
	spi0_sleep: spi0_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIS_SCK, 0, 29)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIS_MISO, 0, 27)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIS_MOSI, 0, 28)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIS_CSN, 0, 30)&amp;gt;;
			low-power-enable;
		};
	};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;
&amp;amp;spi0 {
	compatible = &amp;quot;nordic,nrf-spis&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	def-char = &amp;lt;0x00&amp;gt;;
	pinctrl-0 = &amp;lt;&amp;amp;spi0_default&amp;gt;;
	pinctrl-1 = &amp;lt;&amp;amp;spi0_sleep&amp;gt;;
	pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
	cs-gpios = &amp;lt;&amp;amp;gpio0 30 0&amp;gt;;
	bt-hci@0 {
		compatible = &amp;quot;zephyr,bt-hci-spi-slave&amp;quot;;
		reg = &amp;lt;0&amp;gt;;
		irq-gpios = &amp;lt;&amp;amp;gpio0 14 (GPIO_ACTIVE_HIGH)&amp;gt;;
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;On NRF91 side:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;	spi0_default: spi0_default {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIM_SCK,  0,  2)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIM_MISO, 0,  0)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIM_MOSI, 0,  1)&amp;gt;;
		};
	};
	spi0_sleep: spi0_sleep {
		group1 {
			psels = &amp;lt;NRF_PSEL(SPIM_SCK,  0,  2)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIM_MISO, 0,  0)&amp;gt;,
			        &amp;lt;NRF_PSEL(SPIM_MOSI, 0,  1)&amp;gt;;
			low-power-enable;
		};
	};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;spi0 {
	compatible = &amp;quot;nordic,nrf-spim&amp;quot;;
	status = &amp;quot;okay&amp;quot;;
	pinctrl-0 = &amp;lt;&amp;amp;spi0_default&amp;gt;;
	pinctrl-1 = &amp;lt;&amp;amp;spi0_sleep&amp;gt;;
	pinctrl-names = &amp;quot;default&amp;quot;, &amp;quot;sleep&amp;quot;;
	cs-gpios = &amp;lt;&amp;amp;gpio0 6 GPIO_ACTIVE_LOW&amp;gt;,
			   &amp;lt;&amp;amp;gpio0 3 GPIO_ACTIVE_LOW&amp;gt;,
			   &amp;lt;&amp;amp;gpio0 31 GPIO_ACTIVE_LOW&amp;gt;;

	accelero: spi0-accelero@0 {
		reg = &amp;lt;0&amp;gt;;
		status = &amp;quot;okay&amp;quot;;
		compatible = &amp;quot;st,lis2dh&amp;quot;;
		spi-max-frequency = &amp;lt;DT_FREQ_M(8)&amp;gt;;
		irq-gpios = &amp;lt;&amp;amp;gpio0 7 0&amp;gt;, &amp;lt;&amp;amp;gpio0 5 0&amp;gt;;
	};
	baro: spi0-baro@1 {
		compatible = &amp;quot;st,lps22hh&amp;quot;;
		status = &amp;quot;okay&amp;quot;;
		reg = &amp;lt;1&amp;gt;;
		spi-max-frequency = &amp;lt;DT_FREQ_M(8)&amp;gt;;
		odr = &amp;lt;1&amp;gt;; // LPS22HH_DT_ODR_1HZ
	};
	bt-hci@2 {
		compatible = &amp;quot;zephyr,bt-hci-spi&amp;quot;;
		reg = &amp;lt;2&amp;gt;;
		irq-gpios = &amp;lt;&amp;amp;gpio0 29 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)&amp;gt;;
		reset-gpios = &amp;lt;&amp;amp;gpio0 8 GPIO_ACTIVE_LOW&amp;gt;;
		spi-max-frequency = &amp;lt;DT_FREQ_M(1)&amp;gt;;
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;How can I check if there is an issue there ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/481542?ContentTypeID=1</link><pubDate>Thu, 02 May 2024 12:09:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29e670b6-5ca3-4027-9664-ead9c22b6fb9</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for the plots. Could it be that the MISO pin ion the SPI master s floating when not driven by the SPI slave? (The MISO is high impedance when the slave select signal is not asserted). If so, that could potentially explain the current consumptino you are seeing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/481119?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2024 13:59:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4da4610-10ba-46d5-981a-1cbce7d10070</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here are the plots you asked:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;Without HCI:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;3V nrf91&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/nrf91_5F00_3V_5F00_w0HCI.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;3V6 nrf91&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/nrf91_5F00_3V6_5F00_woHCI.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:150%;"&gt;&lt;strong&gt;With HCI:&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3V nrf91&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/nrf91_5F00_3V_5F00_wHCI.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;3V6 nrf91&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/nrf91_5F00_3V6_5F00_wHCI.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/480901?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 13:17:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57cd7163-981e-4b2e-8158-df65c024d993</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for elaborating. The increase you see on the nRF52832 acting as SPI slave is within what we would expect (mostly caused by&amp;nbsp;interrupt enabled on the CSn pin, being used as a wakeup source).&lt;/p&gt;
&lt;p&gt;On the 91 that acts as SPI master it is different, there I would not expect a significant current consumption when there are no transactions. Can you share&amp;nbsp;plots showing the idle current consumption on the 91 side with and without HCI over SPI enabled?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/480849?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 09:44:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d92609f0-a5b1-4c25-a9ce-024f0a5da82f</guid><dc:creator>Guillaume Bignon</dc:creator><description>&lt;p&gt;Hello Einar,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Thanks for the reply.&amp;nbsp;&lt;/span&gt;Yes, when I said sleep, I meant idle.&lt;/p&gt;
&lt;p&gt;Some additional information:&lt;/p&gt;
&lt;p&gt;The NRF9160 is powered by 3.6V, but VDD_GPIO is feeded by 3V.&lt;br /&gt;The NRF52832 is powered by 3V.&lt;br /&gt;I measure the currents with a keithley 2700, it&amp;#39;s accurate bellow &amp;micro;A.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;And it&amp;#39;s the power consumption that I&amp;#39;m measuring:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;table height="292" width="582"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;without HCI SPI&lt;/td&gt;
&lt;td&gt;with HCI SPI&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NRF9160 3V6 (VDD1 and VDD2)&lt;/td&gt;
&lt;td&gt;less than 1&amp;micro;A&lt;/td&gt;
&lt;td&gt;less than 1&amp;micro;A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NRF9160 3V (VDD_GPIO)&lt;/td&gt;
&lt;td&gt;~3.5&amp;micro;A&lt;/td&gt;
&lt;td&gt;33&amp;micro;A&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NRF52832 3V&lt;/td&gt;
&lt;td&gt;2.5&amp;micro;A&lt;/td&gt;
&lt;td&gt;10&amp;micro;A&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SPI HCI increasing low power consumption</title><link>https://devzone.nordicsemi.com/thread/480828?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 08:09:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:13db314e-0000-4603-871e-91d1d426c0f4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I would not expect a significant incraese in idle current consumption&amp;nbsp;because of that. Some initial questions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;When you write sleep current consumption is this actually just the idle current consumption, or is it a more &amp;quot;over all&amp;quot; system sleep where there is also advertising or similar?&amp;nbsp;&lt;/li&gt;
&lt;li&gt;Is it the nRF61 or nRF52 that has the increased current consumption (or both, and if so, how much on each)?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>