Navigation

    M5Stack Community

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Stoni99
    3. Topics
    S
    • Continue chat with Stoni99
    • Start new chat with Stoni99
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by Stoni99

    • S

      update a single value without first deleting the entire display
      Arduino • • Stoni99

      4
      0
      Votes
      4
      Posts
      2918
      Views

      M

      Hello @ Stoni99 The same question is: https://forum.m5stack.com/topic/4180/writing-and-re-writing-text/6
    • S

      WiFi.setHostname("Name"); not working (Core Basic)
      Arduino • • Stoni99

      5
      0
      Votes
      5
      Posts
      3625
      Views

      S

      Unfortunately, a restart doesn't help either. maybe it's because of my older router.
    • S

      back to the small standard font?
      Arduino • • Stoni99

      3
      0
      Votes
      3
      Posts
      2153
      Views

      S

      Yes, it works! Thanks!
    • S

      drawRoundRect ...GREY doesn't work
      Arduino • • Stoni99

      4
      0
      Votes
      4
      Posts
      2884
      Views

      S

      DARKGREY works, GREY not. Thanks!
    • S

      I am looking for internet time M5Stack for Arduino ide
      Arduino • • Stoni99

      12
      0
      Votes
      12
      Posts
      6828
      Views

      S

      Ahhh - ok: "//waitForSync();" 👍
    • S

      M5. Lcd.textWidth does not center text exactly in the middle
      Arduino • • Stoni99

      5
      0
      Votes
      5
      Posts
      3848
      Views

      S

      👍Thank you!
    • S

      looking for an example of graphical representation of sensor values
      PROJECTS • • Stoni99

      2
      0
      Votes
      2
      Posts
      2377
      Views

      F

      https://shop.m5stack.com/pages/download choose M5Burner download The picture is a factory test example(Core2 factory test firmware)
    • S

      MX Linux 19.4 Arduino IDE Copiling Error M5Stack Basic
      Arduino • • Stoni99

      7
      0
      Votes
      7
      Posts
      4413
      Views

      S

      I tried to make the arduino ide executable for the m5stack at the same time - Windows or Linux . It worked now on linux mx.👍
    • S

      M5Stack Core Basic, Arduino IDE, compilation terminated
      Arduino • • Stoni99

      4
      0
      Votes
      4
      Posts
      3993
      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