<?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>battery &#8211; Squix &#8211; TechBlog</title>
	<atom:link href="https://blog.squix.org/tag/battery/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.squix.org</link>
	<description></description>
	<lastBuildDate>Tue, 13 Dec 2016 20:28:53 +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: Long Term Data Logger Test with Batteries</title>
		<link>https://blog.squix.org/2015/05/esp8266-long-term-data-logger-test-with.html</link>
					<comments>https://blog.squix.org/2015/05/esp8266-long-term-data-logger-test-with.html#comments</comments>
		
		<dc:creator><![CDATA[Daniel Eichhorn]]></dc:creator>
		<pubDate>Fri, 01 May 2015 17:12:00 +0000</pubDate>
				<category><![CDATA[Common]]></category>
		<category><![CDATA[AA batteries]]></category>
		<category><![CDATA[battery]]></category>
		<category><![CDATA[deep sleep]]></category>
		<category><![CDATA[ESP8266]]></category>
		<category><![CDATA[power consumption]]></category>
		<category><![CDATA[testboard]]></category>
		<guid isPermaLink="false">http://blog.squix.org/2015/05/01/esp8266-long-term-data-logger-test-wi/</guid>

					<description><![CDATA[Today I started a (hopefully) long term battery test with the ESP8266 board I reviewed here. The conditions are: powered by 3 AA batteries (serial) every 10 minutes update temperature and humidity retrieved from a DHT11 to thingspeak go the deep sleep between the posts ... <p><a class="read-more btn btn-secondary" href="https://blog.squix.org/2015/05/esp8266-long-term-data-logger-test-with.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">
Today I started a (hopefully) long term battery test with the ESP8266 board I reviewed <a href="https://blog.squix.org/2015/01/esp8266-test-board-review.html" target="_blank">here</a>. The conditions are:</p>
<ul style="text-align: left;">
<li>powered by 3 AA batteries (serial)</li>
<li>every 10 minutes update temperature and humidity retrieved from a DHT11 to thingspeak</li>
<li>go the deep sleep between the posts</li>
</ul>
<div>
The test board comes with a light resistor and several LEDs of which one is a RGB led. For some reason I couldn&#8217;t turn them off completely so I just chopped them off. Before the surgical change the board consumed 1.3mA in deep sleep mode. After only 130µA. This is still almost factor two away of the 67µA I read somewhere in the web, but not bad for starters. With this&nbsp;the board could theoretically survive more than two years in permanent deep sleep. This experiment will show how much the wake-ups costs and if theory es even close to reality.&nbsp;</div>
<div>
</div>
</div>
<p><iframe loading="lazy" height="80" src="https://thingspeak.com/plugins/12785" style="border: 1px solid #cccccc;" width="450"></iframe><br />
<iframe loading="lazy" height="250" src="http://thingspeak.com/channels/36187/charts/1?dynamic=true" style="border: 1px solid #cccccc;" width="450"></iframe><br />
<iframe loading="lazy" height="250" src="http://thingspeak.com/channels/36187/charts/2?dynamic=true" style="border: 1px solid #cccccc;" width="450"></iframe></p>
<h3 style="text-align: left;">
Code</h3>
<div>
<ul style="text-align: left;">
<li><a href="https://github.com/squix78/esp8266-projects/tree/master/arduino-ide/thingspeak-data-logger" target="_blank">https://github.com/squix78/esp8266-projects/tree/master/arduino-ide/thingspeak-data-logger</a></li>
</ul>
</div>
<table align="center" cellpadding="0" cellspacing="0" class="tr-caption-container" style="float: left; margin-right: 1em; text-align: left;">
<tbody>
<tr>
<td style="text-align: center;"><a href="https://i0.wp.com/blog.squix.org/wp-content/uploads/2015/05/2015-05-0211.15.46-1024x1024.jpg?ssl=1" imageanchor="1" style="margin-left: auto; margin-right: auto;"><img data-recalc-dims="1" loading="lazy" decoding="async" border="0" height="200" src="https://i0.wp.com/blog.squix.org/wp-content/uploads/2015/05/2015-05-0211.15.46.jpg?resize=200%2C200&#038;ssl=1" width="200" /></a></td>
</tr>
<tr>
<td class="tr-caption" style="text-align: center;">The Test Setup: all LEDs removed <br />
from the board to save energy</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.squix.org/2015/05/esp8266-long-term-data-logger-test-with.html/feed</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">57</post-id>	</item>
	</channel>
</rss>
