<?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_1022_beta Upgrade]]></title><description><![CDATA[<p dir="auto">M5StickV Firmware_1022 beta Upgrade time : 2019.10.22</p>
<p dir="auto">Log:</p>
<ul>
<li>Add ws2812 support (Neopixel 、RGB LED)</li>
<li>Fix some bug</li>
</ul>
<p dir="auto">example:</p>
<pre><code>from modules import ws2812
from fpioa_manager import *
fm.register(board_info.CONNEXT_A)
class_ws2812 = ws2812(board_info.CONNEXT_A,130)
r=0
dir = True
while True:
    if dir:
        r += 1
    else:
        r -= 1
    if r&gt;=255:
        r = 255
        dir = False
    elif r&lt;0:
        r = 0
        dir = True
    for i in range(130):
        a = class_ws2812.set_led(i,(0,0,r))
    a=class_ws2812.display()
</code></pre>
<p dir="auto">download link:</p>
<p dir="auto"><a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_1022_beta.kfpkg" target="_blank" rel="noopener noreferrer nofollow ugc">https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_1022_beta.kfpkg</a></p>
<p dir="auto"><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/Updates_log/V_1022.jpg" alt="pic" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/topic/1413/m5stickv-firmware_1022_beta-upgrade</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 03:38:11 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1413.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 22 Oct 2019 12:18:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Mon, 28 Oct 2019 09:31:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> hi , maybe because the model file too big. you could use <a href="http://v-training.m5stack.com/" target="_blank" rel="noopener noreferrer nofollow ugc">V-Training serve</a> to Training a new Model ， then will be solve</p>
]]></description><link>https://community.m5stack.com/post/6195</link><guid isPermaLink="true">https://community.m5stack.com/post/6195</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 28 Oct 2019 09:31:48 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Mon, 28 Oct 2019 06:51:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pnnato" aria-label="Profile: pnnato">@<bdi>pnnato</bdi></a> If all else fails use the sd formatter from <a href="https://www.sdcard.org/downloads/formatter/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sdcard.org/downloads/formatter/</a></p>
]]></description><link>https://community.m5stack.com/post/6190</link><guid isPermaLink="true">https://community.m5stack.com/post/6190</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 28 Oct 2019 06:51:00 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Mon, 28 Oct 2019 06:07:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> Wow. such a quick reply. Thanks.<br />
At first, I just couldn't format my SD card to FAT32 using Windows, but I found another solution using software like "MiniTool Partition Wizard" to change exFat to FAT32. And  <a href="http://boot.py" target="_blank" rel="noopener noreferrer nofollow ugc">boot.py</a> can work now.</p>
]]></description><link>https://community.m5stack.com/post/6189</link><guid isPermaLink="true">https://community.m5stack.com/post/6189</guid><dc:creator><![CDATA[pnnato]]></dc:creator><pubDate>Mon, 28 Oct 2019 06:07:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Mon, 28 Oct 2019 05:34:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/pnnato" aria-label="Profile: pnnato">@<bdi>pnnato</bdi></a> I don't think exfat is supported by any electronic device.</p>
]]></description><link>https://community.m5stack.com/post/6188</link><guid isPermaLink="true">https://community.m5stack.com/post/6188</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 28 Oct 2019 05:34:18 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Mon, 28 Oct 2019 05:32:56 GMT]]></title><description><![CDATA[<p dir="auto">Can anyone make the SD XC-typed card work with exFat format?</p>
]]></description><link>https://community.m5stack.com/post/6187</link><guid isPermaLink="true">https://community.m5stack.com/post/6187</guid><dc:creator><![CDATA[pnnato]]></dc:creator><pubDate>Mon, 28 Oct 2019 05:32:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 19:59:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xeon" aria-label="Profile: Xeon">@<bdi>Xeon</bdi></a> <a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a><br />
I have sundisk extreme cards and samsung pro ones from my camera and dji phantom, so they are 100% legit but stickv wont recognize em. I went to cheaper ones and still had no success (i think it was kingstones) so I found old 1gb one in my stash from some old hardware and it worked fine until last firmwares. I saw someone else expierencing same problems here</p>
]]></description><link>https://community.m5stack.com/post/6165</link><guid isPermaLink="true">https://community.m5stack.com/post/6165</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Sat, 26 Oct 2019 19:59:15 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 14:46:37 GMT]]></title><description><![CDATA[<pre><code>kflash_gui ; exit;
Traceback (most recent call last):
  File "kflash_gui.py", line 5, in &lt;module&gt;
  File "&lt;frozen importlib._bootstrap&gt;", line 983, in _find_and_load
  File "&lt;frozen importlib._bootstrap&gt;", line 967, in _find_and_load_unlocked
  File "&lt;frozen importlib._bootstrap&gt;", line 677, in _load_unlocked
  File "/usr/local/lib/python3.7/site-packages/PyInstaller/loader/pyimod03_importers.py", line 627, in exec_module
  File "paremeters_save.py", line 6, in &lt;module&gt;
  File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/locale.py", line 568, in getdefaultlocale
  File "/usr/local/Cellar/python/3.7.3/Frameworks/Python.framework/Versions/3.7/lib/python3.7/locale.py", line 495, in _parse_localename
ValueError: unknown locale: UTF-8
[726] Failed to execute script kflash_gui
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.</code></pre>
]]></description><link>https://community.m5stack.com/post/6157</link><guid isPermaLink="true">https://community.m5stack.com/post/6157</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 26 Oct 2019 14:46:37 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 14:45:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xeon" aria-label="Profile: xeon">@<bdi>xeon</bdi></a> said in <a href="/post/6155">M5StickV Firmware_1022_beta Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> said in <a href="/post/6153">M5StickV Firmware_1022_beta Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xeon" aria-label="Profile: xeon">@<bdi>xeon</bdi></a> said in <a href="/post/6152">M5StickV Firmware_1022_beta Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> <a href="https://www.sdcard.org/downloads/formatter/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sdcard.org/downloads/formatter/</a><br />
try this.</p>
<p dir="auto">i prefer using a high quality SD since i hacked my first psp.<br />
I learned fast a good SD card saves money later.<br />
i got a supplier that gets me bulk sd cards at a huge discount.<br />
All of them Samsung Class 10 UHC1  and above.<br />
they just last longer because i tend to put SD cards thru hell in elaborate builds.</p>
</blockquote>
<p dir="auto">I'm using 32GB Toshiba cards that are Class 10 UHC 1 as I got them on discount however I am yet to program my stickV as I can't get Kflash GUI to work.</p>
</blockquote>
<p dir="auto">Why?</p>
</blockquote>
<p dir="auto">KFlash GUI just starts then shuts down strait away</p>
]]></description><link>https://community.m5stack.com/post/6156</link><guid isPermaLink="true">https://community.m5stack.com/post/6156</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 26 Oct 2019 14:45:21 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 14:44:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> said in <a href="/post/6153">M5StickV Firmware_1022_beta Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xeon" aria-label="Profile: xeon">@<bdi>xeon</bdi></a> said in <a href="/post/6152">M5StickV Firmware_1022_beta Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> <a href="https://www.sdcard.org/downloads/formatter/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sdcard.org/downloads/formatter/</a><br />
try this.</p>
<p dir="auto">i prefer using a high quality SD since i hacked my first psp.<br />
I learned fast a good SD card saves money later.<br />
i got a supplier that gets me bulk sd cards at a huge discount.<br />
All of them Samsung Class 10 UHC1  and above.<br />
they just last longer because i tend to put SD cards thru hell in elaborate builds.</p>
</blockquote>
<p dir="auto">I'm using 32GB Toshiba cards that are Class 10 UHC 1 as I got them on discount however I am yet to program my stickV as I can't get Kflash GUI to work.</p>
</blockquote>
<p dir="auto">Why?</p>
]]></description><link>https://community.m5stack.com/post/6155</link><guid isPermaLink="true">https://community.m5stack.com/post/6155</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Sat, 26 Oct 2019 14:44:34 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 14:43:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xeon" aria-label="Profile: xeon">@<bdi>xeon</bdi></a> said in <a href="/post/6152">M5StickV Firmware_1022_beta Upgrade</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> <a href="https://www.sdcard.org/downloads/formatter/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sdcard.org/downloads/formatter/</a><br />
try this.</p>
<p dir="auto">i prefer using a high quality SD since i hacked my first psp.<br />
I learned fast a good SD card saves money later.<br />
i got a supplier that gets me bulk sd cards at a huge discount.<br />
All of them Samsung Class 10 UHC1  and above.<br />
they just last longer because i tend to put SD cards thru hell in elaborate builds.</p>
</blockquote>
<p dir="auto">I'm using 32GB Toshiba cards that are Class 10 UHC 1 as I got them on discount however I am yet to program my stickV as I can't get Kflash GUI to work.</p>
]]></description><link>https://community.m5stack.com/post/6153</link><guid isPermaLink="true">https://community.m5stack.com/post/6153</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 26 Oct 2019 14:43:01 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 14:37:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> <a href="https://www.sdcard.org/downloads/formatter/" target="_blank" rel="noopener noreferrer nofollow ugc">https://www.sdcard.org/downloads/formatter/</a><br />
try this.</p>
<p dir="auto">i prefer using a high quality SD since i hacked my first psp.<br />
I learned fast a good SD card saves money later.<br />
i got a supplier that gets me bulk sd cards at a huge discount.<br />
All of them Samsung Class 10 UHC1  and above.<br />
they just last longer because i tend to put SD cards thru hell in elaborate builds.</p>
]]></description><link>https://community.m5stack.com/post/6152</link><guid isPermaLink="true">https://community.m5stack.com/post/6152</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Sat, 26 Oct 2019 14:37:56 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 08:56:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> The firmware only works on fat32 cards<br />
Class 10 UHC1 cards work fine, anything above this and you will probably run into issues.</p>
<p dir="auto">What card are you using and how was it formatted. If you used OSX then you need to reformat using the SDfoundation tool.</p>
]]></description><link>https://community.m5stack.com/post/6141</link><guid isPermaLink="true">https://community.m5stack.com/post/6141</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sat, 26 Oct 2019 08:56:34 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 08:50:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a><br />
i also did for me because maix editor fixes the whitespacing before uploading, if you edited the file in text mode like me you probable added some wrong whitespace character without knowing</p>
]]></description><link>https://community.m5stack.com/post/6139</link><guid isPermaLink="true">https://community.m5stack.com/post/6139</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Sat, 26 Oct 2019 08:50:54 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 08:37:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/staberas" aria-label="Profile: staberas">@<bdi>staberas</bdi></a>  wows, thanks, I will check it<br />
However, I havent modified code, got it straight from V-Trainer. Im also confused because everything works on maix firmwares as intended :/</p>
]]></description><link>https://community.m5stack.com/post/6138</link><guid isPermaLink="true">https://community.m5stack.com/post/6138</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Sat, 26 Oct 2019 08:37:14 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Sat, 26 Oct 2019 06:38:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a><br />
Have you checked your code with whitespace enabled?<br />
copy your code in notepad++ and check it for incorrect tabbings most of my problems came from wrong whtespacing</p>
<p dir="auto"><img src="/assets/uploads/files/1572071917679-b2d12d67-0f62-475d-84d6-10eeb8cf611d-image.png" alt="0_1572071889224_b2d12d67-0f62-475d-84d6-10eeb8cf611d-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/6137</link><guid isPermaLink="true">https://community.m5stack.com/post/6137</guid><dc:creator><![CDATA[staberas]]></dc:creator><pubDate>Sat, 26 Oct 2019 06:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Fri, 25 Oct 2019 18:22:44 GMT]]></title><description><![CDATA[<p dir="auto">Any eta on when this will work correctly?</p>
<p dir="auto">import lcd, nes</p>
<p dir="auto">lcd.init()<br />
lcd.rotation(2)<br />
nes.init(nes.KEYBOARD)<br />
nes.run("/sd/Megaman.nes")</p>
<p dir="auto">right now the display is distorted.</p>
]]></description><link>https://community.m5stack.com/post/6135</link><guid isPermaLink="true">https://community.m5stack.com/post/6135</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Fri, 25 Oct 2019 18:22:44 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Tue, 22 Oct 2019 17:02:10 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xeon" aria-label="Profile: Xeon">@<bdi>Xeon</bdi></a>  probably so, works fine with older firmwares tho.<br />
Its pretty hard to find SD from the approved list, I've tried different brands - this one was only one working<br />
tried both fat32 and exfat, fat32 worked with older firmwares.</p>
]]></description><link>https://community.m5stack.com/post/6105</link><guid isPermaLink="true">https://community.m5stack.com/post/6105</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Tue, 22 Oct 2019 17:02:10 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Tue, 22 Oct 2019 17:00:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/thrasher" aria-label="Profile: thrasher">@<bdi>thrasher</bdi></a> might be the SD card.<br />
i found you need a good quality SD.<br />
Fat32 formatted?</p>
]]></description><link>https://community.m5stack.com/post/6104</link><guid isPermaLink="true">https://community.m5stack.com/post/6104</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Tue, 22 Oct 2019 17:00:59 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Tue, 22 Oct 2019 16:08:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a>  Hello,<br />
still same issue, when SD card inside, camera wont boot, stucks on boot screen.<br />
Same happened with previous firmware, yet working with Maix one</p>
]]></description><link>https://community.m5stack.com/post/6102</link><guid isPermaLink="true">https://community.m5stack.com/post/6102</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Tue, 22 Oct 2019 16:08:59 GMT</pubDate></item><item><title><![CDATA[Reply to M5StickV Firmware_1022_beta Upgrade on Tue, 22 Oct 2019 15:47:18 GMT]]></title><description><![CDATA[<p dir="auto">ok cool.</p>
]]></description><link>https://community.m5stack.com/post/6098</link><guid isPermaLink="true">https://community.m5stack.com/post/6098</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Tue, 22 Oct 2019 15:47:18 GMT</pubDate></item></channel></rss>