<?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[Purchased a m5StickV - Fixed in recent firmware update.]]></title><description><![CDATA[<p dir="auto">:Fixed!<br />
<a href="http://forum.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade</a></p>
<p dir="auto">Holding the power button 6 seconds to try turn it off.<br />
It keeps powering back on right away.</p>
<p dir="auto">:edit<br />
reflashed stock.<br />
still can't turn it off.<br />
am i missing a trick?</p>
<p dir="auto">:edit<br />
purged all old drivers from my pc.<br />
reflashed.<br />
fixed.</p>
<p dir="auto">:edit<br />
Problem returned.</p>
<p dir="auto">:edit<br />
i found a few work arounds.</p>
<ol>
<li>
<p dir="auto">Cant turn off<br />
Letting the battery run out seems to solve the power button.<br />
As it works fine again afterward.</p>
</li>
<li>
<p dir="auto">Keeps bugging out after running a script in Maix Py ide<br />
Disconnect a reconnect</p>
</li>
</ol>
<p dir="auto">:edit<br />
device begins doing this when fully charged.</p>
<p dir="auto">:edit<br />
Developers confirmed firmware fixes will be released soon.</p>
<p dir="auto">:Fixed!<br />
<a href="http://forum.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade</a></p>
]]></description><link>https://community.m5stack.com/topic/1373/purchased-a-m5stickv-fixed-in-recent-firmware-update</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 02:49:21 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1373.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 08 Oct 2019 18:48:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Fri, 18 Oct 2019 09:00:25 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 />
latest Firmware fixes this.</p>
<p dir="auto"><a href="http://forum.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade" target="_blank" rel="noopener noreferrer nofollow ugc">http://forum.m5stack.com/topic/1403/m5stickv-firmware_1017-upgrade</a></p>
]]></description><link>https://community.m5stack.com/post/6051</link><guid isPermaLink="true">https://community.m5stack.com/post/6051</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Fri, 18 Oct 2019 09:00:25 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 17 Oct 2019 20:15:02 GMT]]></title><description><![CDATA[<p dir="auto">Xeon, I've noticed pretty same problem on my stick-v today.<br />
Whenever I press and hold turn-off button stick reboots instead of turning off.<br />
In my case this happens whenever SD card is plugged in. I've removed it and everything works as intended now</p>
]]></description><link>https://community.m5stack.com/post/6034</link><guid isPermaLink="true">https://community.m5stack.com/post/6034</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Thu, 17 Oct 2019 20:15:02 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 17 Oct 2019 06:55:17 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> So far i managed to program a demo with all the source lying around thanks to our great friends here sharing.</p>
<p dir="auto">But there are a few source examples i'm looking for.<br />
i'm trying to make a program that tests as many functions and features as possible.</p>
<p dir="auto">import audio<br />
import gc<br />
import image<br />
import lcd<br />
import sensor<br />
import sys<br />
import time<br />
import utime<br />
import uos<br />
import _thread<br />
import pmu<br />
import KPU as kpu<br />
from fpioa_manager import *<br />
from machine import I2C<br />
from Maix import I2S, GPIO<br />
time.sleep(2)</p>
<h1></h1>
<h1>Initialize</h1>
<h1>Lcd setup</h1>
<p dir="auto">lcd.init()<br />
lcd.rotation(2)<br />
i2c = I2C(I2C.I2C0, freq=400000, scl=28, sda=29)</p>
<h1>Speaker setup</h1>
<p dir="auto">fm.register(board_info.SPK_SD, fm.fpioa.GPIO0)<br />
spk_sd=GPIO(GPIO.GPIO0, GPIO.OUT)<br />
spk_sd.value(1) #Enable the SPK output</p>
<p dir="auto">fm.register(board_info.SPK_DIN,fm.fpioa.I2S0_OUT_D1)<br />
fm.register(board_info.SPK_BCLK,fm.fpioa.I2S0_SCLK)<br />
fm.register(board_info.SPK_LRCLK,fm.fpioa.I2S0_WS)</p>
<p dir="auto">wav_dev = I2S(I2S.DEVICE_0)</p>
<h1>Init battery monitor axp192</h1>
<p dir="auto">axp = pmu.axp192()<br />
axp.enableADCs(True)</p>
<h1>Setup A and B buttons</h1>
<p dir="auto">fm.register(board_info.BUTTON_A, fm.fpioa.GPIO1)<br />
but_a=GPIO(GPIO.GPIO1, <a href="http://GPIO.IN" target="_blank" rel="noopener noreferrer nofollow ugc">GPIO.IN</a>, GPIO.PULL_UP) #PULL_UP is required here!</p>
<p dir="auto">fm.register(board_info.BUTTON_B, fm.fpioa.GPIO2)<br />
but_b = GPIO(GPIO.GPIO2, <a href="http://GPIO.IN" target="_blank" rel="noopener noreferrer nofollow ugc">GPIO.IN</a>, GPIO.PULL_UP) #PULL_UP is required here!</p>
<p dir="auto">but_a_pressed = 0<br />
but_b_pressed = 0<br />
but_stu = 1<br />
cnt_f = 0</p>
<h1>Setup LED's</h1>
<p dir="auto">fm.register(board_info.LED_W, fm.fpioa.GPIO3)<br />
led_w = GPIO(GPIO.GPIO3, GPIO.OUT) #RGBW "White" LED<br />
led_w.value(1) #RGBW "White" LED is Active Low</p>
<p dir="auto">fm.register(board_info.LED_R, fm.fpioa.GPIO4)<br />
led_r = GPIO(GPIO.GPIO4, GPIO.OUT) #RGBW "Red" LED<br />
led_r.value(1) #RGBW "Red" LED is Active Low</p>
<p dir="auto">fm.register(board_info.LED_G, fm.fpioa.GPIO5)<br />
led_g = GPIO(GPIO.GPIO5, GPIO.OUT) #RGBW "Green" LED<br />
led_g.value(1) #RGBW "Green" LED is Active Low</p>
<p dir="auto">fm.register(board_info.LED_B, fm.fpioa.GPIO6)<br />
led_b = GPIO(GPIO.GPIO6, GPIO.OUT)  #RGBW "Blue" LED<br />
led_b.value(1) #RGBW #RGBW "Blue" LED is Active Low</p>
<h1>Define image filters</h1>
<p dir="auto">origin = (0,0,0, 0,1,0, 0,0,0)<br />
edge = (-1,-1,-1,-1,8,-1,-1,-1,-1)<br />
sharp = (-1,-1,-1,-1,9,-1,-1,-1,-1)<br />
relievo = (2,0,0,0,-1,0,0,0,-1)</p>
<h1></h1>
<h2>Subs</h2>
<h1></h1>
<p dir="auto">def fade_scrn(fspd,dirr): # Use backlight to fade screen dirr = dirrection 0 = in 1 = out<br />
for i in range(9):<br />
if dirr == 0:<br />
set_backlight(i)<br />
if dirr == 1:<br />
ti = 9 - i<br />
set_backlight(ti)<br />
time.sleep(fspd)</p>
<p dir="auto">def play_sound(filename,vol):<br />
try:<br />
player = audio.Audio(path = filename)<br />
player.volume(vol)<br />
wav_info = player.play_process(wav_dev)<br />
wav_dev.channel_config(wav_dev.CHANNEL_1, I2S.TRANSMITTER,resolution = I2S.RESOLUTION_16_BIT, align_mode = I2S.STANDARD_MODE)<br />
wav_dev.set_sample_rate(wav_info[1])<br />
while True:<br />
ret = player.play()<br />
if ret == None:<br />
break<br />
elif ret==0:<br />
break<br />
player.finish()<br />
except:<br />
pass</p>
<p dir="auto">def set_backlight(level): # Set backlight brightness ranges from 0 to 8<br />
if level &gt; 8:<br />
level = 8<br />
if level &lt; 0:<br />
level = 0<br />
val = (level+7) &lt;&lt; 4<br />
i2c.writeto_mem(0x34, 0x91,int(val))</p>
<p dir="auto">def show_logo():<br />
led_r.value(0)<br />
img = image.Image("/sd/startup1.jpg")<br />
time.sleep(0.15)<br />
led_r.value(1)<br />
set_backlight(0)<br />
lcd.display(img)<br />
fade_scrn(0.02,0)<br />
led_w.value(0)<br />
led_b.value(0)<br />
play_sound("/sd/logo.wav",70)<br />
led_b.value(1)<br />
fade_scrn(0.02,1)<br />
img = image.Image("/sd/startup2.jpg")<br />
lcd.display(img)<br />
fade_scrn(0.02,0)<br />
play_sound("/sd/ding1.wav",70)<br />
time.sleep(2)<br />
led_w.value(1)</p>
<p dir="auto">def init_camera(): #initialize sensor<br />
led_b.value(0)<br />
led_r.value(0)<br />
err_counter = 0<br />
while 1:<br />
try:<br />
sensor.reset() # Reset sensor.<br />
break<br />
except:<br />
err_counter = err_counter + 1<br />
if err_counter == 20:<br />
led_r.value(0) # Led stays red if sensor failed to initialize.<br />
lcd.draw_string(lcd.width()//2-100,lcd.height()//2-4, "Error: Sensor Init Failed", lcd.WHITE, lcd.RED)<br />
time.sleep(0.1)<br />
continue<br />
led_b.value(1)<br />
led_r.value(1)<br />
led_g.value(0) # Led turns Green meaning all good.<br />
play_sound("/sd/ding2.wav",70)<br />
sensor.set_pixformat(sensor.RGB565)<br />
sensor.set_framesize(sensor.QVGA) #QVGA=320x240<br />
sensor.run(1)<br />
time.sleep(0.5)<br />
led_g.value(1)</p>
<p dir="auto">def show_batt_stats():<br />
val = axp.getVbatVoltage()<br />
img.draw_string(52, 60, "Bat V:" + str(val), color=(230,0,0))<br />
val = axp.getBatteryDischargeCurrent()<br />
img.draw_string(52, 72, "Bat I:" + str(val), color=(230,0,0))<br />
val = axp.getUSBVoltage()<br />
img.draw_string(52, 84, "USB V:" + str(val), color=(230,0,0))<br />
val = axp.getUSBInputCurrent()<br />
img.draw_string(52, 96, "USB I:" + str(val), color=(230,0,0))<br />
val = axp.getBatteryInstantWatts()<br />
img.draw_string(52, 108, "I W:" + str(val), color=(230,0,0))<br />
val = axp.getTemperature()<br />
img.draw_string(52, 120, "Temp*:" + str(val), color=(230,0,0))</p>
<p dir="auto">def apply_filter(cnt_f):<br />
if cnt_f==1: #cycle filters 1=edge, 2=sharp, 3=relievo, 4=origin, 0 = skip filter<br />
img.conv3(edge)<br />
img.draw_string(52,60, "edge",color=(255,0,0))<br />
elif cnt_f==2:<br />
img.conv3(sharp)<br />
img.draw_string(52,60, "sharp",color=(255,0,0))<br />
elif cnt_f==3:<br />
img.conv3(relievo)<br />
img.draw_string(52,60, "relievo",color=(255,0,0))<br />
elif cnt_f==4:<br />
img.conv3(origin) #reset filter<br />
img.draw_string(52,60, "origin",color=(255,0,0))<br />
else :<br />
cnt_f=0</p>
<h1></h1>
<h1>Main</h1>
<h1></h1>
<p dir="auto">show_logo()</p>
<p dir="auto">if but_a.value() == 0: #If dont want to run the demo<br />
img = image.Image("/sd/startup3.jpg")<br />
lcd.display(img)<br />
print('[info]: Exit by user operation')<br />
fade_scrn(0.02,1)<br />
time.sleep(0.02)<br />
set_backlight(0)<br />
sys.exit()</p>
<p dir="auto">init_camera()</p>
<h1>Define list of classes</h1>
<p dir="auto">classes = ['aeroplane', 'bicycle', 'bird', 'boat', 'bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike', 'person', 'pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor']<br />
task = kpu.load("/sd/model/20class.kmodel")<br />
task_face = kpu.load(0x300000) # default face detection model on flash memory</p>
<h1>task_face = kpu.load("/sd/model/facedetect.kmodel") # you can extract the model from default .kfpkg</h1>
<p dir="auto">anchor = (1.889, 2.5245, 2.9465, 3.94056, 3.99987, 5.3658, 5.155437, 6.92275, 6.718375, 9.01025)</p>
<h1>Anchor data is for bbox, extracted from the training sets.</h1>
<p dir="auto">kpu.init_yolo2(task, 0.5, 0.3, 5, anchor)<br />
kpu.init_yolo2(task_face, 0.5, 0.3, 5, anchor)</p>
<p dir="auto">print('[info]: Started.')<br />
fade_scrn(0.02,1)<br />
img = sensor.snapshot()<br />
lcd.display(img)<br />
fade_scrn(0.02,0)<br />
led_g.value(1)<br />
green_threshold   = (0,   80,  -70,   -10,   -0,   30)</p>
<p dir="auto">try:<br />
while(True):</p>
<pre><code>    img=sensor.snapshot() # Take Snapshot

    # Press B and A to cycle thru filters
    if but_b.value() == 0 and but_a.value() == 0 and but_b_pressed == 0:
        cnt_f=cnt_f+1
        but_b_pressed=1
        #play_sound("/sd/ding2.wav",70)
    if but_b.value() == 1 and but_a.value() == 0 and but_b_pressed == 1:
        but_b_pressed=0
        #play_sound("/sd/ding2.wav",70)
    if cnt_f==5:
        cnt_f=0

    apply_filter(cnt_f)

    gc.collect()
    code_obj = kpu.run_yolo2(task, img)
    code_face = kpu.run_yolo2(task_face, img)
    if code_obj: # object detected
        max_id = 0
        max_rect = 0
        for i in code_obj:
            img.draw_rectangle(i.rect())
            text = ' ' + classes[i.classid()] + ' (' + str(int(i.value()*100)) + '%) '
            for x in range(-1,2):
                for y in range(-1,2):
                    img.draw_string(x+i.x(), y+i.y()+(i.h()&gt;&gt;1), text, color=(255,255,255), scale=1.5,mono_space=False)
            img.draw_string(i.x(), i.y()+(i.h()&gt;&gt;1), text, color=(255,25,25), scale=1.5,mono_space=False) #display detected object name
            id = i.classid()
            rect_size = i.w() * i.h()
            if rect_size &gt; max_rect:
                max_rect = rect_size
                max_id = id
        if but_a.value() == 0 and but_b.value() == 1:
            led_w.value(0)
            play_sound("/sd/voice/en/"+str(max_id)+".wav",70)
            led_w.value(1)

    if code_face: # face detected
        max_id = 0
        max_rect = 0
        for i in code_face:
            img.draw_rectangle(i.rect(),color=(230,0,0))

    if but_b.value() == 0 and but_a.value() == 1: # press B for battery stats overlay
        show_batt_stats()
    #gc.collect()
    #blobs = img.find_blobs([green_threshold])
    #if blobs:
        #for b in blobs:
            #tmp=img.draw_rectangle(b[0:4])
            #tmp=img.draw_cross(b[5], b[6])
            #c=img.get_pixel(b[5], b[6])
    lcd.display(img)
</code></pre>
<p dir="auto">except KeyboardInterrupt:<br />
kpu.deinit(task)<br />
kpu.deinit(task_face)<br />
sys.exit()</p>
]]></description><link>https://community.m5stack.com/post/6021</link><guid isPermaLink="true">https://community.m5stack.com/post/6021</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Thu, 17 Oct 2019 06:55:17 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 17 Oct 2019 06:51:06 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/6018">Purchased a m5StickV</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/5962">Purchased a m5StickV</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> have you contacted M5Stack support about this? They should be available now</p>
</blockquote>
<p dir="auto">They verified the problem and will release a fix soon.</p>
</blockquote>
<p dir="auto">Glad to hear it.</p>
]]></description><link>https://community.m5stack.com/post/6019</link><guid isPermaLink="true">https://community.m5stack.com/post/6019</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 17 Oct 2019 06:51:06 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 17 Oct 2019 06:20:52 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/5962">Purchased a m5StickV</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> have you contacted M5Stack support about this? They should be available now</p>
</blockquote>
<p dir="auto">They verified the problem and will release a fix soon.</p>
]]></description><link>https://community.m5stack.com/post/6018</link><guid isPermaLink="true">https://community.m5stack.com/post/6018</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Thu, 17 Oct 2019 06:20:52 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Mon, 14 Oct 2019 11:22:55 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> have you contacted M5Stack support about this? They should be available now</p>
]]></description><link>https://community.m5stack.com/post/5962</link><guid isPermaLink="true">https://community.m5stack.com/post/5962</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Mon, 14 Oct 2019 11:22:55 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Mon, 14 Oct 2019 10:46:16 GMT]]></title><description><![CDATA[<p dir="auto">Well my battery is now rotten thanks to this.<br />
The battery life is fading very fast.</p>
<p dir="auto">I want a replacement.<br />
i bought this device to get a task done.<br />
it's going to.</p>
]]></description><link>https://community.m5stack.com/post/5959</link><guid isPermaLink="true">https://community.m5stack.com/post/5959</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Mon, 14 Oct 2019 10:46:16 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sun, 13 Oct 2019 23:44:44 GMT]]></title><description><![CDATA[<p dir="auto">Hardmode it with dc-dc stepdown to keep battery outcome always below 70% :))</p>
]]></description><link>https://community.m5stack.com/post/5952</link><guid isPermaLink="true">https://community.m5stack.com/post/5952</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Sun, 13 Oct 2019 23:44:44 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sun, 13 Oct 2019 20:42:22 GMT]]></title><description><![CDATA[<p dir="auto">i verified it.<br />
after reaching 70 to 90% full battery the device wont power off.<br />
it just reboots.<br />
after going below this threshold it turns off again normally.</p>
]]></description><link>https://community.m5stack.com/post/5949</link><guid isPermaLink="true">https://community.m5stack.com/post/5949</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Sun, 13 Oct 2019 20:42:22 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sun, 13 Oct 2019 16:45:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fpsychotic" aria-label="Profile: fpsychotic">@<bdi>fpsychotic</bdi></a> I've got the MK1 as the MKII isn't out yet</p>
]]></description><link>https://community.m5stack.com/post/5942</link><guid isPermaLink="true">https://community.m5stack.com/post/5942</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 13 Oct 2019 16:45:59 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sun, 13 Oct 2019 16:33:13 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><br />
Not really and it last some time with battery.<br />
v2? the wifi one? if is not wifi, what is the difference and were you got?</p>
]]></description><link>https://community.m5stack.com/post/5941</link><guid isPermaLink="true">https://community.m5stack.com/post/5941</guid><dc:creator><![CDATA[FPSychotic]]></dc:creator><pubDate>Sun, 13 Oct 2019 16:33:13 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sun, 13 Oct 2019 15:38:45 GMT]]></title><description><![CDATA[<p dir="auto">Mine cant last long with battery.. I left it to charge for couple of hours and after that it worked maybe 2 minutes.. I keep it plugged into powerbank</p>
]]></description><link>https://community.m5stack.com/post/5938</link><guid isPermaLink="true">https://community.m5stack.com/post/5938</guid><dc:creator><![CDATA[Thrasher]]></dc:creator><pubDate>Sun, 13 Oct 2019 15:38:45 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sun, 13 Oct 2019 07:13:28 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/5927">Purchased a m5StickV</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fpsychotic" aria-label="Profile: fpsychotic">@<bdi>fpsychotic</bdi></a><br />
Did yours get very hot while charging?</p>
</blockquote>
<p dir="auto">Yes, mine does get hot<br />
BTW there is already a MK2 on its way.</p>
]]></description><link>https://community.m5stack.com/post/5934</link><guid isPermaLink="true">https://community.m5stack.com/post/5934</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Sun, 13 Oct 2019 07:13:28 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Sat, 12 Oct 2019 21:39:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/fpsychotic" aria-label="Profile: fpsychotic">@<bdi>fpsychotic</bdi></a><br />
Did yours get very hot while charging?</p>
]]></description><link>https://community.m5stack.com/post/5927</link><guid isPermaLink="true">https://community.m5stack.com/post/5927</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Sat, 12 Oct 2019 21:39:11 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Fri, 11 Oct 2019 19:29:39 GMT]]></title><description><![CDATA[<p dir="auto">Same issues here</p>
]]></description><link>https://community.m5stack.com/post/5910</link><guid isPermaLink="true">https://community.m5stack.com/post/5910</guid><dc:creator><![CDATA[FPSychotic]]></dc:creator><pubDate>Fri, 11 Oct 2019 19:29:39 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Fri, 11 Oct 2019 08:07:26 GMT]]></title><description><![CDATA[<p dir="auto">device begins doing this when fully charged.</p>
]]></description><link>https://community.m5stack.com/post/5906</link><guid isPermaLink="true">https://community.m5stack.com/post/5906</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Fri, 11 Oct 2019 08:07:26 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 23:06:08 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><br />
i found a few work arounds.</p>
<ol>
<li>
<p dir="auto">Cant turn off<br />
Letting the battery run out seems to solve the power button.<br />
As it works fine again afterward.</p>
</li>
<li>
<p dir="auto">Keeps bugging out after running a script in Maix Py ide<br />
Disconnect a reconnect</p>
</li>
</ol>
]]></description><link>https://community.m5stack.com/post/5904</link><guid isPermaLink="true">https://community.m5stack.com/post/5904</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Thu, 10 Oct 2019 23:06:08 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 20:14:32 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/5902">Purchased a m5StickV</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><br />
the problem came back.<br />
i don't know how.</p>
<p dir="auto">:(</p>
</blockquote>
<p dir="auto">After a reflash the issue is back?<br />
Please email the M5Stack support people. something is defiantly not correct.</p>
]]></description><link>https://community.m5stack.com/post/5903</link><guid isPermaLink="true">https://community.m5stack.com/post/5903</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 10 Oct 2019 20:14:32 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 19:17:07 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><br />
the problem came back.<br />
i don't know how.</p>
<p dir="auto">:(</p>
]]></description><link>https://community.m5stack.com/post/5902</link><guid isPermaLink="true">https://community.m5stack.com/post/5902</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Thu, 10 Oct 2019 19:17:07 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 17:59:07 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> No worries, I've been having issues aswell but reflashing does help</p>
]]></description><link>https://community.m5stack.com/post/5899</link><guid isPermaLink="true">https://community.m5stack.com/post/5899</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 10 Oct 2019 17:59:07 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 16:40:45 GMT]]></title><description><![CDATA[<p dir="auto">Ahh Sorry.. idk what happened.<br />
i apologize if i seem aggressive the device was acting very odd.<br />
i purged my serial drivers and reflashed<br />
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/maixpy_v0.4.0_52_g3b8c18b" target="_blank" rel="noopener noreferrer nofollow ugc">http://dl.sipeed.com/MAIX/MaixPy/release/master/maixpy_v0.4.0_52_g3b8c18b</a></p>
<p dir="auto">Seems to be working as i hoped.<br />
ty for not banning me.</p>
]]></description><link>https://community.m5stack.com/post/5897</link><guid isPermaLink="true">https://community.m5stack.com/post/5897</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Thu, 10 Oct 2019 16:40:45 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 14:57:26 GMT]]></title><description><![CDATA[<p dir="auto">i used kflash_gui V1.5.3</p>
<p dir="auto">used the latest firmware.<br />
<a href="http://dl.sipeed.com/MAIX/MaixPy/release/master/maixpy_v0.4.0_52_g3b8c18b" target="_blank" rel="noopener noreferrer nofollow ugc">http://dl.sipeed.com/MAIX/MaixPy/release/master/maixpy_v0.4.0_52_g3b8c18b</a></p>
<p dir="auto">do i need a script present ?</p>
]]></description><link>https://community.m5stack.com/post/5896</link><guid isPermaLink="true">https://community.m5stack.com/post/5896</guid><dc:creator><![CDATA[Xeon]]></dc:creator><pubDate>Thu, 10 Oct 2019 14:57:26 GMT</pubDate></item><item><title><![CDATA[Reply to Purchased a m5StickV - Fixed in recent firmware update. on Thu, 10 Oct 2019 10:56:13 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/5880">Purchased a m5StickV</a>:</p>
<blockquote>
<p dir="auto">Holding the power button 6 seconds to try turn it off.<br />
It keeps powering back on right away.</p>
<ol>
<li>
<p dir="auto">for the love of all that is holy.<br />
Tell people that sell your device the mic is broken and your looking to dump the project and your losses on it.</p>
</li>
<li>
<p dir="auto">if you make a basic firmware, make sure the off button actually does what the manual says.</p>
</li>
<li>
<p dir="auto">the manual covers less than some terrible products.</p>
</li>
<li>
<p dir="auto">i can't even understand it's quirks.. connecting via serial reboots it??<br />
Then serial monitor is lost searching.</p>
</li>
</ol>
<p dir="auto">Starting to think i made a huge mistake.<br />
such a awesome device.. so much potential.</p>
<p dir="auto">:edit<br />
reflashed stock.<br />
still can't turn it off.<br />
am i missing a trick?</p>
</blockquote>
<p dir="auto">How did you reflash it, what firmware did you use?<br />
BTW the microphone issue only came up after the release and there was an announcement about the issue</p>
]]></description><link>https://community.m5stack.com/post/5893</link><guid isPermaLink="true">https://community.m5stack.com/post/5893</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 10 Oct 2019 10:56:13 GMT</pubDate></item></channel></rss>