🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • M5StickC Plus2 not booting

    SOFTWARE
    5
    0 Votes
    5 Posts
    3k Views
    6
    @robski it failed at 2%
  • Tab 5 screen flicker after firmware update

    SOFTWARE
    11
    0 Votes
    11 Posts
    6k Views
    JomacJ
    @Jomac said in Tab 5 screen flicker after firmware update: @sapphire said in Tab 5 screen flicker after firmware update: @Jomac If you watch the video, I have this little defect that doesn't happen often (a flashing). The link doesn't work for me Well I flashed the firmware several times and also flashed a couple of apps on M5Burner and nothing made any difference, everything just flickered so I switched off and left it for the night, next morning I was going to video the issue and when I switched on my Tab 5 again, the fault had cleared.
  • issue with CORE2 library

    SOFTWARE
    7
    0 Votes
    7 Posts
    7k Views
    R
    The Problem seems to still persist. Had the same issue and solved it this way. Thanks @Dan-Perren and @teastain for the solution!
  • M5Burner Ubuntu 25.04 issue with chrome helper binary?

    SOFTWARE
    2
    0 Votes
    2 Posts
    1k Views
    E
    Okay, posting to help others as I did find the solution to this. As the error message states, the binary has to be suid root. You can get it going by typing: sudo chmod 4755 bin/chrome-sandbox From wherever you installed M5Burner. This, and adding the current user to the dialout group, should really be part of the installation instructions. I can't see how anyone on Linux would avoid doing both of these steps. Now I if I can figure out why the Tab5 is bootlooping i'll be up and running...
  • EzData iOS App

    SOFTWARE
    11
    0 Votes
    11 Posts
    8k Views
    S
    I'm curious—will the iOS version of EzData support the same modules and data types as the M5Stack Core devices? Also wondering if there's going to be integration with iCloud or local storage for exporting logs. I’ve been exploring some related iOS app development workflows, such as those outlined at Idea Maker, and wondering how closely EzData aligns with those practices. Looking forward to seeing how it develops.
  • Cardputer Driver Issues

    SOFTWARE drivers
    6
    0 Votes
    6 Posts
    4k Views
    robskiR
    @Jomac said in Cardputer Driver Issues: @robski said in Cardputer Driver Issues: do you use m5burner? if so what com port it shows there when you connect cardputer? also what com port it is showing when cardputers on/off switch is in off and then you press and hold BOOT btn and then connect usb? It depends on how it feels, sometimes it will connect on Com 4 and other times on Com 9??? thing is that comport you see with just connecting cardputer to usb is one of two available second comport (needed for programming) is visible when on dead device you press and hold boot button G0 and then connect to usb
  • GPIO ports for the grove connector?

    SOFTWARE
    22
    1
    0 Votes
    22 Posts
    63k Views
    H
    For the M5Stack Core2, Grove Port A uses I2C on GPIO 21 (SDA) and GPIO 22 (SCL). However, when using a Pb.HUB, you're communicating with the hub over I2C, and each connected unit (like relays or RGB) is addressed virtually via the hub. Since openHASP doesn't natively support Pb.HUB devices, you can’t directly control GPIOs through it. Instead, you’d need custom firmware or integrate via ESPHome or Arduino to bridge Pb.HUB control with openHASP. TL;DR: GPIO 21/22 for I2C, but control of devices via Pb.HUB needs extra handling outside openHASP.
  • Degree symbol on display

    SOFTWARE
    7
    0 Votes
    7 Posts
    8k Views
    P
    @teastain Here the answer: M5.Lcd.print("Temp:"); M5.Lcd.print(t,0); M5.Lcd.print(char(247));M5.Lcd.println("C"); I guess you have found it meanwhile, but perhaps it is useful for others.
  • 0 Votes
    3 Posts
    3k Views
    S
    Hey @roanevic, just jumping in here, I’ve tried that same setup recently. The example code Kuriko linked is a good starting point: https://github.com/m5stack/M5-RoverC/tree/master/examples/RoverC_JoyC_Remote It’s designed for StickC, StickC Plus, and the StickC Plus2, so it should work with your hardware. Just make sure you have all the necessary libraries installed (like M5StickCPlus2, RoverC, and JoyC) in the Arduino IDE. Let me know if you hit any snags setting it up.
  • truetype2gfx - Converting fonts from TrueType to Adafruit GFX

    Pinned Moved SOFTWARE
    6
    1 Votes
    6 Posts
    23k Views
    H
    This is a fantastic tool, it fills a real gap for those working with Adafruit GFX and custom fonts on Arduino/M5Stack. The interface is clean and easy to use
  • Source for M5CoreS3 OpenAI Voice Assistant

    SOFTWARE
    6
    3 Votes
    6 Posts
    5k Views
    D
    I've just uploaded it to a M5stack CoreS3 but the audio is very choppy like the streaming isn't smooth. Any way to adjust anything since there seems to be no other parameters except wifi?
  • UIFlow2 & M5Paper

    SOFTWARE
    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @daniel-edge456 in UIFlow2 v2.2.6 using touch blocks for M5Paper and then look into the Python tab I get the following code to get touch coordinates: if (M5.Touch.getCount()) > 0: x = M5.Touch.getX() y = M5.Touch.getY() doing the same with power blocks I get: Power.deepSleep(1000, True) to put M5Paper into deep sleep. Thanks Felix
  • cannot connect M5capsule

    SOFTWARE
    6
    0 Votes
    6 Posts
    4k Views
    robskiR
    @jgude said in cannot connect M5capsule: @robski yes indeed.. but i get the fatal error it cant connect to espressif device, no serial data received. Do i need to clean it first somehow? Lools like it cannot get mac when i try to use the burn button try erase first before burn pressing boot booton on power up is important step on firmware operations
  • atom lite lorawan network connectivity issue

    SOFTWARE
    2
    0 Votes
    2 Posts
    2k Views
    A
    Version: RUI_4.0.6_RAK3172-E Current Work Mode: LoRa P2P. Sending: AT+BAND=5 Response: AT_MODE_NO_SUPPORT Sending: AT+DEVEUI=AC1F09FFFE16EE10 Response: AT_MODE_NO_SUPPORT Sending: AT+APPEUI=9F8E71DD3AFE41B2 Response: AT_MODE_NO_SUPPORT Sending: AT+APPKEY=b4b5c65a175d5f441ee85686b12534a8 Response: AT_MODE_NO_SUPPORT Sending: AT+NJM=1 Response: AT_MODE_NO_SUPPORT Sending: AT+CLASS=C Response: AT_MODE_NO_SUPPORT Sending: AT+MASK=0002 Response: AT_MODE_NO_SUPPORT Sending: AT+JOIN=1:0:10:8 Response: AT_MODE_NO_SUPPORT Join failed. E (100362) i2c: i2c driver install error E (100364) time: The current date/time in Shanghai is: Mon Apr 21 21:19:27 2025 E (100367) wifi:NAN WiFi stop E (100368) transport_base: poll_read select error 113, errno = Software caused connection abort, fd = 54 E (100376) mqtt_client: Poll read error: 119, aborting connection [INFO] Syncing resources... [INFO] WiFi connected! Joining TTN... Sending: ATZ Response: RAKwireless RAK3172 Version: RUI_4.0.6_RAK3172-E Current Work Mode: LoRa P2P. Sending: AT+BAND=5 Response: AT_MODE_NO_SUPPORT Sending: AT+DEVEUI=AC1F09FFFE16EE10 Response: AT_MODE_NO_SUPPORT Sending: AT+APPEUI=9F8E71DD3AFE41B2 Response: AT_MODE_NO_SUPPORT Sending: AT+APPKEY=b4b5c65a175d5f441ee85686b12534a8 Response: AT_MODE_NO_SUPPORT Sending: AT+NJM=1 Response: AT_MODE_NO_SUPPORT Sending: AT+CLASS=C Response: AT_MODE_NO_SUPPORT Sending: AT+MASK=0002 Response: AT_MODE_NO_SUPPORT Sending: AT+JOIN=1:0:10:8 Response: AT_MODE_NO_SUPPORT Join failed.
  • M5Burner crashes.

    SOFTWARE
    7
    0 Votes
    7 Posts
    5k Views
    H
    @Handcannon got it. Working now.
  • 0 Votes
    1 Posts
    1k Views
    No one has replied
  • M5 Dial - Port issues

    SOFTWARE
    3
    0 Votes
    3 Posts
    2k Views
    E
    @robski Hi, Yes. I tried both v2.4 and also previous versions (e.g., v2.2). I am using UI Flow 2 online with Chrome on Windows. I tried both the burner online and the desktop version.
  • where can i find source for "PaperS3 Factory Test"?

    SOFTWARE
    4
    0 Votes
    4 Posts
    3k Views
    kurikoK
    @palani there is no examples specially for PaperS3. you have to use examples of M5GFX https://github.com/m5stack/M5GFX/tree/master/examples
  • Not able to burn UiFlow 2.0 Firmware

    SOFTWARE
    1
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • Lots of comment spam inside M5Burner app

    SOFTWARE
    4
    1 Votes
    4 Posts
    3k Views
    D
    Is there any way to delete \ edit comments?