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

    Disable UIflow on newest MicroPython firmware?

    Micropython
    2
    2
    3.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.
    • D
      dybber2
      last edited by

      Hi M5Stack

      How do you disable automatic import and loading of UIflow modules on the newest firmware (1.6.6)? Previously, we could just edit to boot.py, and avoid it connecting to WiFi etc., but now that no longer seems to be enough.

      We are programming M5Stick's directly in Python, not through the webinterface, but through e.g. Mu-editor or Thonny beginner Python editors.

      We want to access modules when we need them, not have everything automatically imported on startup.

      Also, the current firmware (1.6.6) often gives the following error:

        File "_boot.py", line 30, in <module>
        File "m5stack.py", line 39, in <module>
        File "m5stack.py", line 24, in clear_imu_irq
        File "i2c_bus.py", line 40, in __init__
        File "i2c_bus.py", line 31, in get
      KeyboardInterrupt: 
      Traceback (most recent call last):
        File "_flow.py", line 2, in <module>
        File "menu/cloud.py", line 1, in <module>
      ImportError: can't import name lcd
      

      The error is very unpredictable, as it works sometimes, but then sometimes just happens when we run our code.

      Best regards,
      Martin Dybdal

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

        When devices start up, go to setting and set connection mode to USB. Default is set to Wifi/usb.

        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