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

    2
    0 Votes
    2 Posts
    2k Views
    teastainT
    @bend94 G35 & G36 are ESP32 ADCs but they are notoriously awful. The Core2 does not have a dedicated ADC! It can drive a small 9g servo (SG90) directly using a library called “ledc”. Other motors should have a separate power supply. GPIO is 3.3v in and out.
  • Exact dimensions of the M5Core2 Module

    3
    0 Votes
    3 Posts
    3k Views
    H
    @flypeek Thank you, that link appears of great help.
  • Bricked Core2

    2
    1 Votes
    2 Posts
    4k Views
    B
    Interestingly enough I'm able to burn and run the M5Core2 TouchPanel Recovery and Core2_For_AWS. I'm wondering now if there is a bad memory chip.
  • updated PlatformIO settings for M5stack Core2 welcome

    2
    0 Votes
    2 Posts
    2k Views
    felmueF
    Hello @emddom have you tried the code here? Thanks Felix
  • I've made some UI examples with LVGL and M5Stack Tough

    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • Anyone has bluetooth (C/C++) example for m5stack tough.

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Core2 buttons don't work after M5.Lcd.setRotation(3)?

    5
    0 Votes
    5 Posts
    6k Views
    T
    @teastain said in Core2 buttons don't work after M5.Lcd.setRotation(3)?: @themusicman This is "The Community" website supported by user volunteers. You should raise an Issue over on the M5Stack Github page, https://github.com/m5stack/M5Core2 -Terry Hi Terry, sure will do. I simply followed the links on the official M5Stack page where 'Forum' is listed under the 'Explore' menu hence considered this an official forum of M5Stack. There's no indication on the M5Stack page that this is anything other than an official page of theirs, quite misleading many would agree I am sure, especially considering each of the other links on that page head to official M5Stack pages such as GitHub, News, YouTube etc. In any event, many thanks for the clarification that this is a site run by the community, that's good to know. Also, unfortunately, on GitHub I see infrequent replies to issues posted. It appears M5Stack are not particularly supportive to customers when it comes to official replies to issues. I've returned a device to the company I bought it from which was purchased only last week due to what appears to be a strange and possible design issue where the M5Core2 device is unable to be placed into BOOT mode in order to recover/restore factory settings. At £45... bricked after a week is not something I expected for what is essentially a very high spec ESP32 board! The issue I have overall with M5Stack is that their devices are not cheap low cost £3.50 ESP32 boards, they are quite expensive items relative to what they are and as such M5Stack don't appear to run an acceptable official after-sales support service. This makes this community even more valuable. Thanks again Terry.
  • M5Stack Core2 Factory Test Timer

    2
    0 Votes
    2 Posts
    3k Views
    T
    @chuck808 said in M5Stack Core2 Factory Test Timer: Hello, I realise this is probably a dumb question, but has anyone split the Timer function and screen from the factory test? I've spent a couple of days trying but not having much luck, though I have got the numbers and bar graph to show but not functioning. I am using Arduino IDE. Thanks Did you manage to achieve this, Chuck? I’d be interested to find out. I’ve just today received my m5core2 and am starting to dive into the code. Great documents, nice libraries, nice product but poor support on here I’m finding. It’s a shame.
  • M5Core2 - How to restore to pre-installed factory firmware

    6
    0 Votes
    6 Posts
    11k Views
    teastainT
    @caccum Well, speaking personally: I believe the BootLoader is deep inside and indestructible. I would use Arduino IDE to upload this basic LCD sketch: https://github.com/m5stack/M5Core2/blob/master/examples/Basics/display/display.ino
  • Core2 Screen Blank - 5March2023

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • HSPI on M5Stack Tough

    3
    0 Votes
    3 Posts
    3k Views
    H
    Thanks for the advice. it works for me too.
  • Core2 Default Partitioning in Arduino IDE 1.X

    arduino core2
    2
    0 Votes
    2 Posts
    4k Views
    mongonta555M
    Hello, @wsanders The app0 and app1 partitions are used for firmware update with rollback in case of failure. It is also used by the OTA function. https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/ota.html
  • How to retrieve reset reason code ?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • TouchButton awol?

    3
    0 Votes
    3 Posts
    3k Views
    ajb2k3A
    Have you got all the libraries imported? 5.1 and 9.19 mean that they haven't been defined or the libraries not imported or that you are compiling for the wrong device.
  • Attaching Battery Module 13.2 to Core2

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • enum/typedef struct UIFlow

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • IMU thinks its in a baseball! Gyro wild fluctuations...why?

    1
    0 Votes
    1 Posts
    2k Views
    No one has replied
  • Can I clear the UI Flow API KEY: prompt without resetting the unit?

    2
    0 Votes
    2 Posts
    2k Views
    ajb2k3A
    @davidjmcclelland If you connect to the core using M5Burner then click on the yellow "config" button to change boot up.
  • New User: Core 2 screen blinking -solved

    2
    0 Votes
    2 Posts
    2k Views
    D
    This has not happened since I posted this question so I am going to mark it solved. I also got an answer to question 2 and am off and running with the device despite not getting any answers here.
  • M5Stack Core4 Micropython / LGVL Images

    3
    0 Votes
    3 Posts
    4k Views
    P
    Thanks Yes, I want to be able to build a firmware file with MicroPython & LGVL. How do you cross compile for the ESP32? How do you then make the firmware image?