🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • UiFlow 2.0 discuss(how-to, bug, feature request or sometings)

    Pinned UiFlow 2.0
    195
    3 Votes
    195 Posts
    546k Views
    O
    Good afternoon from Russia. Sorry for my English. I'm writing through a translator. I have your LTE modem, the NB-IoT2. And it's been sitting idle for almost a year. I wanted to use the NB-IoT2 with a STAM PLC to control a relay. But YOU still don't have proper documentation. Or an example of how it works. Between the modem and the phone. Will the documentation ever be completed?
  • PSRAM upgrade for the CardputerADV

    Features Wish List
    4
    2 Votes
    4 Posts
    2k Views
    M
    Fully agree that, a 8 or 16 M psram will significantly enhance the experience of Cardputer ADV, but shortage of GPIO could be a major problem. Maybe we could a version of ADV with S31 in the future.
  • StamPLS v2.4.5

    UiFlow 2.0
    1
    0 Votes
    1 Posts
    36 Views
    No one has replied
  • 0 Votes
    1 Posts
    16 Views
    No one has replied
  • CP/M Emu System

    PROJECTS
    1
    2
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • 1 Votes
    2 Posts
    165 Views
    J
    Привет, разобрался? такая же тема после прошивки
  • login failue

    UIFlow
    1
    0 Votes
    1 Posts
    71 Views
    No one has replied
  • 0 Votes
    2 Posts
    268 Views
    N
    @lishi 我CoreS3+GPSv2.1,一样的,只要loop里更新label就会闪退重启。不止是GPS,用LoRaWAN-EU868也会这样。老哥有找到原因吗?
  • RFID 2 + cardputer or stickC-plus2

    Modules
    6
    0 Votes
    6 Posts
    4k Views
    D
    Your RFID 2 module is likely not broken. The "Failed authenticating" error is the key clue here. Mifare 1KB cards use sector-based authentication with crypto keys. Bruce (and most generic RFID readers) will attempt the default keys (e.g. FF FF FF FF FF FF or A0 A1 A2 A3 A4 A5) to authenticate, but if FlipperZero or NFC Tools wrote data using custom or non-default keys, authentication will fail even though the UID and card type are read correctly. Things to try: Test with a blank/factory card. If it reads fine, your module is working. Check what keys were used when writing via FlipperZero or NFC Tools and make sure Bruce is configured to use those same keys. If the card was written with default keys, try a different card; it may have been locked or write-protected. The fact that UID, ATQA, and SAK are being detected correctly strongly suggests the module is functional.
  • 1 Votes
    2 Posts
    143 Views
    RunaqueR
    Additional finding: Secondary firmware bug — boot sequence crash on cold boot (MEPC: 0x00000006) While investigating the sta.scan() crash, I discovered a second distinct firmware bug affecting the Tab5 in UIFlow2 v2.4.4. Description: On every cold boot, the device crashes during UIFlow2's initialization sequence before any user code runs. The device automatically reboots and boots successfully on the second attempt. Crash signature: Guru Meditation Error: Core 1 panic'ed (Instruction access fault). Exception was unhandled. MEPC : 0x00000006 MCAUSE : 0x00000001 MTVAL : 0x00000006 Key observation: The stack contains 0x7474696c (ASCII: "litt") pointing to a crash inside UIFlow2's LittlevGL/LVGL initialization sequence — not in user code. Reproducibility: 100% reproducible on cold boot Device always self-recovers on automatic reboot Completely independent of user code — happens before any user application starts This is a separate bug from issue #94 (sta.scan() at MEPC: 0x4ff13582). Both bugs share the same root environment (UIFlow2 v2.4.4 on Tab5) but occur at different stages and involve different subsystems.
  • Stackchan unboxing and setup troubleshoot

    PRODUCTS stackchan troubleshoot setup
    11
    0 Votes
    11 Posts
    1k Views
    robskiR
    @Aleximdh same settings on mine, have you tried it on diff wifi?
  • AC Measure module shutting down

    Modules
    2
    0 Votes
    2 Posts
    2k Views
    T
    Hi, this would do the work https://github.com/ThatsLucas/M5Unit-ACMeasure-Internal-FW You need to reflash it though
  • AC Measure Unit (HLW8032) buggy?

    Modules
    2
    0 Votes
    2 Posts
    371 Views
    T
    @johnericsutton Hello, i had the same issue and fixed it on my github, you can use it : https://github.com/ThatsLucas/M5Unit-ACMeasure-Internal-FW
  • 1 Votes
    1 Posts
    150 Views
    No one has replied
  • Stackchan topic

    PRODUCTS
    1
    0 Votes
    1 Posts
    104 Views
    No one has replied
  • Any Update On This 5 Months Later?????

    UiFlow 2.0
    1
    0 Votes
    1 Posts
    109 Views
    No one has replied
  • NFC MODULE ST25R3916 & Bruce cardputer adv

    Modules
    1
    0 Votes
    1 Posts
    150 Views
    No one has replied
  • 关于是否支持中文语音和中文界面啊

    提问专区
    1
    0 Votes
    1 Posts
    182 Views
    No one has replied
  • [UIFlow2.0]Digi-Clock Write character block problem

    Bug Report
    1
    1
    0 Votes
    1 Posts
    106 Views
    No one has replied
  • 0 Votes
    6 Posts
    4k Views
    Y
    UIFlow2.4.4でも挙動が変わっていないのですが、ご参考として情報共有します。 Write characterの表示位置はそれぞれ下記のようになっているようです。 0:一番左の桁 1:一番左の桁の小数点 2:左から二番目の桁 3:左から二番目の桁の小数点 4:コロン したがって、下記のように書いた場合、LEDの表示は"0.1.:"となります。 [image: 1778318692419-d24bad0f-0fc2-402c-8409-b966be4aa725-image.jpeg] ドキュメントにはDigiClockUnit.set_charのindex(表示位置)は0~4までとなっていますが、上記の挙動からすると本来は0~8まで必要と思われます。 (強制的に5~8を指定しても0~3の扱いになってしまい、左側2桁しか表示されません) 以上、特に新しいネタは無いのですがご参考でした。