🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • Expose VL bit flag for RTC

    2
    0 Votes
    2 Posts
    3k Views
    L
    It's more than just an idea, it's a good idea. They already have it in the M5 Unified library, they just need to backport it to Core2. I filed a pull request. I hope they accept it: https://github.com/m5stack/M5Core2/pull/138 I thought that you could use the RTC::ReadReg method directly to read the bit, something like return Rtc.ReadReg(0x02) & 0x80;, but unfortunately the method is private. Hope this helps --Louis
  • More colors for enclosures

    4
    1 Votes
    4 Posts
    5k Views
    G
    ABS+PC = PC/ABS (Polycarbonate/Acrylonitrile Butadiene Styrene)
  • atom range optional upgrades

    1
    6 Votes
    1 Posts
    2k Views
    No one has replied
  • industrial friendly mechanical installation

    2
    1 Votes
    2 Posts
    5k Views
    G
    I would like similar M5Stack industrial in metal, proper IP protection, etc.
  • Combo display & usb module

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M5StickV Support please....

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Rewards!

    3
    10 Votes
    3 Posts
    4k Views
    M
    @ajb2k3 Ive never spent that much at once.. no more than $200 USD per order, but Ive spent over $800 USD in the past month :/
  • job_repository

    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • Something like an "AtomStack" Battery

    3
    6 Votes
    3 Posts
    4k Views
    ajb2k3A
    The "HAT" is called so because it is an adapter for the Stick HATs that sit on top when the device is mounted upright.
  • 0 Votes
    1 Posts
    2k Views
    No one has replied
  • UIFlow BIG FONT for Core 2...

    9
    3 Votes
    9 Posts
    18k Views
    H
    @hnerik-schmidt said in UIFlow BIG FONT for Core 2...: lcd.font(lcd.FONT_DejaVu24) This works, just tried with execute code-block, but for some unknown reason using Unicode font (single size only 24pt) with execute code block: lcd.font(lcd.FONT_DejaVu24) causes error 'TFT' object has no attribute 'Font_Unicode'. DejaVu18 works also. Would be nice to have working unicode-fonts, at least here around the Baltic Sea we need dotted A and O.
  • 0 Votes
    5 Posts
    7k Views
    DR_Froggy_rDD
    would be great to have a m5f file repository somewhere
  • UIFlow play wav file for Fire?

    3
    0 Votes
    3 Posts
    5k Views
    E
    it's possible that this difference is due to the hardware capabilities of the two controllers. The Core2 may have a built-in audio module that allows it to play WAV files, while the Fire controller may not have the necessary hardware to support this feature. It's also possible that the developers of UIFlow simply haven't had the time or resources to implement the "play WAV file" function for the Fire controller yet, but it may be added in a future update. You can also check different services provided by us.
  • [Core2] Add Speaker.beep and Speaker.volume to Core2

    7
    1
    13 Votes
    7 Posts
    16k Views
    T
    The question was for uiflow. Not micropython…
  • UIFlow MQTT retain flag

    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • Light switch Facia to house Core2

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • LowePower / Timer

    3
    0 Votes
    3 Posts
    4k Views
    M
    Not easy to setup/program and the Arduinio code it not working ? Better documentation and wiring diagram how to use the BM8563 would be good ....
  • Saving to ipad

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • m5stickV memory card compatability

    2
    0 Votes
    2 Posts
    4k Views
    mongonta555M
    Hi, @xeon, Japanese, but it is written here and A-rated SD cards can be used. I recommend Lexar 32GB (V10 Class10). https://docs.google.com/spreadsheets/d/10Vv8ZQkbXX59aT_GkoolTMHf83zroIT21uNjvQMaGng/edit#gid=0
  • New MicroPython version

    6
    2 Votes
    6 Posts
    9k Views
    ajb2k3A
    @fbritop no as can’t get the m5specific libraries but the latest mainstream Micropython is available for the esp32 variants It takes a lot of searching and testing to find the correct compatible libraries