M5StickC Plus 2 Official Arduino Samples Not Working (SOLVED)



  • Hello,

    I tried flashing the stick with M5Burner using some custom images for this device, and it works correctly. However, if I try (with the Arduino IDE 2.3.2) to upload any example from the official repository, for example: https://github.com/m5stack/M5StickCPlus2/blob/master/examples/Basic/display/display.ino, even though the code is uploaded successfully, the device does not boot. I followed the steps indicated here https://docs.m5stack.com/en/quick_start/m5stickc_plus2/arduino correctly and I have a good understanding of the Arduino IDE. I also tried recharging the stick, thinking it might be a battery issue.

    What am I doing wrong?

    Thank you

    Update:

    Hello everyone,

    I am writing just to inform you that I have resolved the issue (by contacting support) and updating to the new library M5GFX (https://github.com/m5stack/M5GFX) released a few days ago.

    I hope it is helpful to others!



  • does your stick loads ok with latest M5Burner firmware? Is user demo from M5Burner works? I can confirm that arduino M5stickCplus2 examples do work as had them in recently. Display, IR, Rtc, Battery, IMU, I've used Arduino 2.3.2, be sure you pick M5Stick Plus2



  • This post is deleted!


  • @robski said in M5StickC Plus 2 Official Arduino Samples Not Working:

    does your stick loads ok with latest M5Burner firmware? Is user demo from M5Burner works? I can confirm that arduino M5stickCplus2 examples do work as had them in recently. Display, IR, Rtc, Battery, IMU, I've used Arduino 2.3.2, be sure you pick M5Stick Plus2

    The two official images "M5stickCplus2 UserDemo V.0.1" and "UIFlow_StickC_Plus2 V.1.13.2" work correctly. I have also tried other custom images dedicated to the Plus 2, but the only one that boots correctly is Marauder.

    All sketches executed from Arduino 2 do not boot, and the screen does not turn on. I suspected some power management issue or something related to the LED, but I cannot explain why the demo is working in that case.

    I downloaded the latest M5Burner tool. What you mean with M5Burner firmware?