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

    M5StickV Firmware_1017 Upgrade

    Official Updates
    7
    24
    78.3k
    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 m5stack

      M5StickV Firmware_1017 Upgrade time : 2019.10.17

      Log:

      1. Add _thread Module
      2. Fix AVI Play Bug
      3. Add Resize(zoom in/out) Support for RGB565
      4. Fix SD partition Number
      5. Fix _boot.py
      6. Add PMU Module
      7. Fix PMIC Settings Bug
      8. Enable PMIC Sleep mode in boot.py

      New functions:

      enablePMICSleepMode

      from pmu import axp192
      pmu = axp192()
      pmu.enablePMICSleepMode(True)
      

      Introduction: Incoming True or False , True starts button detection,False cancel the detections, Button short press reset long press

      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.

      setScreenBrightness

      from pmu import axp192
      pmu = axp192()
      pmu.setScreenBrightness(10):
      

      Introduction: Incoming -0~15 Integer adjust the screen brightness

      Firmwae Download links:

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

      Easyloader Download links (For Windows):

      https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/M5Core/M5StickV/EasyLoader_M5StickV_1017.exe

      Github(pmu.py):

      https://github.com/MarsTechHAN/MaixPy/blob/master/projects/maixpy_m5stickv/builtin_py/pmu.py

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

        Will be testing now.

        Tested new firmware and updates to pmu.
        So far everything looks very good.
        Thanks for the quick update.

        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, I've updated my Stick-V today
          Trained a model and ran it through http://v-training.m5stack.com/ (I did that before couple of times, went ok)
          Now when I download trained model, uploading it on sd-card, inserting inside Stick-V it wont boot
          Loading stucks at logo.
          Im bit confused with that :C

          S m5stackM 2 Replies Last reply Reply Quote 0
          • S
            staberas @Thrasher
            last edited by

            @thrasher
            does the sd contain the project? (boot.py)
            if yes then upload it on the flash memory via maixpy and rename the "boot.py" on the sd card to "_boot.py"

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

              @staberas
              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)

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

                Didn't work.
                Tried both upload file and "save open script to board(boot.py)
                No effect at all

                Does anyone there have old firmware so I can try with it?

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

                  @thrasher
                  http://dl.sipeed.com/MAIX/MaixPy/release/master/

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

                    @staberas
                    Thank you. I've tried this - "maixpy_v0.4.0_6_g715665c_m5stickv.bin" with kflash_gui.
                    Works like a charm now and power button also works correct (lol)

                    1 Reply Last reply Reply Quote 0
                    • SkinkS
                      Skink
                      last edited by

                      I've been taking this version online at yesterday.
                      (Link: http://dl.sipeed.com/MAIX/MaixPy/release/master/)
                      Version : maixpy_v0.4.0_66_g4ab9e8d and also with this version switching off the stick works now !!

                      I am involved in everything that has to do with automation, including the M5Stack's, a few 3D printers, a CNC mill and a lot of other things. The M5Stack's are all really great, I can't imagine a better prototyping.

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

                        Cant use Kflash gui on my OSX install. Whats the command line to install the firmware?

                        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
                        • SkinkS
                          Skink
                          last edited by

                          @ajb2k3

                          I don't know if this will help you because I don't have an Apple!

                          Kflash

                          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)
                          

                          Reiner

                          I am involved in everything that has to do with automation, including the M5Stack's, a few 3D printers, a CNC mill and a lot of other things. The M5Stack's are all really great, I can't imagine a better prototyping.

                          1 Reply Last reply Reply Quote 0
                          • F
                            FPSychotic
                            last edited by

                            What is PMU module?

                            m5stackM 1 Reply Last reply Reply Quote 0
                            • m5stackM
                              m5stack @FPSychotic
                              last edited by

                              @fpsychotic power managment unit

                              1 Reply Last reply Reply Quote 0
                              • m5stackM
                                m5stack @Thrasher
                                last edited by

                                @thrasher hi thanks your reply , we will as soon solve this problem.

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

                                  I am making a manual that tries to fullty detail all functions for the m5stickV and K210
                                  is this ok?

                                  Would people support this?

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

                                  m5stackM T 2 Replies Last reply Reply Quote 2
                                  • m5stackM
                                    m5stack @Xeon
                                    last edited by

                                    @xeon Nice !

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

                                      @xeon
                                      Hi,
                                      Sure that would be awesome. Especially UART and other things becayse Maix manuals say nothing about it.
                                      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 - http://forum.m5stack.com/topic/1226/m5stickv-link-info-dump/1

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

                                        @thrasher
                                        Well i'm going to start by documenting all the functions in the maix core and then start fleshing it out.
                                        I created a git to hold manual but right now it just a mess.

                                        And will open it up to others to help flesh it out in detail.
                                        A lot of stuff is not documented.
                                        Some stuff can easily be described.
                                        Other stuff needs me to read thru data sheets carefully.
                                        I'll also be looking into our microphone issue.
                                        And supplying links to more articles on growing the AI platform.

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

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

                                          @xeon said in M5StickV Firmware_1017 Upgrade:

                                          @thrasher
                                          Well i'm going to start by documenting all the functions in the maix core and then start fleshing it out.
                                          I created a git to hold manual but right now it just a mess.

                                          Welcome to my world @Xeon

                                          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

                                            @ajb2k3 @Xeon
                                            I can help to translate into russian, with time.
                                            Whenever Ill have spare minute

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