šŸ¤–Have you ever tried Chat.M5Stack.com before asking??šŸ˜Ž

Subcategories

  • Hear all about new products, initiatives and events here.

    14 Topics
    20 Posts
    kurikoK
    UiFlow2.0 quick start for CoreMP135 has been released. https://docs.m5stack.com/en/guide/linux/coremp135/uiflow2
  • 2 Topics
    2 Posts
    ajb2k3A
    Members will have noticed that some of us have pictures instead of letters next to our names. This isn't anything to do with status but is a function of the forum available to most (if not all) forum member. To set a picture for your avater you need to click on your letter in the top right hand side of the screen and a menu will appear. Click "Edit Profile" and you will be taken to the profile screen. At the top is a picture with your initial in it, click on it and you can upload an image to use.
  • Here is where you'll find News about promotions, M5stack related blog posts and Videos from M5stack users

    233 Topics
    308 Posts
    S
    To fix issues with M5Burner on Mac, ensure you’ve installed the correct USB-to-serial drivers (like CP210x or CH340). Run M5Burner using Rosetta if needed. Allow app permissions via System Settings > Privacy & Security. Always download the latest M5Burner version compatible with your mac.
  • Core2 mystery abort() - how to debug?

    4
    0 Votes
    4 Posts
    5k Views
    L
    @felmue That was helpful, thanks! I added this to my platformio.ini: build_type = debug monitor_filters = default ; Remove typical terminal control codes from input esp32_exception_decoder ; Decode the backtrace
  • Part 1 of building a V0.4 4 DOF arm from MeArm.

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • M5Core3 Factory Test

    16
    1 Votes
    16 Posts
    20k Views
    S
    Hello @felmue, I know the part M5CoreS3 Library and the examples. With some effort I would get it working for the Arduino IDE, but this means a lot of manual work. I am looking for a working environment for easy examples.
  • Cant use GPS and LTE module at the same time

    5
    0 Votes
    5 Posts
    5k Views
    felmueF
    Hello @jkeyser BTW: the LTE modem SIM7600G also has a GPS, but you need to add an antenna. Thanks Felix
  • Daylight Robbery.

    4
    0 Votes
    4 Posts
    7k Views
    DR_Froggy_rDD
    @xeon which makware?
  • Looking for advice on Bluetooth & Audio

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Youtube video Into to the #M5Stack Core S3 and installing UIFlow.

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • M5 Matrix Newbie Setup - Always just flashing Green

    2
    0 Votes
    2 Posts
    3k Views
    H
    If you just need the API Key, just connect it to your computer, open M5Burner, and select ā€œconfigurateā€ button under the AtomMatrix firmware, select the serial port atom matrix is connected to, and it will show your API key on the next screen. To get to AP mode you need to plug in/turn on the atom while holding the button under the matrix until it turns yellow.
  • M5 stack core

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • M5Stack CM4 Article on Hackster.io

    1
    1 Votes
    1 Posts
    1k Views
    No one has replied
  • Uploading mqtt certificates to LTE module

    8
    0 Votes
    8 Posts
    8k Views
    ajb2k3A
    @jkeyser As far as I understand, The certs are held on the processor and the processing in done on the processor not the modem. From the various services I tested (AWS/Azure/Private server and others I cant remember name off without checking my book) all certs are save device side and server side and never transmitted during communications.
  • Flash light for Timer Camera

    2
    0 Votes
    2 Posts
    3k Views
    P
    Hello, I bought the "M5 Flashlight Unit" and this works good as a flashlight for "Timer Camera X" as a webcam. But I don't have a solution yet for tacking pictures with it in the dark. Do you found a solution? Pascal
  • How to start dev om M5 Core2?

    6
    0 Votes
    6 Posts
    4k Views
    ajb2k3A
    @haddock said in How to start dev om M5 Core2?: @ajb2k3 Yeah. I saw the switch up in the middle. Block or Python. I understand that it is, i some way, possible to use clean code. It is great to see what code each graphic symbol creates. I will test it a few days more. I assume there is some way to use the tools on board the M5 but from compiled python code that I upload in the usual way. There is some form of operating system in the M5, I have seen. No operating system. M5Stack devices have a modded version of Micropython which has the needed drivers built in where as mainstream micropython doesn't contain the drivers and needs them manually added. Using mainstream Micropython makes for a cleaner, leaner, faster running system. The catch is that you can't properly use Micropython in UIFlow as it doesn't save the code instead, you use an IDE like Thonny, MU, or VScode.
  • Upgrading the OS on the CM4 Stack

    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    6 Views
    No one has replied
  • EzData Manager: Show limit?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Boot straight to python script

    8
    0 Votes
    8 Posts
    8k Views
    J
    @closedcolobus havent solved it yet unfortunately. Right now i just have 'import main' in boot.py which at least starts my program every boot, trying to look into modifying the firmware somehow but havent made much progress yet
  • Use of the M5 Stack logo in projects

    2
    1
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    should be ok as long as you are not selling it.
  • Custom EasyLoader

    4
    0 Votes
    4 Posts
    8k Views
    R
    I wrote a short guide on how to use the EasyLoader Packet with PlatformIO: https://gist.github.com/tacamDev/190469c666094d7438f798f5bdc1107c
  • Newbie - M5Stack not running RGB code

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    Did you select the correct core and type the correct API key into UIFlows settings? Does the API code appear in green at the bottom left of UIFlow?