🤖Have you ever tried Chat.M5Stack.com before asking??😎
  • How do I get the faces keyboard working on m5Cloud python?

    FAQS
    4
    0 Votes
    4 Posts
    11k Views
    m5-docsM
    @ajb2k3 Hey, Thank you
  • Pogo Pins

    FAQS
    2
    0 Votes
    2 Posts
    7k Views
    m5-docsM
    @skelstar Hello Please contact with this email, it will help you contact HW engineer of M5Stack tech@m5stack.com
  • Change font size in python

    Pinned Moved FAQS
    1
    0 Votes
    1 Posts
    9k Views
    No one has replied
  • So much noise!

    FAQS
    7
    0 Votes
    7 Posts
    17k Views
    M
    Author of the aforementioned thread here. The hardware mod is the only solution for complete silence - the amplifier inputs will always pick up noise from something. If you look at commercial DAC + amplifier ICs, they also mute the amplifier after a period of silence so it's a common issue.
  • 0 Votes
    1 Posts
    3k Views
    No one has replied
  • Question about M5Stack Sim800L Module

    FAQS
    8
    0 Votes
    8 Posts
    18k Views
    K
    Hi Now I'm trying the example code of GSM.h to set up a web server. https://www.arduino.cc/en/Tutorial/GSMExamplesWebServer It output a lot of error [image: 1539590014039-01fe194e-2960-4594-a9fe-bacc2bed1fbd-image-resized.png] Anyone knows what happened? thank you
  • Quest about WIFI connection

    FAQS
    7
    0 Votes
    7 Posts
    15k Views
    K
    @rop @ajb2k3 I have no idea. So i just force disconnect if the RSSI of the WiFi is too low.
  • M5stack Fire - no check code for binding device

    FAQS
    10
    0 Votes
    10 Posts
    18k Views
    S
    @lukasmaximus Thank you for your comment. I'll see Youtube later.
  • New M5stack Show MPU ERRORs

    FAQS
    10
    0 Votes
    10 Posts
    26k Views
    P
    @watson Hello Watson, I did all you asked and it still doesn't work.[image: 1537997576707-screen-shot-2018-09-26-at-5.20.59-pm.png]. The COM port is open and selected. When I try the hello world sketch I get the following error: A fatal error occurred: Invalid head of packet ('5') A fatal error occurred: Invalid head of packet ('5') Thanks for any help.
  • cannot boot M5Cloud firmware on M5Stack FIRE

    FAQS
    9
    0 Votes
    9 Posts
    24k Views
    m5-docsM
    Have a try with this link. You can burn the firmware with a easier tool. https://m5stack.readthedocs.io/en/latest/get-started/how_to_burn_firmware_en.html
  • M5stack programming without Arduino IDE : how ?

    FAQS
    23
    0 Votes
    23 Posts
    125k Views
    m5-docsM
    Here is the article about programming with Arduino IDE For Windows: https://m5stack.readthedocs.io/en/latest/get-started/m5stack_core_get_started_Arduino_Windows.html For MacOS: https://m5stack.readthedocs.io/en/latest/get-started/m5stack_core_get_started_Arduino_MacOS.html
  • M5 GO (FIRE)

    FAQS
    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • USB Device not recognised

    FAQS
    13
    0 Votes
    13 Posts
    32k Views
    D
    I had the same bizarre issue and I found the solution here ! Just turn the USB C plug around and it works ! Weird.
  • Program M5CAM fails

    FAQS
    4
    0 Votes
    4 Posts
    13k Views
    S
    finally have some time to continue on with this, I tried the esp32 download tool with exactly the parameters above and the demo files and I am getting an error in the CMD window of .. "imageIsOk()" failed at ....\src\msw\bitmap.cpp(922) in wxBitmap::CreateFromImage(): invalid image even if I only select the bootloader.bin section or any single part. odd .. so I looked at using the esptool.py supplied and copied the loader script from the flash.sh (made for linux), that works but I get exactly the same failed to connect as I do with platformio and also the same timing looking at pulseview, not surprising since both methods rely on esptool. So I ended up adding a 100nF between the B-E of VT1, oddly enough I cannot see any improvement in the timing on pulseview but it programmed first attempt and every one thereafter so I am leaving it in place. perhaps the timing the ESP sees is a little different to what my salaea clone probe is showing.
  • M5GO firmware v0.1.6 aborts with GUIDE screen

    FAQS
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • McroPython's Inline Assembler can not be used

    FAQS
    4
    0 Votes
    4 Posts
    7k Views
    M
    @loboris I understand it. Thank you for your reply.
  • How to set up Platformio

    FAQS
    2
    0 Votes
    2 Posts
    10k Views
    0x1abin0
    user this template: https://github.com/m5stack/M5Stack-platformio
  • How use RGB LED on M5 FIRE?

    FAQS
    3
    0 Votes
    3 Posts
    9k Views
    P
    Thank you for you help, now I solved the problem with esp32_digital_led_lib library. Example: [CODE] #include "esp32_digital_led_lib.h" // Enumberation ob LED's // 9 0 // 8 1 // 7 2 // 6 3 // 5 4 #define LED_PORT 15 strand_t m_sLeds = {.rmtChannel = 0, .gpioNum = 15, .ledType = LED_WS2812B_V3, .brightLimit = 32, .numPixels = 10, .pixels = nullptr, ._stateVars = nullptr}; void Led_Init(void) { pinMode (LED_PORT, OUTPUT); digitalWrite (LED_PORT, LOW); if(digitalLeds_initStrands(&m_sLeds, 1)) { E_TRACE("Can't init LED driver()\n"); } digitalLeds_resetPixels(&m_sLeds); // Set led 7 to red m_sLeds.pixels[7] = pixelFromRGBW(55, 0, 0, 0); digitalLeds_updatePixels(&m_sLeds); } [/CODE]
  • Speaker - Cannot control length or volume

    FAQS
    2
    0 Votes
    2 Posts
    6k Views
    G
    @gadjet OK got it to stop making a continuous beep by adding the M5.update(); in the loop. Volume still doesn't work though.
  • White screen when using LoRa module

    FAQS
    4
    0 Votes
    4 Posts
    12k Views
    RopR
    Strange that this never affected me. But I've added a note to the LoRa section of my big post about all these boards.