🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    M5StickV Firmware_1022_beta Upgrade

    Official Updates
    6
    21
    69.5k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • m5stackM
      m5stack
      last edited by

      M5StickV Firmware_1022 beta Upgrade time : 2019.10.22

      Log:

      • Add ws2812 support (Neopixel 、RGB LED)
      • Fix some bug

      example:

      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>=255:
              r = 255
              dir = False
          elif r<0:
              r = 0
              dir = True
          for i in range(130):
              a = class_ws2812.set_led(i,(0,0,r))
          a=class_ws2812.display()
      

      download link:

      https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/M5StickV_Firmware_1022_beta.kfpkg

      pic

      1 Reply Last reply Reply Quote 1
      • X
        Xeon
        last edited by

        ok cool.

        The war of 1 and 0 draws ever closer.
        everyday i work to become a cyborg.

        1 Reply Last reply Reply Quote 0
        • T
          Thrasher
          last edited by

          @m5stack Hello,
          still same issue, when SD card inside, camera wont boot, stucks on boot screen.
          Same happened with previous firmware, yet working with Maix one

          X m5stackM 2 Replies Last reply Reply Quote 0
          • X
            Xeon @Thrasher
            last edited by Xeon

            @thrasher might be the SD card.
            i found you need a good quality SD.
            Fat32 formatted?

            The war of 1 and 0 draws ever closer.
            everyday i work to become a cyborg.

            1 Reply Last reply Reply Quote 0
            • T
              Thrasher
              last edited by Thrasher

              @Xeon probably so, works fine with older firmwares tho.
              Its pretty hard to find SD from the approved list, I've tried different brands - this one was only one working
              tried both fat32 and exfat, fat32 worked with older firmwares.

              S ajb2k3A X 3 Replies Last reply Reply Quote 0
              • X
                Xeon
                last edited by

                Any eta on when this will work correctly?

                import lcd, nes

                lcd.init()
                lcd.rotation(2)
                nes.init(nes.KEYBOARD)
                nes.run("/sd/Megaman.nes")

                right now the display is distorted.

                The war of 1 and 0 draws ever closer.
                everyday i work to become a cyborg.

                1 Reply Last reply Reply Quote 0
                • S
                  staberas @Thrasher
                  last edited by

                  @thrasher
                  Have you checked your code with whitespace enabled?
                  copy your code in notepad++ and check it for incorrect tabbings most of my problems came from wrong whtespacing

                  0_1572071889224_b2d12d67-0f62-475d-84d6-10eeb8cf611d-image.png

                  1 Reply Last reply Reply Quote 0
                  • T
                    Thrasher
                    last edited by

                    @staberas wows, thanks, I will check it
                    However, I havent modified code, got it straight from V-Trainer. Im also confused because everything works on maix firmwares as intended :/

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      staberas @Thrasher
                      last edited by

                      @thrasher
                      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

                      1 Reply Last reply Reply Quote 0
                      • ajb2k3A
                        ajb2k3 @Thrasher
                        last edited by

                        @thrasher The firmware only works on fat32 cards
                        Class 10 UHC1 cards work fine, anything above this and you will probably run into issues.

                        What card are you using and how was it formatted. If you used OSX then you need to reformat using the SDfoundation tool.

                        UIFlow, so easy an adult can learn it!
                        If I don't know it, be patient!
                        I've ether not learned it or am too drunk to remember it!
                        Author of the WIP UIFlow Handbook!
                        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                        1 Reply Last reply Reply Quote 1
                        • X
                          Xeon @Thrasher
                          last edited by

                          @thrasher https://www.sdcard.org/downloads/formatter/
                          try this.

                          i prefer using a high quality SD since i hacked my first psp.
                          I learned fast a good SD card saves money later.
                          i got a supplier that gets me bulk sd cards at a huge discount.
                          All of them Samsung Class 10 UHC1 and above.
                          they just last longer because i tend to put SD cards thru hell in elaborate builds.

                          The war of 1 and 0 draws ever closer.
                          everyday i work to become a cyborg.

                          1 Reply Last reply Reply Quote 0
                          • ajb2k3A
                            ajb2k3
                            last edited by

                            @xeon said in M5StickV Firmware_1022_beta Upgrade:

                            @thrasher https://www.sdcard.org/downloads/formatter/
                            try this.

                            i prefer using a high quality SD since i hacked my first psp.
                            I learned fast a good SD card saves money later.
                            i got a supplier that gets me bulk sd cards at a huge discount.
                            All of them Samsung Class 10 UHC1 and above.
                            they just last longer because i tend to put SD cards thru hell in elaborate builds.

                            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.

                            UIFlow, so easy an adult can learn it!
                            If I don't know it, be patient!
                            I've ether not learned it or am too drunk to remember it!
                            Author of the WIP UIFlow Handbook!
                            M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                            X 1 Reply Last reply Reply Quote 0
                            • X
                              Xeon @ajb2k3
                              last edited by

                              @ajb2k3 said in M5StickV Firmware_1022_beta Upgrade:

                              @xeon said in M5StickV Firmware_1022_beta Upgrade:

                              @thrasher https://www.sdcard.org/downloads/formatter/
                              try this.

                              i prefer using a high quality SD since i hacked my first psp.
                              I learned fast a good SD card saves money later.
                              i got a supplier that gets me bulk sd cards at a huge discount.
                              All of them Samsung Class 10 UHC1 and above.
                              they just last longer because i tend to put SD cards thru hell in elaborate builds.

                              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.

                              Why?

                              The war of 1 and 0 draws ever closer.
                              everyday i work to become a cyborg.

                              ajb2k3A 1 Reply Last reply Reply Quote 0
                              • ajb2k3A
                                ajb2k3 @Xeon
                                last edited by

                                @xeon said in M5StickV Firmware_1022_beta Upgrade:

                                @ajb2k3 said in M5StickV Firmware_1022_beta Upgrade:

                                @xeon said in M5StickV Firmware_1022_beta Upgrade:

                                @thrasher https://www.sdcard.org/downloads/formatter/
                                try this.

                                i prefer using a high quality SD since i hacked my first psp.
                                I learned fast a good SD card saves money later.
                                i got a supplier that gets me bulk sd cards at a huge discount.
                                All of them Samsung Class 10 UHC1 and above.
                                they just last longer because i tend to put SD cards thru hell in elaborate builds.

                                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.

                                Why?

                                KFlash GUI just starts then shuts down strait away

                                UIFlow, so easy an adult can learn it!
                                If I don't know it, be patient!
                                I've ether not learned it or am too drunk to remember it!
                                Author of the WIP UIFlow Handbook!
                                M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                                ajb2k3A 1 Reply Last reply Reply Quote 0
                                • ajb2k3A
                                  ajb2k3 @ajb2k3
                                  last edited by

                                  kflash_gui ; exit;
                                  Traceback (most recent call last):
                                    File "kflash_gui.py", line 5, in <module>
                                    File "<frozen importlib._bootstrap>", line 983, in _find_and_load
                                    File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
                                    File "<frozen importlib._bootstrap>", 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 <module>
                                    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.

                                  UIFlow, so easy an adult can learn it!
                                  If I don't know it, be patient!
                                  I've ether not learned it or am too drunk to remember it!
                                  Author of the WIP UIFlow Handbook!
                                  M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    Thrasher
                                    last edited by

                                    @Xeon @ajb2k3
                                    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

                                    1 Reply Last reply Reply Quote 0
                                    • P
                                      pnnato
                                      last edited by

                                      Can anyone make the SD XC-typed card work with exFat format?

                                      ajb2k3A 1 Reply Last reply Reply Quote 0
                                      • ajb2k3A
                                        ajb2k3 @pnnato
                                        last edited by

                                        @pnnato I don't think exfat is supported by any electronic device.

                                        UIFlow, so easy an adult can learn it!
                                        If I don't know it, be patient!
                                        I've ether not learned it or am too drunk to remember it!
                                        Author of the WIP UIFlow Handbook!
                                        M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                                        P 1 Reply Last reply Reply Quote 0
                                        • P
                                          pnnato @ajb2k3
                                          last edited by

                                          @ajb2k3 Wow. such a quick reply. Thanks.
                                          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 boot.py can work now.

                                          ajb2k3A 1 Reply Last reply Reply Quote 0
                                          • ajb2k3A
                                            ajb2k3 @pnnato
                                            last edited by

                                            @pnnato If all else fails use the sd formatter from https://www.sdcard.org/downloads/formatter/

                                            UIFlow, so easy an adult can learn it!
                                            If I don't know it, be patient!
                                            I've ether not learned it or am too drunk to remember it!
                                            Author of the WIP UIFlow Handbook!
                                            M5Black, Go, Stick, Core2, and so much more it cant be fit in here!

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post