<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>power supply &#8211; Squix &#8211; TechBlog</title>
	<atom:link href="https://blog.squix.org/tag/power-supply/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org</link>
	<description></description>
	<lastBuildDate>Thu, 09 Dec 2021 08:14:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.8</generator>
<site xmlns="com-wordpress:feed-additions:1">121913304</site>	<item>
		<title>ESP8266 Power Supply: Running wifi sensors from a LiPo cell</title>
		<link>https://blog.squix.org/2015/09/esp8266-power-supply-running-wifi.html</link>
					<comments>https://blog.squix.org/2015/09/esp8266-power-supply-running-wifi.html#respond</comments>
		
		<dc:creator><![CDATA[Daniel Eichhorn]]></dc:creator>
		<pubDate>Tue, 29 Sep 2015 17:20:00 +0000</pubDate>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[booster]]></category>
		<category><![CDATA[charger]]></category>
		<category><![CDATA[ESP8266]]></category>
		<category><![CDATA[LiPo]]></category>
		<category><![CDATA[power supply]]></category>
		<guid isPermaLink="false">http://blog.squix.org/2015/09/29/esp8266-power-supply-running-wifi/</guid>

					<description><![CDATA[As I showed with the Long Term data logger test you can run an ESP8266 for almost three months and post temperature and humidity every 10minutes to the internet from 3AA batteries. But 3AA batteries are quite spacious and fitting them and the ESP8266 into ... <p><a class="read-more btn btn-secondary" href="https://blog.squix.org/2015/09/esp8266-power-supply-running-wifi.html">Read More</a></p>]]></description>
										<content:encoded><![CDATA[<div dir="ltr" style="text-align: left;" trbidi="on">
<div dir="ltr" style="text-align: left;" trbidi="on">
<div dir="ltr" style="text-align: left;" trbidi="on">
As I showed with the <a href="https://blog.squix.org/2015/05/esp8266-long-term-data-logger-test-with.html" target="_blank">Long Term data logger test</a> you can run an ESP8266 for almost three months and post temperature and humidity every 10minutes to the internet from 3AA batteries. But 3AA batteries are quite spacious and fitting them and the ESP8266 into a neat little box will get you a very bulky product.<br />
But which modern mobile devices use AA batteries anyway? LiPo batteries seem to be the obvious choice for commercial products, so why not use them in your DIY projects? Well, there are a few problems that you have to master in order to do so:</p>
<ol style="text-align: left;">
<li>LiPo batteries usually have a nominal voltage of 3.7V but an actual cell can have a voltage from around 3.2V (empty) up to 4.2V (fully charged). And 4.2V is far too much for the VCC of a ESP8266.</li>
<li>LiPo&#8217;s don&#8217;t like over- or undercharging very much. They can overheat and catch fire and who likes to have a fire hazard in the home?</li>
<li>LiPo cells come in various forms and are equipped with different features. Which one is the right for your project?</li>
</ol>
<div>
I thought that there must be an easy to use module that would solve all (or at least the first two) problems mentioned before. And it turns out there is!</div>
<div>
</div>
<div class="separator" style="clear: both; text-align: center;">
<a href="https://i0.wp.com/3.bp.blogspot.com/---cBrIA7zOE/VgrcCQzHu8I/AAAAAAAAAc4/jHqBuavLgWg/s1600/SparkFunLipoChargerBooster.jpg" imageanchor="1" style="margin-left: 1em; margin-right: 1em;"><img data-recalc-dims="1" fetchpriority="high" decoding="async" border="0" height="320" src="https://i0.wp.com/blog.squix.org/wp-content/uploads/2015/09/SparkFunLipoChargerBooster.jpg?resize=320%2C320&#038;ssl=1" width="320" /></a></div>
<div class="separator" style="clear: both; text-align: center;">
</div>
<div class="separator" style="clear: both; text-align: center;">
</div>
<div>
It has a few cool features but is also a bit pricy: the <a href="https://www.sparkfun.com/products/11231" target="_blank">SparkFun Lipo Charger/ Booster</a>. The reason why it caught my eye: by changing a solder bridge you can <b>adjust its output from 5V to 3.3V</b> which is a perfect fit for the ESP8266!</div>
<div>
With the built in JST connector you can attach standard LiPo cells very easily and charge them through a micro usb port while an LED will tell you about the charging state.&nbsp;</div>
<div>
</div>
<h3 style="text-align: left;">
Experiment</h3>
<div>
To test the efficiency of the module I am running a little test: the module powered by a 500mAh LiPo cell feeds a NodeMCU V1.0. The ESP8266 connects every 30 minutes to thingspeak and posts measured Vcc Voltage, cycles at the moment of the post and number of retries to connect to Wifi. After that it returns to deep sleep and only wakes up 30 minutes later</div>
</div>
<p><iframe height="80" src="https://thingspeak.com/apps/plugins/26138" style="border: 1px solid #cccccc;" width="450"></iframe></div>
<p><iframe height="260" src="http://api.thingspeak.com/channels/52816/charts/3?width=450&amp;height=260&amp;results=60&amp;dynamic=true" style="border: 1px solid #cccccc;" width="450"></iframe><br />
<iframe loading="lazy" height="260" src="http://api.thingspeak.com/channels/52816/charts/1?width=450&amp;height=260&amp;results=60&amp;dynamic=true" style="border: 1px solid #cccccc;" width="450"></iframe><br />
<iframe loading="lazy" height="260" src="http://api.thingspeak.com/channels/52816/charts/2?width=450&amp;height=260&amp;results=60&amp;dynamic=true" style="border: 1px solid #cccccc;" width="450"></iframe></p>
<h3 style="text-align: left;">
Shopping</h3>
<div>
The original module costs at <a href="https://www.sparkfun.com/products/11231" target="_blank">Sparkfun $19.95</a> and is relatively expensive compared to a $7 NodeMCU V1.0. Of course you can also find cheap ripoffs for <a href="http://www.aliexpress.com/item/DIY-Power-Cell-Charger-Booster-Battery-Charger-Module-Free-Shipping/32321312440.html" target="_blank">$9.90 at Aliexpress</a></div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.squix.org/2015/09/esp8266-power-supply-running-wifi.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">28</post-id>	</item>
		<item>
		<title>ESP8266: a good power supply is essential</title>
		<link>https://blog.squix.org/2015/01/esp8266-good-power-supply-is-essential.html</link>
					<comments>https://blog.squix.org/2015/01/esp8266-good-power-supply-is-essential.html#comments</comments>
		
		<dc:creator><![CDATA[Daniel Eichhorn]]></dc:creator>
		<pubDate>Sun, 04 Jan 2015 12:48:00 +0000</pubDate>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[3.3V]]></category>
		<category><![CDATA[ESP8266]]></category>
		<category><![CDATA[power supply]]></category>
		<guid isPermaLink="false">http://blog.squix.org/2015/01/04/esp8266-good-power-supply-is-essentia/</guid>

					<description><![CDATA[While playing with the ESP8266-ESP01 board I had a lot of problems with random reboots. I had used the 3.3V power supply of my Seeeduino and apparently it could deliver enough power and forced the board to reboot. After a while I ordered one of ... <p><a class="read-more btn btn-secondary" href="https://blog.squix.org/2015/01/esp8266-good-power-supply-is-essential.html">Read More</a></p>]]></description>
										<content:encoded><![CDATA[<div dir="ltr" style="text-align: left;">While playing with the ESP8266-ESP01 board I had a lot of problems with random reboots. I had used the 3.3V power supply of my Seeeduino and apparently it could deliver enough power and forced the board to reboot. After a while I ordered one of these dedicated power supplies on Aliexpress:<br />
<a href="http://www.banggood.com/MB102-Breadboard-Module-Adapter-Shield-3_3V5V-For-Arduino-Board-p-996801.html?p=0P21061109440201501M"><img data-recalc-dims="1" loading="lazy" decoding="async" src="https://i0.wp.com/i00.i.aliimg.com/wsphoto/v0/1718017194_1/Special-promotions-1lot-MB102-Breadboard-Power-Supply-Module-3-3V-5V-830-Tie-Point-Breadboard-Excellent.jpg_220x220.jpg?resize=283%2C320" alt="" width="283" height="320" />Breadboard Power Supply Module 3.3V/5V</a> and: tadaa! Now the board works excellent. The power supply is also very nice since it perfectly fits the breadboard and feeds the power rails and both sides of the bread board. You can choose which voltage you need for both of the two rails (3.3V or 5V) and there is even a on/off switch. In addition you&#8217;ll need a power supply which delivers between 6.5-12V DC and has a barrel connector. The power supply board even has a USB plug so you can power a Arduino or similar device</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.squix.org/2015/01/esp8266-good-power-supply-is-essential.html/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">72</post-id>	</item>
	</channel>
</rss>
