🤖Have you ever tried Chat.M5Stack.com before asking??😎

Subcategories

  • 5 Topics
    23 Posts
    H
    thank you so much for sharing! this looks cool. I am pretty new to micropython for M5Stack. May I ask which IDE you primarily use to do Micropython programming?
  • drawing a base64 encoded image on M5Stack Core

    3
    0 Votes
    3 Posts
    7k Views
    M
    For those who are interested, the code at the end of this tutorial works well. The tutorial is about strings, but works in exactly the same way for base64-encoded jpg images. All you have to do after decoding the string (containing the base64-encoded jpg image) is to write it to SPIFFS and then call M5.Lcd.drawJpgFile(SPIFFS, jpgFileName, 0, 0);
  • Atom Matrix 5x5 Graph

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Problems with esptool.py Mac Big Sure

    2
    0 Votes
    2 Posts
    5k Views
    m5stackM
    That mean is , you have to reinstall the pyserial module https://pypi.org/project/pyserial/#files
  • Arduino example for M5Stack UnitVK210 AI camera module

    4
    0 Votes
    4 Posts
    6k Views
    m5stackM
    @crisdeodates that is why we suggest you use Maixpy or V-function. because maixduino doesn't have enough examples for it.
  • New library for 4Relay Unit

    3
    2 Votes
    3 Posts
    6k Views
    S
    The library is now available on Platformio ("M5 Stack 4Relay Library") and Arduino IDE Library Manager. Can I use your 4-Relay picture to add in my Readme.md file on Github ? And/or add this link: https://shop.m5stack.com/collections/m5-unit/products/4-relay-unit ? If you want, you can add my Github link to your Arduino Example section.
  • Voice recognition on m5stack fire module onboard mic

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Sending data between two M5Stick C plus

    6
    0 Votes
    6 Posts
    11k Views
    S
    @rcoppens ESPNow !
  • 8Servos HAT - 8 servo at the same time ?

    3
    1 Votes
    3 Posts
    5k Views
    ajb2k3A
    Yes, I have had this issue as well while trying to develop a smars quad bot.
  • Generate PPM

    2
    0 Votes
    2 Posts
    5k Views
    ?
    Hi do you find a solution ? also interest by this. Thx
  • M5Stack: switch from SD to sdFat library

    6
    0 Votes
    6 Posts
    14k Views
    P
    Found the problem. After deleting an old sdfat and installing a new one it was working perfect on my Core2. Thanks for hiis fine explanation. Was verry helpfull. Cheers Jan
  • Loss of the program on Arduino

    arduino esp32
    7
    0 Votes
    7 Posts
    14k Views
    W
    @m5stack How can I get bin file from the device?
  • Error compiling for M5Stack Core2 in Arduino IDE

    2
    0 Votes
    2 Posts
    5k Views
    M
    SOLVED... thanks to https://github.com/arduino/arduino-cli/issues/1002 It was just a "Win10 too long path" issue
  • M5StickC - M5.LCD draws only a part of the display

    arduino
    4
    1
    0 Votes
    4 Posts
    9k Views
    L
    There is aM5StickPlus library !! Thanks a lot!
  • WiFi can't connect on 2017.6 basic core (works on Fire)

    2
    0 Votes
    2 Posts
    5k Views
    ZontexZ
    Hello, Could you please include the imports at the beginning of the code? did you import the proper library? it seems that it says the SDCard failed, could you run the factory test image on your old core to see if you get any issues?
  • Graphic functions not working

    2
    0 Votes
    2 Posts
    4k Views
    felmueF
    Hello @flyceo not sure what's going on on your side as your code runs and works fine here - using PlatformIO as well. I see the text and the yellow square just fine. What does your platform.ini look like? Thanks Felix
  • Function to get the serial number

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Issue with esp32 board lib v1.0.5

    4
    0 Votes
    4 Posts
    8k Views
    felmueF
    Hello @Pat you are welcome. BTW: you do not necessarily need to touch the M5Stack lib - M5.begin() actually has parameters, one of them is SerialEnable, if you set this to false you can setup Serial in your code anyway you like. Thanks Felix
  • sd2pinmap error when compil ?

    1
    1 Votes
    1 Posts
    4k Views
    No one has replied
  • 2 Relay on PaHub

    7
    0 Votes
    7 Posts
    7k Views
    ajb2k3A
    You should be able to run up to 5 relay units connected to the i/ohub (pbhub).
  • Sometime compiling correctly and without any changes error compiling

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied