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

    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

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

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

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

    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

    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

    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.
  • Sending MQTT data to the LCD

    3
    0 Votes
    3 Posts
    8k Views
    G
    Hi, I'm not using M5ez yet but I will give it a try, I've set the background colour but I don't think it works with M5.Lcd.print commands.
  • Reference Document?

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • New user and fonts

    3
    0 Votes
    3 Posts
    17k Views
    G
    @rop thanks for the pointers, I'll have a look at both.
  • How Do I Password Reset My cloud.m5stack.com ?

    4
    0 Votes
    4 Posts
    12k Views
    TeresaT
    @stuartrothrock Thanks for your feedback and suggestion. I have already contact our team to correct the error message. Now it shows in the right way.
  • How do I frash regular m5stack firmware?

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • M5cam and BMP180

    4
    0 Votes
    4 Posts
    11k Views
    S
    The answer is: conf.sda_io_num = 13; conf.scl_io_num = 4;
  • How to change cpu frequency

    3
    0 Votes
    3 Posts
    10k Views
    P
    @Calin Thanks but it's not working board_build.f_cpu = 200000000L but when I use the function : //before Setup() int cpuSpeed = ESP.getCpuFreqMHz(); //In loop() Serial.println(cpuSpeed); In my serial monitor it display 240
  • How to center a text?

    10
    0 Votes
    10 Posts
    35k Views
    P
    Yes yes it's working
  • How reboot the M5Stack

    3
    0 Votes
    3 Posts
    12k Views
    P
    Thanks you
  • drawJpgFile / drawBmpFile

    30
    0 Votes
    30 Posts
    144k Views
    R
    Thank you Calin!
  • Flash m5go with the regular m5stack firmware?

    2
    0 Votes
    2 Posts
    7k Views
    JJJ
    Hi @lastcaress, You should be able to flash the standard M5Stack firmware onto the M5GO (you may need to use the "Erase" function on the ESP Flash Downloader Tool first). If you want to use M5Cloud you will need to load the M5Cloud firmware onto the M5Stack - it is available here. Not sure if you will be able to use the sensors using the same code - it depends how it is all setup.
  • WiFiManager on M5Stack ?

    1
    0 Votes
    1 Posts
    5k Views
    No one has replied
  • Descriptions and schematics for Faces modules

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