🤖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.
  • Beginner myblockly help

    2
    0 Votes
    2 Posts
    1k Views
    robskiR
    hi, what is your hardware setup? any pictures? Any sample code you are using?
  • Very beginner LED control question.

    7
    0 Votes
    7 Posts
    3k Views
    ajb2k3A
    @daniejd you don’t need the relay if you have the proper mosfet control.
  • M5Dial and graphics and canvas and sprite: why so hard to figure out??

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • STAMP-C3 running at 40 MHz

    2
    0 Votes
    2 Posts
    1k Views
    ajb2k3A
    Using what language? Have you read all the guides and instructions for working with the ESP32S3?
  • Are there any good tutorials out there for the atom s3 light?

    3
    0 Votes
    3 Posts
    2k Views
    robskiR
    some examples on github - same as with library - thats for arduino tho AtomS3 github
  • M5stack Basic with Nightscout - New user

    2
    0 Votes
    2 Posts
    2k Views
    robskiR
    @andyb55 said in M5stack Basic with Nightscout - New user: Nightscout looks like there are few options to install it from github arduino IDE or M5Burner https://github.com/mlukasek/M5_NightscoutMon/releases Installation and support Installation can be done by download or git clone the code to the Arduino IDE environment. You have to download ESP32 board and M5Stack libraries, Arduino JSON library and build it to you M5Stack. Another easier possibility is to download latest M5Burner release. It is Windows executable with binary M5Stack firmware included. Just unzip it, start the M5Burner.exe, choose COM port where your M5Stack is connected and burn the firmware. Simple. Remember to add you microSD card with M5NS.INI configuration file. See the wiki for details. There is a Facebook group M5STACK NIGHTSCOUT where you can get support and installation guides in several languages prepared by members of the M5Stack Nightscout community. Please check the Files section first and search the group before asking questions. A lot of questions have been answered already. Big thanks to Patrick Sonnerat, Didier Frétigné, Peter Leimbach and more...
  • What to do?

    3
    0 Votes
    3 Posts
    3k Views
    M
    @ajb2k3 They have responded and are cancelling the order at my request.
  • Fix loose Mbus socket on main board of Core.

    3
    0 Votes
    3 Posts
    1k Views
    robskiR
    by battery module do you mean M5Go Battery Bottom? if so there are 2 types one for Core one for Core2 not sure if there are any diff in battery connection pins
  • How does compatibility between devices work?

    3
    0 Votes
    3 Posts
    2k Views
    I
    Isn't there the possibility of taking the source code and adapting it to my device? Or are the codes not available? Thanks for answering
  • M5Stack is printing 'touches' more than once on my M5 Paper

    3
    0 Votes
    3 Posts
    2k Views
    B
    @ajb2k3 yeah I fixed it. Currently fixing the delete button bcuz its shows the preivious number very subutle
  • How to plug i2c to m5stack station

    2
    0 Votes
    2 Posts
    1k Views
    ajb2k3A
    The station has 2 I2C ports A1 and A2
  • This topic is deleted!

    1
    1 Votes
    1 Posts
    766 Views
    No one has replied
  • M5Dial & CAN using PlatformIO

    8
    0 Votes
    8 Posts
    8k Views
    U
    I did get this to work. I'm using this library for the CAN part: https://github.com/aaknitt/esp32_can/tree/master Put this code in lib and change the pin designations in esp32_can.cpp: ESP32CAN attribute((weak)) CAN0(GPIO_NUM_1, GPIO_NUM_2) ; platformio.ini looks like this: [env:m5stack-stamps3] platform = espressif32 board = m5stack-stamps3 framework = arduino lib_deps = https://github.com/collin80/can_common https://github.com/plapointe6/EspMQTTClient m5stack/M5Dial m5stack/M5Unified upload_speed = 1500000 monitor_speed = 115200 Plug it into Port B Setup code is like: CAN0.setCANPins(GPIO_NUM_1, GPIO_NUM_2); USBSerial.println("Set CAN pins..."); CAN0.begin(500000); USBSerial.println("CAN has started..."); CAN0.watchFor(); CAN0.setCallback(0, theCanDecoder); If you want full code I can probably clean this all up and publish on Git.
  • Is there an app loader that is worth anything?

    3
    0 Votes
    3 Posts
    3k Views
    C
    I am looking for one good too
  • CoreS3 UIFLOW2 - gmt+11 shows up wrong

    3
    0 Votes
    3 Posts
    2k Views
    teastainT
    @cohen Speaking as a Canadian, Australia is a huge country, spreading between +8 and +11. Go with +9 !!!
  • Best setup for high altitue balloon project

    4
    0 Votes
    4 Posts
    8k Views
    K
    I experienced problems with ATOM when temperature is lower than 9º, time to time ATOMS blocks,
  • Countdown Timer

    1
    1
    0 Votes
    1 Posts
    1k Views
    No one has replied
  • como faço para instalar projetos de fora no m5burner

    2
    0 Votes
    2 Posts
    2k Views
    T
    @fabiolouredo Você pode usar o arduino ide pra dar flash
  • How can I recover my M5Stickc Plus?

    9
    0 Votes
    9 Posts
    7k Views
    ajb2k3A
    If they all fail it means you haven't installed the drivers or the ESP-IDF software correctly.
  • M5Dial connector name

    5
    1 Votes
    5 Posts
    4k Views
    teastainT
    @maddoc Fantastic! -Terry