Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. andrewm
    3. Topics
    A
    • Continue chat with andrewm
    • Start new chat with andrewm
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by andrewm

    • A

      [Solved]Trouble burning MicroPython firmware
      Micropython • • andrewm

      8
      0
      Votes
      8
      Posts
      12223
      Views

      J

      If you install uiflow firmware you have also installed micropython. You can connect to a repl shell, load libraries, and modify main.py. You can use any micropython ide and you aren't required to use uiflow. It is a good option though. I like using upycraft. Even if I am running uiflow I'll still keep a connection to the board open with upycraft to get immediate feedback. With upycraft you have direct access to the filesystem and you can drag and drop files to and from the board. You can also run help('modules') dir(module) where module is one of the listed modules. To learn more of all the built in functions available.
    • A

      Can you please encrypt your subdomain websites?
      General • • andrewm

      3
      2
      Votes
      3
      Posts
      3703
      Views

      Really thanks for your advice. We'll encrypt those subdomains in the future.
    • A

      eFuse error with MicroPython firmware
      Micropython • • andrewm

      7
      0
      Votes
      7
      Posts
      8616
      Views

      A

      Thank you @ajb2k3 and @watson, I'm up and running now and appreciate your help.