Navigation

    M5Stack Community

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

    Thrasher

    @Thrasher

    20
    Reputation
    141
    Posts
    2557
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Thrasher Follow

    Posts made by Thrasher

    • RE: M5.Lcd.drawPngFile, why is it not in the docs

      Docs for M5Stack products is a myth and will never be released. Quit trying, play with UIflow bricks or go directly to C++ like its an ordinar ESP32

      posted in General
      T
      Thrasher
    • RE: Updated Micropython?

      @m5stack What is current fw build based on ? I mean version of mainstream micropy?
      Thanks

      posted in Micropython
      T
      Thrasher
    • RE: Помогите выгрузить скетч с M5Stack

      Нет

      posted in Русскоязычный форум
      T
      Thrasher
    • RE: Core.INK display refresh

      I faced common issue with core grey module, made a couple of titles and was feeding formatted data from light sensor and envII module. Had to spend some time playing with delays to make it work properly but was blaming raped micropython build.

      Long things short, don't try to understand it, try adding delays.

      posted in PRODUCTS
      T
      Thrasher
    • RE: UIFlow 1.7.3

      @iamliubo M5Stack isn't open source and never will be. They will never disclose their micropy libraries (well, not even documentation).
      All questions here about it are taboo and will be left unreplyed. Best solution is to use UIFlow blocks if u want to prototype something. Otherwise its better to switch to another hardware. However, I love build quality and designs.

      posted in Official Updates
      T
      Thrasher
    • RE: need help converting text to int (CORE2)

      There's execute code block also

      posted in UIFlow
      T
      Thrasher
    • RE: UIFlow 1.7.3

      @jchipjonty said in UIFlow 1.7.3:

      Just the online version then? As usual, the desktop version is not the same version as the online version. Features just appear or disappear with no explanation. I am finding learning with this equipment frustrating. Mention of education has been dropped from the website in the recent overhaul. All M5 seems interested in now is industrial applications and AWS. Hey ho, I guess they are a business and need to make money to survive.

      Oh you must be new here :lol:

      posted in Official Updates
      T
      Thrasher
    • RE: need help converting text to int (CORE2)

      X = int("x")

      posted in UIFlow
      T
      Thrasher
    • RE: M5Stack (Stick|Atom) with Xiaomi LYWSD03MMC

      Sorry can't tolerate GATT with my problem,
      trying with Arduino C++ right now

      posted in PROJECTS
      T
      Thrasher
    • M5Stack (Stick|Atom) with Xiaomi LYWSD03MMC

      Hi,
      Just wonder if anyone tried to read data from bluetooth xiaomi temp/humi sensors
      I've seen examples with arduino/esp32 but Im looking for micropython code as its more convinient to build UI with it
      Not interested in MQTT for now, just getting data and transmitting it on screen label
      I can get thermometer ID with some phone bluetooth software but got no clue (yet) how to send handshake and aquire data

      Thanks

      posted in PROJECTS
      T
      Thrasher