Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. follower46
    F
    • Continue chat with follower46
    • Start new chat with follower46
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    follower46

    @follower46

    2
    Reputation
    4
    Posts
    821
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    follower46 Follow

    Posts made by follower46

    • RE: UIFlow for M5Paper

      So far I've been having a blast with UIFlow on the Paper.
      I have encountered an error, though, when using "Http Request"

      When the code is Run through the IDE it works fine but when the code is "downloaded" to the device and an HTTP request is executed it errors with exception OSError 118 which I guess means the wifi is having issues in the application mode but not Run mode.

      I was able to code around this by adding an additional "wifiCfg.doConnect('AP', 'AP_Password')" before the code is executed.

      Other than that it's fantastic using UIFlow for development!

      posted in UIFlow
      F
      follower46
    • RE: Faces micropython REPL

      I have written a simplistic application with uiflow which exposes the micropython interpreter: https://github.com/follower46/m5stack_fake_repl

      posted in PROJECTS
      F
      follower46
    • RE: Faces micropython REPL

      So I did find the REPL: https://github.com/m5stack/M5-3D_and_PCB/blob/master/FACES/m5stack-micropython-tft-repl.bin
      I haven't tried loading it yet

      posted in PROJECTS
      F
      follower46
    • Faces micropython REPL

      I've been trying to find a REPL which works with the keyboard face.
      I started writing a simplified one (using exec/eval commands) but I was curious if an actual one already existed.

      posted in PROJECTS
      F
      follower46