๐Ÿค–Have you ever tried Chat.M5Stack.com before asking??๐Ÿ˜Ž

Subcategories

  • You can discuss ESPHome related issues here, share your yaml and projects.

    22 Topics
    35 Posts
    C
    Hi everyone, I am new here. hopefully i can get this dial working with my home assistant. I have a M5 stack dial that is a S3A. While installing this M5 do i need to do anything different than the S3? thanks in advance cue340
  • Squareline Studio and LVGL Discussion

    6 Topics
    19 Posts
    S
    @ไฟบใŒใ‚ฌใƒณใƒ€ใƒ ใ  said in LVGL performance problem: I applied LVGL on stickc-plus2๏ผŒwith TFT_eSPI's st7789v2 driver.But the refreshing rate is very low (while doing "load screen anim").I know stickc had good performance on drawing screen (by watching the video of M5stick T-Lite Thermal tutorial). And the LVGL also has a good performance through Dial-ESP32-S3 and Din-Meter demonstration video. So what is the reason of such low performance. Cound it be the TFT_eSPI library? Iโ€™ve seen similar issues on the StickC-Plus2. It could be due to TFT_eSPI settings, try increasing the SPI frequency or enabling DMA. Also, check your LVGL buffer config; full buffering helps with performance.
  • Discuss all things UIFlow here. Bugs, Improvements, Guides etc...

    1k Topics
    4k Posts
    anNnYm0usA
    Hi because of the recent firmware update for M5 burner they have dropped the atom ECHO support and now only support ATOM echo lite pls let me know if any of you have the old micropython firmware for the ATOM echo Thanks
  • M5Stack is programmable with the Arduino IDE. Here you can troubleshoot your issues and share Arduino code and libraries

    470 Topics
    2k Posts
    D
    Just to share what I have done to get the debugging start working. Setup Windows 11 Adruino IDE Version 2.3.9 M5Stack StickS3 Symptom when clicking the Start Debugging button, encounter error messages as follows: Waiting for gdb server to start...[2026-06-07T13:03:42.505Z] SERVER CONSOLE DEBUG: onBackendConnect: gdb-server session connected. You can switch to "DEBUG CONSOLE" to see GDB interactions. "C:\\Users\\dandu\\AppData\\Local\\Arduino15\\packages\\m5stack\\tools\\openocd-esp32\\v0.12.0-esp32-20251215/bin/openocd" -c "gdb_port 50000" -c "tcl_port 50001" -c "telnet_port 50002" -s "c:\\Users\\dandu\\Documents\\M5Stack\\StickS3\\Pong" -f "C:/Program Files/Arduino IDE/resources/app/plugins/cortex-debug/extension/support/openocd-helpers.tcl" -f board/esp32s3-builtin.cfg Open On-Chip Debugger v0.12.0-esp32-20251215 (2025-12-15-18:17) Licensed under GNU GPL v2 For bug reports, read http://openocd.org/doc/doxygen/bugs.html DEPRECATED! use 'gdb port', not 'gdb_port' DEPRECATED! use 'tcl port' not 'tcl_port' DEPRECATED! use 'telnet port', not 'telnet_port' CDRTOSConfigure Info : esp_usb_jtag: VID set to 0x303a and PID to 0x1001 Info : esp_usb_jtag: capabilities descriptor set to 0x2000 Info : Listening on port 50001 for tcl connections Info : Listening on port 50002 for telnet connections Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND Error: esp_usb_jtag: could not find or open device! Diagnosis It is the driver for USB JTAG/serial debug unit (Interface 2) that causes issue. Reasons Using Zadig, found that the current driver is WINUSB (v10.0.26100.1150) The v10.0.x WinUSB driver is Microsoft's newer inbox driver that Windows sometimes auto-installs. It has been observed to be incompatible with OpenOCD's libusb on ESP32-S3 JTAG, causing exactly the LIBUSB_ERROR_NOT_FOUND error you saw. Visual Micro's own documentation explicitly warns about this: visualmicro Fix install Zadig replace/downgrade driver for USB JTAG/serial debug unit (Interface 2) to WinUSB (v6.1.7600.16385). NOTE: select "Install Driver" by clicking the dropbox on the button. The default option in the dropbox should be "Install WCID Driver" which will not help, it will still be the incompatible v10.0.x driver after Zadig installed the driver. Note on the USB JTAG/serial debug unit (Interface 0), the driver usbser (v10.0.26100.8328) is fine. There are Internet post that suggest replacing it with USB Serial (CDC). No need to make "Start Debugging" working. References IDE 2.3.0 debugging esp32s3 using built-in usb jtag Leveraging ESP32 Built-in JTAG for Advanced Debugging: A Step-by-Step Guide
  • Discuss all things Micropython here. Get help, Recommend Libraries, Report Bugs and Improvements

    218 Topics
    898 Posts
    J
    @pabou try using uiflow to generate the code, then peek copy from there.
  • For discussion and assistance with M5EZ.

    13 Topics
    62 Posts
    J
    using the mentioned changes hello_world example did compile and got uploaded to my core2. However , nothing is shown on screen, screen remains black.
  • Discuss all things related to ESP - IDF, Espressifs IoT Development Framework

    29 Topics
    101 Posts
    felmueF
    Hello @daniyyel ah, ok. So the correct documentation is here. Have a look at the code examples in Quick Start Guide to see how the M5IOE1 needs to be programmed to turn on power etc. The function is called SIM7028_EN() and first turns on power then resets the modem. Thanks Felix
  • UiFlow 2.0 related issues discussion.

    366 Topics
    2k Posts
    I attempted to burn the firmware for each version of UIFlow 2.0 Stick Plus on my stickC Plus, but after each firmware was burned, the device failed to boot up and did not respond to any key press.
  • Neopixel voltage?

    neopixel m5stickc grove
    2
    0 Votes
    2 Posts
    5k Views
    teastainT
    @dclaar I have no problem with the Stamp-PICO running on the 3.3V power from the programmer. And the StampS3 running on USB 5V actually outputs out 3.3V at the RGB output... So, YES!
  • Unable to compile with platformio on vscode

    3
    1
    0 Votes
    3 Posts
    3k Views
    W
    i downloaded and installed the sources into the specified folder. and also checked the path. but still can not be found..
  • No LED support on new releases for the Atom Lite

    5
    0 Votes
    5 Posts
    6k Views
    M
    Now I tried to do it extrem more on a basic level with the latest available versions of everything with Arduino #include <Arduino.h> #include <M5Atom.h> void setup() { M5.begin(true, false, true); M5.dis.begin(); } void loop() { M5.update(); M5.dis.drawpix(0, 0xFF0000); delay(500); } I assumed that this simply meant a permanent "RED", but it results in a random play of colours.
  • GPIO pin behaviour at startup

    2
    0 Votes
    2 Posts
    4k Views
    R
    I'm having the same issue - did you find a workaround?
  • Unable to Export Flash Memory of my Atom Lite

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Cannot print with Free Font

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • M5Burner window 'too large' for display (linux)

    2
    1 Votes
    2 Posts
    5k Views
    A
    Because of my poor eyesight (which cannot be improved by spectacles), I am testing on a huge display with a resolution of 3840 x 2160, and I have set System Settings - Displays - Scale to 300%. According to xwininfo, this results in a Signal window that is 3040 x 2090 in size. Unfortunately, this causes the bottom 6% of Signal's window to be off the bottom of the screen, which prevents it from showing what I am typing in the text field when sending a message because Gnome occupies the top 200 or so pixels with its Activities menu bar and the window title bar (which is not included in the 2090).Attempts to resize the Signal window fail: Gnome refuses to let me size it less than 2090 pixels high. I am also not able to maximise the window to fill the screen (the Maximise command is greyed out when I press Alt-Space, and nothing happens when I double-click the title bar). In main.js there is a setting MIN_HEIGHT = 550 but I'm not sure how that 550 ended up being 2090 (it seems more is at play than simply multiplying it by 300%). I have not yet figured out how to build a modified version so I can see if reducing that MIN_HEIGHT would solve the problem. If I were designing Gnome I would have made the Scale multiplier apply to everything except minimum window sizes, to work around apps that enforce them without realising what happens when Scale is applied (there are quite a few apps out there that do this, for example Zoom). But until the Gnome team are able to change it on their side, I think it would be polite for all app writers to consider setting their minimum size smaller: perhaps try reducing that 550 to 400 and check the Signal window still works when resized down to its new minimum height? as I hope this would make it more usable on a Gnome desktop when Scale has been applied to the desktop. In the case of this particular monitor, I am able to partly work around the problem by holding down the Super key (also known as the Windows key) while clicking on the window and dragging it: this lets me move the window slightly off the top of the screen (so that its titlebar is not visible and its menubar is only half visible), so that the "Send a message" box becomes visible at the bottom. Alternatively I can use the Alt-F7 shortcut to start moving the window with the arrow keys, and push it partly off the top of the screen in the same way. But if the monitor were any smaller, then I'm not sure that workaround would be enough..
  • Easiest way to flash a new unit from a .bin file?

    3
    0 Votes
    3 Posts
    5k Views
    ajb2k3A
    The problem is that esptool requires certain python versions and so they need to have that as well. An alternative is a docker package which has everything in it ready.
  • How to install m5tough library in Arduino IDE?

    3
    0 Votes
    3 Posts
    4k Views
    F
    @flypeek said in How to install m5tough library in Arduino IDE?: [image: 1678876754522-snap1-resized.jpg] [image: 1678876779251-snap2-resized.jpg] https://docs.m5stack.com/en/quick_start/core2/arduino
  • Libraries/Frameworks/Software for GUI design for M5Core2

    7
    0 Votes
    7 Posts
    18k Views
    T
    Apologies for resurrecting an old thread, but have you seen SquareLine Studio? If youโ€™re still designing UIโ€™s for your m5core2 you might like to take a look.
  • Arduino get_apikey()

    5
    0 Votes
    5 Posts
    6k Views
    P
    @holofloh Thanks, this is exactly what I was looking for. PD
  • M5Burner not running on Mac Ventura

    3
    0 Votes
    3 Posts
    5k Views
    M
    Yes this works .. its in the tab "Privacy and Security" and there I had to switch from "Appstore and verified developer" to "Appstore" and then open the M5Burner again and confirm "Still open". Now it works on every start.
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    39 Views
    No one has replied
  • Limit to 2 Decimals in labels in UIFLOW

    3
    0 Votes
    3 Posts
    4k Views
    J
    Great help. Thanks.
  • POE Camera: Failed to connect burner nvs

    2
    2
    0 Votes
    2 Posts
    3k Views
    M
    Are you using the ESP32 Downloader Kit? In my case ESP32 Downloader Kit and I installed the ESP32 Downloader Kit's Driver, and it is not working. I was able to do it. This may not be the case for you. I hope this will be of some help to you. โ– Reference Site https://docs.m5stack.com/en/unit/poe_cam CONTENTS -> SPECIFICATIONS -> Notes https://docs.m5stack.com/en/accessory/esp32_downloader_kit
  • POE Camera: Can I change the mac address?

    2
    4
    0 Votes
    2 Posts
    2k Views
    M
    I can't even get it to this stage, what tutorial did you use or how did you get it to connect?
  • M5Burner

    4
    0 Votes
    4 Posts
    5k Views
    ajb2k3A
    Esp32 C3 and C3U is not supported in UIFLOW but is supported by mainstream Micropython. You have to flash the firmware without usb for it to work.
  • StampS3 Bootloop issue

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Instructions for creating an image to load onto a M5 Core2

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    It should been my WIP handbook located in here https://github.com/Ajb2k3/UIFlowHandbook
  • How to use "pushToSprite" in Core2

    2
    0 Votes
    2 Posts
    4k Views
    W
    Isn't the method called pushSprite? On a M5StickC-Plus, I use: setup(): TFT_eSprite sgraph = TFT_eSprite(&M5.Lcd); ... sgraph.createSprite(GRAPHW, GRAPHH); ... loop(): ... sgraph.pushSprite(TEXTW, 0); ....