<?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[M5StickV Firmware_1017 Upgrade]]></title><description><![CDATA[<p dir="auto">M5StickV Firmware_1017 Upgrade time : 2019.10.17</p>
<p dir="auto">Log:</p>
<ol>
<li>Add _thread Module</li>
<li>Fix AVI Play Bug</li>
<li>Add Resize(zoom in/out) Support for RGB565</li>
<li>Fix SD partition Number</li>
<li>Fix _boot.py</li>
<li>Add PMU Module</li>
<li>Fix PMIC Settings Bug</li>
<li>Enable PMIC Sleep mode in <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a></li>
</ol>
<p dir="auto">New functions：</p>
<p dir="auto"><code>enablePMICSleepMode</code></p>
<pre><code>from pmu import axp192
pmu = axp192()
pmu.enablePMICSleepMode(True)
</code></pre>
<p dir="auto">Introduction： Incoming True or False , True starts button detection,False cancel the detections,  Button short press reset long press</p>
<p dir="auto"><strong>All the power is turned off under sleep mode, which should identical to the normal meaning of shutdown, but we adopt the idea from AXP192 datasheet as Sleep Mode.</strong></p>
<p dir="auto"><code>setScreenBrightness</code></p>
<pre><code>from pmu import axp192
pmu = axp192()
pmu.setScreenBrightness(10):
</code></pre>
<p dir="auto">Introduction：  Incoming -0~15 Integer adjust the screen brightness</p>
<p dir="auto">Firmwae Download links:</p>
<p dir="auto"><a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_1017.kfpkg" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_1017.kfpkg</a></p>
<p dir="auto">Easyloader Download links (For Windows):</p>
<p dir="auto"><a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickV/EasyLoader_M5StickV_1017.exe" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickV/EasyLoader_M5StickV_1017.exe</a></p>
<p dir="auto">Github(<a href="http://pmu.py" target="_blank" rel="noopener noreferrer nofollow ugc">pmu.py</a>):</p>
<p dir="auto"><a href="https://github.com/MarsTechHAN/MaixPy/blob/master/projects/maixpy_m5stickv/builtin_py/pmu.py" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/MarsTechHAN/MaixPy/blob/master/projects/maixpy_m5stickv/builtin_py/pmu.py</a></p>
]]></description><link>https://community.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Tue, 17 Mar 2026 08:45:38 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1403.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Oct 2019 13:03:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Thu, 07 Nov 2019 11:46:59 GMT]]></title><description><![CDATA[<p dir="auto">im not sure i understand, can u provide an example ?</p>
<p dir="auto">EDIT: it works now i have to comment out those two:<br />
#pmu = axp192()<br />
#pmu.enablePMICSleepMode(True)</p>
<p dir="auto">when added they the IMU locks up</p>
]]></description><link>https://community.m5stack.com/post/6290</link><guid isPermaLink="true">https://community.m5stack.com/post/6290</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Thu, 07 Nov 2019 11:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Thu, 07 Nov 2019 02:45:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2230">@staberas</a> actually it not a bug .    the K210 only three I2C interface, camera ,and some hardware dafuit use two interface .     then PMU use one interface ,           if you want to use IMU , you shoud be Reasonable distribution I2C interface.</p>
]]></description><link>https://community.m5stack.com/post/6286</link><guid isPermaLink="true">https://community.m5stack.com/post/6286</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Thu, 07 Nov 2019 02:45:33 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Wed, 06 Nov 2019 18:06:44 GMT]]></title><description><![CDATA[<p dir="auto">new bug:<br />
"pmu import axp192" interferes when i try to get gyro/accel data from the MPU6886</p>
]]></description><link>https://community.m5stack.com/post/6281</link><guid isPermaLink="true">https://community.m5stack.com/post/6281</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Wed, 06 Nov 2019 18:06:44 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Tue, 22 Oct 2019 08:29:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1795">@thrasher</a> said in <a href="/post/6089">M5StickV Firmware_1017 Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a>  <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2191">@Xeon</a><br />
I can help to translate into russian, with time.<br />
Whenever Ill have spare minute</p>
</blockquote>
<p dir="auto">Thank you your support will be most appreciated</p>
]]></description><link>https://community.m5stack.com/post/6090</link><guid isPermaLink="true">https://community.m5stack.com/post/6090</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 22 Oct 2019 08:29:21 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Tue, 22 Oct 2019 06:14:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a>  <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2191">@Xeon</a><br />
I can help to translate into russian, with time.<br />
Whenever Ill have spare minute</p>
]]></description><link>https://community.m5stack.com/post/6089</link><guid isPermaLink="true">https://community.m5stack.com/post/6089</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Tue, 22 Oct 2019 06:14:04 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Tue, 22 Oct 2019 06:10:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2191">@xeon</a> said in <a href="/post/6087">M5StickV Firmware_1017 Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1795">@thrasher</a><br />
Well i'm going to start by documenting all the functions in the maix core and then start fleshing it out.<br />
I created a git to hold manual but right now it just a mess.</p>
</blockquote>
<p dir="auto">Welcome to my world <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2191">@Xeon</a></p>
]]></description><link>https://community.m5stack.com/post/6088</link><guid isPermaLink="true">https://community.m5stack.com/post/6088</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Tue, 22 Oct 2019 06:10:25 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Tue, 22 Oct 2019 05:29:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1795">@thrasher</a><br />
Well i'm going to start by documenting all the functions in the maix core and then start fleshing it out.<br />
I created a git to hold manual but right now it just a mess.</p>
<p dir="auto">And will open it up to others to help flesh it out in detail.<br />
A lot of stuff is not documented.<br />
Some stuff can easily be described.<br />
Other stuff needs me to read thru data sheets carefully.<br />
I'll also be looking into our microphone issue.<br />
And supplying links to more articles on growing the AI platform.</p>
]]></description><link>https://community.m5stack.com/post/6087</link><guid isPermaLink="true">https://community.m5stack.com/post/6087</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Tue, 22 Oct 2019 05:29:52 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Mon, 21 Oct 2019 10:09:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2191">@xeon</a><br />
Hi,<br />
Sure that would be awesome. Especially UART and other things becayse Maix manuals say nothing about it.<br />
There's a thread already ran to collect all things about Stick-V, could you keep it updated so we gather all necessar info in one thread ? here it is - <a href="http://forum.m5stack.com/topic/1226/m5stickv-link-info-dump/1" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/1226/m5stickv-link-info-dump/1</a></p>
]]></description><link>https://community.m5stack.com/post/6076</link><guid isPermaLink="true">https://community.m5stack.com/post/6076</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Mon, 21 Oct 2019 10:09:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Mon, 21 Oct 2019 09:50:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2191">@xeon</a> Nice !</p>
]]></description><link>https://community.m5stack.com/post/6075</link><guid isPermaLink="true">https://community.m5stack.com/post/6075</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 21 Oct 2019 09:50:33 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Mon, 21 Oct 2019 09:43:30 GMT]]></title><description><![CDATA[<p dir="auto">I am making a manual that tries to fullty detail all functions for the m5stickV and K210<br />
is this ok?</p>
<p dir="auto">Would people support this?</p>
]]></description><link>https://community.m5stack.com/post/6073</link><guid isPermaLink="true">https://community.m5stack.com/post/6073</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Mon, 21 Oct 2019 09:43:30 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Mon, 21 Oct 2019 06:06:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1795">@thrasher</a> hi thanks your reply , we will as soon solve this problem.</p>
]]></description><link>https://community.m5stack.com/post/6069</link><guid isPermaLink="true">https://community.m5stack.com/post/6069</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 21 Oct 2019 06:06:49 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Mon, 21 Oct 2019 01:41:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2200">@fpsychotic</a> power managment unit</p>
]]></description><link>https://community.m5stack.com/post/6068</link><guid isPermaLink="true">https://community.m5stack.com/post/6068</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 21 Oct 2019 01:41:39 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Sun, 20 Oct 2019 16:24:20 GMT]]></title><description><![CDATA[<p dir="auto">What is PMU module?</p>
]]></description><link>https://community.m5stack.com/post/6067</link><guid isPermaLink="true">https://community.m5stack.com/post/6067</guid><dc:creator><![CDATA[FPSychotic]]></dc:creator><pubDate>Sun, 20 Oct 2019 16:24:20 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Sat, 19 Oct 2019 15:03:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/443">@ajb2k3</a></p>
<p dir="auto">I don't know if this will help you because I don't have an Apple!</p>
<p dir="auto">Kflash</p>
<pre><code>3, For people who are used to use command line, Kflash could be an alternative option.[Click here for details](https://github.com/kendryte/kflash.py)
</code></pre>
<p dir="auto">Reiner</p>
]]></description><link>https://community.m5stack.com/post/6065</link><guid isPermaLink="true">https://community.m5stack.com/post/6065</guid><dc:creator><![CDATA[Skink]]></dc:creator><pubDate>Sat, 19 Oct 2019 15:03:13 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Sat, 19 Oct 2019 12:15:19 GMT]]></title><description><![CDATA[<p dir="auto">Cant use Kflash gui on my OSX install. Whats the command line to install the firmware?</p>
]]></description><link>https://community.m5stack.com/post/6064</link><guid isPermaLink="true">https://community.m5stack.com/post/6064</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 19 Oct 2019 12:15:19 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Sat, 19 Oct 2019 11:26:15 GMT]]></title><description><![CDATA[<p dir="auto">I've been taking this version online at yesterday.<br />
(Link: <a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/" target="_blank" rel="noopener noreferrer nofollow ugc">http://dl.sipeed.com/MAIX/MaixPy/release/master/</a>)<br />
Version : maixpy_v0.4.0_66_g4ab9e8d and also with this version switching off the stick works now !!</p>
]]></description><link>https://community.m5stack.com/post/6063</link><guid isPermaLink="true">https://community.m5stack.com/post/6063</guid><dc:creator><![CDATA[Skink]]></dc:creator><pubDate>Sat, 19 Oct 2019 11:26:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 20:45:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2230">@staberas</a><br />
Thank you. I've tried this - "maixpy_v0.4.0_6_g715665c_m5stickv.bin" with kflash_gui.<br />
Works like a charm now and power button also works correct (lol)</p>
]]></description><link>https://community.m5stack.com/post/6060</link><guid isPermaLink="true">https://community.m5stack.com/post/6060</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Fri, 18 Oct 2019 20:45:32 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 20:12:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1795">@thrasher</a><br />
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/" target="_blank" rel="noopener noreferrer nofollow ugc">http://dl.sipeed.com/MAIX/MaixPy/release/master/</a></p>
]]></description><link>https://community.m5stack.com/post/6059</link><guid isPermaLink="true">https://community.m5stack.com/post/6059</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Fri, 18 Oct 2019 20:12:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 19:18:07 GMT]]></title><description><![CDATA[<p dir="auto">Didn't work.<br />
Tried both upload file and "save open script to board(<a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a>)<br />
No effect at all</p>
<p dir="auto">Does anyone there have old firmware so I can try with it?</p>
]]></description><link>https://community.m5stack.com/post/6058</link><guid isPermaLink="true">https://community.m5stack.com/post/6058</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Fri, 18 Oct 2019 19:18:07 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 19:07:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/2230">@staberas</a><br />
Okay, will give it a try. Usually used simply copy files to sd card and it used to work well (alrdy did tests with old firmware)</p>
]]></description><link>https://community.m5stack.com/post/6057</link><guid isPermaLink="true">https://community.m5stack.com/post/6057</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Fri, 18 Oct 2019 19:07:16 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 17:59:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1795">@thrasher</a><br />
does the sd contain the project? (<a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a>)<br />
if yes then upload it on the flash memory via maixpy and rename the "<a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a>" on the sd card to "_boot.py"</p>
]]></description><link>https://community.m5stack.com/post/6056</link><guid isPermaLink="true">https://community.m5stack.com/post/6056</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Fri, 18 Oct 2019 17:59:33 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 15:51:01 GMT]]></title><description><![CDATA[<p dir="auto">m5stack,<br />
Hello, I've updated my Stick-V today<br />
Trained a model and ran it through <a href="http://v-training.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">http://v-training.m5stack.com/</a> (I did that before couple of times, went ok)<br />
Now when I download trained model, uploading it on sd-card, inserting inside Stick-V it wont boot<br />
Loading stucks at logo.<br />
Im bit confused with that :C</p>
]]></description><link>https://community.m5stack.com/post/6055</link><guid isPermaLink="true">https://community.m5stack.com/post/6055</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Fri, 18 Oct 2019 15:51:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1017 Upgrade on Fri, 18 Oct 2019 07:58:53 GMT]]></title><description><![CDATA[<p dir="auto">Will be testing now.</p>
<p dir="auto">Tested new firmware and updates to pmu.<br />
So far everything looks very good.<br />
Thanks for the quick update.</p>
]]></description><link>https://community.m5stack.com/post/6042</link><guid isPermaLink="true">https://community.m5stack.com/post/6042</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Fri, 18 Oct 2019 07:58:53 GMT</pubDate></item></channel></rss>