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

Subcategories

  • 5 Topics
    23 Posts
    H
    thank you so much for sharing! this looks cool. I am pretty new to micropython for M5Stack. May I ask which IDE you primarily use to do Micropython programming?
  • M5Paper M5EPD library not working

    3
    0 Votes
    3 Posts
    5k Views
    U
    @mnwh If your error has something to do with the "ADC1_GPIO35_CHANNEL not defined" error I got, then you can "simply" insert this #include "soc/adc_channel.h" into the \Documents\Arduino\libraries\M5EPD\src\M5EPD.cpp. I wrote this in a new line (line 4) It's caused by a change from espressif 3.3 to 4.4. Have fun, undefined
  • M5core2 No Buzzer/Beep options

    5
    0 Votes
    5 Posts
    8k Views
    R
    @oscillator The CORE2 API is different from the CORE API. Different hardware.
  • How do I reset M5Stack ESP32 PSRAM Timer Camera X (OV3660) using code

    4
    0 Votes
    4 Posts
    7k Views
    A
    @spjrc set a timer to call a function after 6-12 houre, then call ESP.restart() from that function.
  • Method to know that the RTC was initialized and has valid time/date

    3
    0 Votes
    3 Posts
    5k Views
    I
    @felmue Thanks for the pointer !
  • New Downloader won't connect on MACOS Catalina

    4
    1
    0 Votes
    4 Posts
    6k Views
    ajb2k3A
    CH34X driver for the CP2102/CH910? I'm using the the CP210x driver and have it working
  • WebUSB with M5Stack

    2
    0 Votes
    2 Posts
    3k Views
    ajb2k3A
    As far as I am aware, Web USB is still an experimental function and to fully working on all operating system and web browser configurations.
  • may i use esp32 library for M5stack coding?

    2
    0 Votes
    2 Posts
    3k Views
    felmueF
    Hello @robinJiao you are correct, M5Stack devices are feature rich ESP32 kits. And yes, you most likely can use the firebase-esp library to code for the ESP32 processor in your M5Core2. However the additional hardware, e.g. LCD, touch screen, RTC, accelerometer, etc. in your M5Core2 are not getting initialized automatically since the firebase-esp library doesn't know about them. That is the reason you are seeing a blank screen. (BTW: the firebase-esp code most likely is running though - did you check the serial output?) That said, may I suggest you start with the libraries designed for M5Core2 and run some simple examples first? My apologies, if you already have done that. Thanks Felix
  • QR Code positioning on M5Paper e-ink display

    2
    2
    0 Votes
    2 Posts
    4k Views
    felmueF
    Hello @Skulblaka try using the x and y coordinates of the pushCanvas() command instead. canvas.qrcode("https://www.example.org/", 0, 0, 400); canvas.pushCanvas(70, Y, UPDATE_MODE_GC16); Thanks Felix
  • LVGL on Core2 with arduino

    5
    0 Votes
    5 Posts
    11k Views
    M
    How to run LVGL on M5Stack https://forum.m5stack.com/topic/3613/how-to-run-lvgl-on-m5stack/1
  • M5StickC BUGC... why do we change charge current?!

    4
    0 Votes
    4 Posts
    7k Views
    S
    @m5stack Thank you!
  • Core2: Using the second core

    3
    0 Votes
    3 Posts
    6k Views
    O
    Excellent article, thanks a lot @AgreeDK My plan (in the future) is to have the sound lib Mozzi run on one core, and the UI on the other.
  • want to power off m5stickC from code

    6
    0 Votes
    6 Posts
    15k Views
    T
    In case anyone else is looking for the real PowerOff (and NOT deep sleep or any other sleep method), the command to use is M5.Axp.PowerOff(); (mind the capitals) After this command you have to power your M5Stick manually by pressing the power button, but it works as a charm.
  • Extended Core2 LCD brightness - function demo.

    arduino
    1
    2 Votes
    1 Posts
    6k Views
    No one has replied
  • 2 M5StickC devices, one can upload, other can not

    3
    0 Votes
    3 Posts
    6k Views
    K
    @m5stack said in 2 M5StickC devices, one can upload, other can not: DuPont cable I tried. After lowering the baud rate to 115.200 it did work once. Could not debug any more and 6 others tries did not succeed after that. So uploading final software on production stick could perhaps be successful after numerous tries, but that's all. Not a consistent environment to develop prototypes or products.
  • "New 16MB" M5Stack - Core - Grey, but only 4MB on Arduino?

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • drawPng resets m5core2

    4
    0 Votes
    4 Posts
    6k Views
    J
    png[] = { Missing length in [] (it's number a hexa) ex : const unsigned char batPowerImage[13769]={
  • Detailed restart from the watchdog timer ?

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • (SOLVED) Change I2C pin in M5GFX Library (to use With ATOM LITE)

    6
    0 Votes
    6 Posts
    12k Views
    C
    @m5stack said in Change I2C pin in M5GFX Library (to use With ATOM LITE): if you wanna change the I2C pin. you could use this code. #include <M5UnitOLED.h> //M5UnitOLED display; // default setting M5UnitOLED display ( 21, 22, 400000 ); // SDA, SCL, FREQ tnks a lot !!!
  • How to use 7 seg font with M5UnitOLED.h

    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • Cannot install platform m5stack:ESP32 in Arduino

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