<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Powering the Raspberry PI Pico from External Batteries	</title>
	<atom:link href="https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/feed/" rel="self" type="application/rss+xml" />
	<link>https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/</link>
	<description>Raspberry PI, Arduino and Electronics made simple</description>
	<lastBuildDate>Sat, 02 Sep 2023 17:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-20915</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Fri, 20 Jan 2023 14:16:43 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=8170#comment-20915</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575&quot;&gt;Chorlton&lt;/a&gt;.

Hi Chorlton,
just to give you an update regarding the deepsleep mode... It is available in MicroPython and it works with Raspberry PI Pico W! I think you could find interesting my latest post:
&lt;a href=&quot;http://peppe8o.com/raspberry-pi-pico-w-power-consumption/&quot;&gt;Raspberry PI Pico W Power Consumption (mA) and How to Reduce It&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575">Chorlton</a>.</p>
<p>Hi Chorlton,<br />
just to give you an update regarding the deepsleep mode&#8230; It is available in MicroPython and it works with Raspberry PI Pico W! I think you could find interesting my latest post:<br />
<a href="http://peppe8o.com/raspberry-pi-pico-w-power-consumption/">Raspberry PI Pico W Power Consumption (mA) and How to Reduce It</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Edward K		</title>
		<link>https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-20877</link>

		<dc:creator><![CDATA[Edward K]]></dc:creator>
		<pubDate>Wed, 07 Dec 2022 17:03:37 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=8170#comment-20877</guid>

					<description><![CDATA[There are not enough &quot;portable&quot; projects for the Pico so this is useful. However date and time will require added sensor as it defaults to origin.]]></description>
			<content:encoded><![CDATA[<p>There are not enough &#8220;portable&#8221; projects for the Pico so this is useful. However date and time will require added sensor as it defaults to origin.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: t		</title>
		<link>https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19655</link>

		<dc:creator><![CDATA[t]]></dc:creator>
		<pubDate>Sat, 29 Oct 2022 19:21:20 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=8170#comment-19655</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575&quot;&gt;Chorlton&lt;/a&gt;.

The Pico supports deep sleep but the micropython port doesn&#039;t support it. However, someone created a library: https://github.com/tomjorquera/pico-micropython-lowpower-workaround]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575">Chorlton</a>.</p>
<p>The Pico supports deep sleep but the micropython port doesn&#8217;t support it. However, someone created a library: <a href="https://github.com/tomjorquera/pico-micropython-lowpower-workaround" rel="nofollow ugc">https://github.com/tomjorquera/pico-micropython-lowpower-workaround</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: peppe8o		</title>
		<link>https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19592</link>

		<dc:creator><![CDATA[peppe8o]]></dc:creator>
		<pubDate>Thu, 27 Oct 2022 13:14:21 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=8170#comment-19592</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575&quot;&gt;Chorlton&lt;/a&gt;.

Hi Chorlton, thank you for your appreciation.
From MicroPython Docs, I can see that there is an implementation for deepsleep within the machine module, but it seems to be related to ESP32 (&lt;a href=&quot;https://docs.micropython.org/en/latest/library/machine.html?highlight=deepsleep#machine.deepsleep&quot; target=&quot;_blank&quot; rel=&quot;noopener nofollow ugc&quot;&gt;https://docs.micropython.org/en/latest/library/machine.html?highlight=deepsleep#machine.deepsleep&lt;/a&gt;). I&#039;ve never tested this state, but it would be interesting looking if it works with the Pico]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575">Chorlton</a>.</p>
<p>Hi Chorlton, thank you for your appreciation.<br />
From MicroPython Docs, I can see that there is an implementation for deepsleep within the machine module, but it seems to be related to ESP32 (<a href="https://docs.micropython.org/en/latest/library/machine.html?highlight=deepsleep#machine.deepsleep" target="_blank" rel="noopener nofollow ugc">https://docs.micropython.org/en/latest/library/machine.html?highlight=deepsleep#machine.deepsleep</a>). I&#8217;ve never tested this state, but it would be interesting looking if it works with the Pico</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chorlton		</title>
		<link>https://peppe8o.com/powering-the-raspberry-pi-pico-from-external-batteries/#comment-19575</link>

		<dc:creator><![CDATA[Chorlton]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 18:20:06 +0000</pubDate>
		<guid isPermaLink="false">https://peppe8o.com/?p=8170#comment-19575</guid>

					<description><![CDATA[Another great article. Am I correct in thinking the Pico doesn&#039;t have a low power sleep mode, of the type seen in other microcontrollers? I&#039;m interested in how feasible running the Pico off batteries might be for anything other than a name badge (e.g. a garden humidity IoT device periodically sending data to a server and then sleeping)]]></description>
			<content:encoded><![CDATA[<p>Another great article. Am I correct in thinking the Pico doesn&#8217;t have a low power sleep mode, of the type seen in other microcontrollers? I&#8217;m interested in how feasible running the Pico off batteries might be for anything other than a name badge (e.g. a garden humidity IoT device periodically sending data to a server and then sleeping)</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
