🤖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.
  • M5Stack + NRF24 = LCD slow down

    4
    0 Votes
    4 Posts
    6k Views
    jpbbricoleJ
    Hi world101 To make this modification, I determined the speed of the M5Stack by making a program with: Serial.println (F_CPU) which gave 24000000 Then, I modified the file ..\libraries\RF24-master\RF24.cpp by adding these lines (who have // For M5Stack Gray as a remark) #if !defined(SOFTSPI) _SPI.setBitOrder(MSBFIRST); _SPI.setDataMode(SPI_MODE0); #if !defined(F_CPU) || F_CPU < 20000000 _SPI.setClockDivider(SPI_CLOCK_DIV2); #elif F_CPU < 40000000 _SPI.setClockDivider(SPI_CLOCK_DIV4); #elif F_CPU < 80000000 _SPI.setClockDivider(SPI_CLOCK_DIV8); #elif F_CPU < 160000000 _SPI.setClockDivider(SPI_CLOCK_DIV16); #elif F_CPU == 240000000 // For M5Stack Grey _SPI.setClockDivider(SPI_CLOCK_DIV2); // For M5Stack Grey** #elif F_CPU < 320000000 _SPI.setClockDivider(SPI_CLOCK_DIV32); #elif F_CPU < 640000000 _SPI.setClockDivider(SPI_CLOCK_DIV64); #elif F_CPU < 1280000000 _SPI.setClockDivider(SPI_CLOCK_DIV128); #else #error "Unsupported CPU frequency. Please set correct SPI divider." #endif #endif Regarding the program where I use the RF24, it is very large, I can, if you want, give you an example of use, with several pipes. cordially jpbbricole
  • How to drive APA102 FastLED through Pa.HUB port extender?

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5Stack as USB controller.

    2
    0 Votes
    2 Posts
    4k Views
    T
    Emulate HID is first comes on my mind. Or else you will need macbook software to accept commands from M5Stack (sockets, rs232 or anything else)
  • MicroPython version 1.12 released

    10
    2 Votes
    10 Posts
    22k Views
    F
    @takeru Refer to the following URL https://blog.csdn.net/zhufu86/article/details/92190720
  • 5v supply from I2C in pogo pins

    2
    0 Votes
    2 Posts
    4k Views
    ajb2k3A
    the pogo pins are only for charging. you will need to rewire the base for what you want.
  • M5 Stick Gyro Demo

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • M5Core problem with UART0

    esp-32 esp-8266 iot
    4
    0 Votes
    4 Posts
    12k Views
    N
    @thrasher Sorry for my bad writing. So I want to use 2 piece of PZEM for my project and I test PZEM that connect to UART2 it can send value to monitor with speed 115200 and then I test to PZEM that connect to UART0 it not show any value excpet "NaN" from my monitor. how can I fix this?
  • Booster/Power cable for M5Stick.

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • M5 stack web site no more reachable

    4
    0 Votes
    4 Posts
    9k Views
    M
    Now working fine in Italy too. Thanks!
  • Packaging and shipment Delays

    3
    0 Votes
    3 Posts
    7k Views
    m5stackM
    could you tell me your order number?
  • Buy product in Shenzhen or Hong Kong (fastest method)

    5
    0 Votes
    5 Posts
    11k Views
    m5stackM
    @guy 非常抱歉,该店铺不属于我们官方直营,所以运营上可能没能提供较好的体验。 这边建议还是使用淘宝购买,会较为方便。
  • Upload program to M5

    6
    0 Votes
    6 Posts
    11k Views
    ajb2k3A
    @tnesheim The QR code is pointing to the webpage created in your code that is hosted on a temp server on the UIFlow Server.
  • Experience with OBD bridge?

    3
    0 Votes
    3 Posts
    7k Views
    OyczEO
    There is nice project with you could easy googl https://github.com/stanleyhuangyc/ArduinoOBD/ M5 is arduino capable so its not a big deal. Under arduino you can use BT for get all from BT OBD hw.
  • HTTP request to Fibaro HC2

    4
    0 Votes
    4 Posts
    7k Views
    lukasmaximusL
    This sounds cool @tnesheim are you doing some home automation? Mind showing us how you did it?
  • m5 burner and firmware

    15
    0 Votes
    15 Posts
    44k Views
    E
    @ozbk Moving to Applications directory helped! Thanks for sharing the tip!
  • How can i save my own code to the apps section?

    3
    0 Votes
    3 Posts
    4k Views
    K
    Wow no Idea how i couldn´t find that. Thank you very much
  • Issues Setting Up M5STICK-C from Scratch

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    You need to install the Cp2102 driver and then flash UIFlow to it. https://docs.m5stack.com/#/en/related_documents/M5Burner https://docs.m5stack.com/#/en/quick_start/m5stickc/m5stickc_quick_start_with_uiflow
  • HPWR for external peripherals?

    iot esp-32 esp-8266
    8
    0 Votes
    8 Posts
    18k Views
    ajb2k3A
    @ashwindec11 yes, the motors are 12v and are fed from the 12v side of the LM2596SX, the logic and core are fed from the 5v side of the LM2596SX
  • Converting Hex color to uint_16

    3
    0 Votes
    3 Posts
    8k Views
    ajb2k3A
    Check out W3Schools as they have tables for the multiple colour systems and codes used on the web. FF0000 = 255.0.0
  • M5stickv error accessing the SD memory.

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