<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Ultra Low Power Stick, Is There a Market?]]></title><description><![CDATA[<p dir="auto">I was wondering if many users would want a stick that can run off battery power in a low power mode for perhaps a week, like a cell phone can...</p>
<p dir="auto">(I just demonstrated the M5stickC to a user group, with 5 different apps merged into one, had to worry about having LCD backlight turned down to get more than 20 minutes battery life)</p>
<p dir="auto">This may require some improvement of peripheral power management and an E-Paper display, which can be 'on' all the time (but with severe limits to interactivity)  may need to rely on USB connection for setting up WiFi connection, etc, or an attached OLED "terminal" for basic setup interface in the field (a screen mirror mode would be fun)</p>
<p dir="auto">Applications that come to mind include:</p>
<ul>
<li>Environmental readings display that updates Temperature, etc readings once per minute.</li>
<li>Bitcoin price display that updates from the web  every 15 minutes.</li>
<li>Data logger that stores low volume data in ram, and transmits hourly packets via WiFi.</li>
<li>Should be able to run as a BLE beacon for a reasonable amount of time.</li>
</ul>
<p dir="auto">There's one E-Paper display prospect that may be suitable.<br />
<a href="http://www.e-paper-display.com/products_detail/productId=412.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.e-paper-display.com/products_detail/productId=412.html</a><br />
<img src="http://www.craftdata.co.uk/wp-content/uploads/1-02-inch-flexible-e-paper.jpg" alt=".02&quot; E-Paper Display" class=" img-fluid img-markdown" /></p>
<p dir="auto">GooDisplay 1.02 inch Flexible E-Paper Screen : 128x80 resolution, B&amp;W     part# GDEW0102I4F<br />
Outline: 32.57 x 18.6 x0 .3mm,  Active Area: 21.76 x 14mm<br />
Some tricky folding of the connector end would be needed,<br />
the  0°C~50°C operating range is an issue as well.</p>
<p dir="auto">Sales Page:<br />
<a href="http://www.eink-display.com/product/60800721960-805897889/E_good_display_flexible_1_inch_1_02_inch_e_ink_e_paper_display.html" target="_blank" rel="noopener noreferrer nofollow ugc">http://www.eink-display.com/product/60800721960-805897889/E_good_display_flexible_1_inch_1_02_inch_e_ink_e_paper_display.html</a></p>
<p dir="auto">(Alibaba has considerably lower price offerings)</p>
<p dir="auto">Eval  board.<br />
<a href="https://buyepaper.com/demo-kit-driver-development-board-for-102-inch-e-paper-e-ink-display-despi-102-p0091-p0091.html" target="_blank" rel="noopener noreferrer nofollow ugc">https://buyepaper.com/demo-kit-driver-development-board-for-102-inch-e-paper-e-ink-display-despi-102-p0091-p0091.html</a></p>
<p dir="auto">To counter the large visual feedback delays of E-paper, more inputs, like 5 touch sensor hot spots embedded in the case along 1 edge of the display would be useful for menu designs.</p>
<p dir="auto">Even the ideal ESP32 hardware is a challenge to run from an 80mah battery.  The work done on stick watch software should be very helpful.</p>
<p dir="auto">I understand that the overhead to wake from a deeps sleep makes it only practical to sleep for more than 1 minute at a time.</p>
<p dir="auto">The 200mA overhead of running the radio, would probably limit connections to very short bursts.</p>
<p dir="auto">This example post concluding that 20-25mA is required to maintain an AP association, is the sort of ESP32 issue that may be quite challenging.<br />
<a href="https://esp32.com/viewtopic.php?t=8070" target="_blank" rel="noopener noreferrer nofollow ugc">https://esp32.com/viewtopic.php?t=8070</a></p>
<p dir="auto">One E-paper article noted:<br />
“an e-paper display will use around 3 mA for 2 seconds each time it updates its contents”</p>
]]></description><link>https://community.m5stack.com/topic/1227/ultra-low-power-stick-is-there-a-market</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 06:49:40 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1227.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 15 Aug 2019 21:42:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Sat, 01 Feb 2020 13:09:53 GMT]]></title><description><![CDATA[<p dir="auto">@mati said in <a href="/post/6880">Ultra Low Power Stick, Is There a Market?</a>:</p>
<blockquote>
<p dir="auto">HI,<br />
what about this idea:<br />
wake<br />
connect to wifi<br />
display to 100<br />
read light sensor<br />
ping <a href="http://m5stack.com" target="_blank" rel="noopener noreferrer nofollow ugc">m5stack.com</a><br />
wait 5 sec<br />
display go down to 30<br />
deepsleep 10 sec.</p>
<p dir="auto">all is native base on latest m5stack uiflow. only the ping is extra lib imported and bit modded.</p>
<p dir="auto"><a href="https://youtu.be/7Cj48WF9Azw" target="_blank" rel="noopener noreferrer nofollow ugc">https://youtu.be/7Cj48WF9Azw</a></p>
</blockquote>
<p dir="auto">When you say "all is native base on latest m5stack uiflow" do you mean the uiflow firmware or the Blockly blocks? Because I don't see a block for deep sleep in uiFlow. I'm interested in getting deep sleep working with uiFlow.</p>
]]></description><link>https://community.m5stack.com/post/7275</link><guid isPermaLink="true">https://community.m5stack.com/post/7275</guid><dc:creator><![CDATA[world101]]></dc:creator><pubDate>Sat, 01 Feb 2020 13:09:53 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Thu, 30 Jan 2020 16:08:56 GMT]]></title><description><![CDATA[<p dir="auto">Hey @mati. Any success on this?<br />
Just to be clear, the issue is not that I need to cut the LCD in deep sleep, but just the opposite - to keep the LCD ON while the M5Stack is in deep sleep. Have you managed to test this?</p>
]]></description><link>https://community.m5stack.com/post/7249</link><guid isPermaLink="true">https://community.m5stack.com/post/7249</guid><dc:creator><![CDATA[m5er]]></dc:creator><pubDate>Thu, 30 Jan 2020 16:08:56 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Sun, 05 Jan 2020 17:36:36 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5er" aria-label="Profile: m5er">@<bdi>m5er</bdi></a> let my try to kill the lcd in deepsleep.<br />
Keep in mind i have other project with pure esp32 chip and small oled, and guess what =] lcd is also not cutted do the code design. Power is still drained from esp module.</p>
<p dir="auto">There must be the way to cut it and now i will follos this for sure =D</p>
]]></description><link>https://community.m5stack.com/post/6893</link><guid isPermaLink="true">https://community.m5stack.com/post/6893</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Sun, 05 Jan 2020 17:36:36 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Sun, 05 Jan 2020 11:47:36 GMT]]></title><description><![CDATA[<p dir="auto">Hey <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a>, thanks for your input, but I'm afraid bigger/external battery doesn't answer OP's question and neither the issue I referenced. An e-paper display will certainly render the M5stack a lot more energy efficient while preserving the same product size (while external battery will just make the product bigger). And yes, e-papers of this size do exist, though are probably more expensive than the OLED.</p>
<p dir="auto">@Mati if your M5stick is indeed in deep sleep while the display is on, then the issue I referenced earlier affects only the M5stack. I don't see why this issue is not fixed in this product...</p>
]]></description><link>https://community.m5stack.com/post/6891</link><guid isPermaLink="true">https://community.m5stack.com/post/6891</guid><dc:creator><![CDATA[m5er]]></dc:creator><pubDate>Sun, 05 Jan 2020 11:47:36 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Fri, 03 Jan 2020 22:30:07 GMT]]></title><description><![CDATA[<p dir="auto">HI,<br />
what about this idea:<br />
wake<br />
connect to wifi<br />
display to 100<br />
read light sensor<br />
ping <a href="http://m5stack.com" target="_blank" rel="noopener noreferrer nofollow ugc">m5stack.com</a><br />
wait 5 sec<br />
display go down to 30<br />
deepsleep 10 sec.</p>
<p dir="auto">all is native base on latest m5stack uiflow. only the ping is extra lib imported and bit modded.</p>
<p dir="auto"><a href="https://youtu.be/7Cj48WF9Azw" target="_blank" rel="noopener noreferrer nofollow ugc">https://youtu.be/7Cj48WF9Azw</a></p>
]]></description><link>https://community.m5stack.com/post/6880</link><guid isPermaLink="true">https://community.m5stack.com/post/6880</guid><dc:creator><![CDATA[OyczE]]></dc:creator><pubDate>Fri, 03 Jan 2020 22:30:07 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Fri, 03 Jan 2020 19:01:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5er" aria-label="Profile: m5er">@<bdi>m5er</bdi></a> said in <a href="/post/6873">Ultra Low Power Stick, Is There a Market?</a>:</p>
<blockquote>
<p dir="auto">I would really like to have an M5stack with e-paper display! I do have one of the use cases you mentioned - <a href="https://www.ticrthing.com/" target="_blank" rel="noopener noreferrer nofollow ugc">bitcoin price ticker</a>, but I'm not using M5Stack due to several limitations, the biggest of which is that <a href="http://community.m5stack.com/topic/596/display-on-during-deep-sleep" target="_blank" rel="noopener noreferrer nofollow ugc">the display cannot stay ON while device is sleeping</a>.</p>
<p dir="auto">If anyone develops an M5stack with e-paper display (and eliminates the above limitation), I will gladly buy large quantities of this device!</p>
</blockquote>
<p dir="auto">Does a epaper display exist that is small enough?<br />
As the default firmware is micropython based then it may be possible to swap out the SPI screen for an eink screen.<br />
And yes there is a market for a more energy efficient version.</p>
]]></description><link>https://community.m5stack.com/post/6877</link><guid isPermaLink="true">https://community.m5stack.com/post/6877</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 03 Jan 2020 19:01:00 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Fri, 03 Jan 2020 18:59:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5er" aria-label="Profile: m5er">@<bdi>m5er</bdi></a> Are you aware that there is now an external battery pack for the stickC?<br />
<a href="https://m5stack.com/collections/all/products/m5stickc-powerc?ref=pfpqkvphmgr" target="_blank" rel="noopener noreferrer nofollow ugc">link text</a><br />
<img src="https://cdn.shopify.com/s/files/1/0056/7689/2250/products/1_a2f1159d-92da-41f3-8f7e-1c23faab840f_1200x1200.jpg?v=1575032983" alt="alt text" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/6876</link><guid isPermaLink="true">https://community.m5stack.com/post/6876</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 03 Jan 2020 18:59:01 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Fri, 03 Jan 2020 18:23:38 GMT]]></title><description><![CDATA[<p dir="auto">I would really like to have an M5stack with e-paper display! I do have one of the use cases you mentioned - <a href="https://www.ticrthing.com/" target="_blank" rel="noopener noreferrer nofollow ugc">bitcoin price ticker</a>, but I'm not using M5Stack due to several limitations, the biggest of which is that <a href="http://community.m5stack.com/topic/596/display-on-during-deep-sleep" target="_blank" rel="noopener noreferrer nofollow ugc">the display cannot stay ON while device is sleeping</a>.</p>
<p dir="auto">If anyone develops an M5stack with e-paper display (and eliminates the above limitation), I will gladly buy large quantities of this device!</p>
]]></description><link>https://community.m5stack.com/post/6873</link><guid isPermaLink="true">https://community.m5stack.com/post/6873</guid><dc:creator><![CDATA[m5er]]></dc:creator><pubDate>Fri, 03 Jan 2020 18:23:38 GMT</pubDate></item><item><title><![CDATA[Reply to Ultra Low Power Stick, Is There a Market? on Fri, 16 Aug 2019 13:33:12 GMT]]></title><description><![CDATA[<p dir="auto">It would be a good project but would result in a completely different product. For greatly extending the run time of the existing product how about a large external battery such as a power bank connected to the usb jack? Quick, cheap, and easy and should do fine for demonstrations and prototyping.</p>
]]></description><link>https://community.m5stack.com/post/5190</link><guid isPermaLink="true">https://community.m5stack.com/post/5190</guid><dc:creator><![CDATA[wikistik]]></dc:creator><pubDate>Fri, 16 Aug 2019 13:33:12 GMT</pubDate></item></channel></rss>