🤖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?
  • M5Stack Core Basic, Arduino IDE, compilation terminated

    4
    0 Votes
    4 Posts
    7k Views
    S
    Well if you got as far as you did you have already installed the ESP32 boards so you can pick the correct one. I assume the core basic does still use the "M5Stack-Core-ESP32" board. https://github.com/m5stack/m5stack This link shows the documentation for the Grey(which I am using) and the Basic. I can't translate all the warnings you got but the last part seems to indicate it isn't pointing to the correct config.h(or it can't find it). Config.h, i believe, is the library that is handling defining all the pins used in the stack. So without it the board has no idea what is going on. Are you able to open other sample arduino sketches and select something like an UNO and compile just fine? I wish I could help more. The only thing I can suggest is to step through the setup once again. https://docs.m5stack.com/en/quick_start/m5core/arduino
  • C++ Tutorial

    2
    0 Votes
    2 Posts
    4k Views
    S
    What are you trying to do? There are loads of examples but if you are trying to build something specific that might help. I did a beginner 3.5hr video on doing a gps based speedo and talk about some basic graphics, text display and getting GPS using the TinyGPS++ library. not sure if that is what you are looking for. https://youtu.be/xlb7FGKBp3Q
  • Core2 A2DP Source

    4
    0 Votes
    4 Posts
    9k Views
    R
    https://github.com/pschatzmann/ESP32-A2DP
  • Do you know Bluetooth Sample Code. a2dp+spp

    arduino esp32
    1
    0 Votes
    1 Posts
    4k Views
    No one has replied
  • vscode+Platformio : typeid error

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • M5Core2 Arduino compiles sketch PlatformIO does not

    5
    0 Votes
    5 Posts
    8k Views
    D
    @felmue OK thanks, I will try to look into this, I have the impression that it might be due to a different compiler. By the way do you know if it is possible to convert the arduino sketch into code that can be compiled with classical gc++ Thanks
  • M5Stack Core 2 GUI Library - Arduino

    4
    0 Votes
    4 Posts
    7k Views
    D
    OK, thanks I will try LVGL
  • Web radio

    1
    1 Votes
    1 Posts
    3k Views
    No one has replied
  • Arduino IDE overwrites UIFlow Boot Loader?

    arduino
    2
    0 Votes
    2 Posts
    4k Views
    ajb2k3A
    Unfortunately not. Arduino work on a lower level than MicroPython and so runs directly on the hardware. Micropython is an interpreted language and so need to install a boot loader/ interpreter to run. It can be inconvenient to have to install the MP boot loader when you want to switch back but its now a simple process.
  • M5STACK FIRE hangs on Serial.begin

    2
    0 Votes
    2 Posts
    4k Views
    M
    Hello @ispybadguys "SerialEnable =true" is set. System:begin() void begin(bool LCDEnable=true, bool SDEnable=true, bool SerialEnable=true, bool I2CEnable=false); https://github.com/m5stack/m5-docs/blob/master/docs/en/api/system.md Exsample M5.begin(true, true, false, true); Serial.begin(9600);
  • Looking for a current tutorial for M5Stack Core 2 using Arduino coding

    1
    0 Votes
    1 Posts
    3k Views
    No one has replied
  • Preprocessor defines for STAMP-C

    4
    0 Votes
    4 Posts
    6k Views
    BramB
    I have been using ARDUINO_ESP32C3_DEV to differentiate between Espressif dev board and StampC3, in combination with ESP_PLATFORM.
  • DS3231 on M5Stack - Need your Help

    8
    0 Votes
    8 Posts
    15k Views
    PaulskptP
    @morguane I just saw your topic (of almost a year ago). I guess you solved your problems with the external RTC by now. But anyway liked to inform you about the repo I published on GitHub, using a D3231 RTC with a M5Stack Core1 (BASIC). DS3231 on M5Stack_DS3231_uRTC. Regards,
  • M5.shutdown(x) does not last x seconds

    3
    0 Votes
    3 Posts
    5k Views
    A
    @felmue said in M5.shutdown(x) does not last x seconds: the shutdown functionality only works when M5CoreInk is running from battery. ah haaaaaaaa! ok! Thanks for the remark! Indeed. And now it works (when from battery). And if somebody wonders, it might be useful to note in the doc that shutdown() actually has the M5 run again the setup() code (it makes sense, as it is "shut-down" but worth mentioning because it changes the way to implement things).
  • Is there a tool to convert an image to be displayed with drawBuff?

    3
    0 Votes
    3 Posts
    5k Views
    A
    thanks, this should work out fine :)
  • I can't find driver/i2s.h

    3
    0 Votes
    3 Posts
    6k Views
    instasquidI
    Thanks! I finally have it working!
  • CoreInk example does not compile

    3
    0 Votes
    3 Posts
    4k Views
    A
    @felmue thanks! It works fine after the update :)
  • Problems with using library M5.stack.h and functions like M5.Lcd.print()

    4
    0 Votes
    4 Posts
    9k Views
    grelmG
    @jwd3ca NO! Unfortunately I didn't find a solution. As written above, I just left the PSRAM disabled, as i don't need it in my application.
  • M5Core : example speak.ino don't work anymore

    3
    0 Votes
    3 Posts
    5k Views
    S
    Check out the speak.ino in the new M5Unified library v0.0.5 it will compile with the Core2 or the Tough and produce sound. There is a M5 speaker class , that can be used to produce tones. The problem is that while the library works by itself it is Not compatible with M5Tough.h or M5Core2.h files. And yes , there is a problem with the Core2 and Tough speak.ino the Log file shows a conflict with mclk pin config , when trying to setup the I2S sound The error is in a higher level M5 system file that was introduced when the Tough was released in the Fall. Sorry , I dont know how to fix it.. -Brent
  • M5 stack :How do I get regional fonts?

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