Navigation

    M5Stack Community

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

    yellowelise

    @yellowelise

    1
    Reputation
    32
    Posts
    1870
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    yellowelise Follow

    Posts made by yellowelise

    • RE: M5Paper sd card issues

      Hi, you have M5Paper?
      you can try this sniplet?
      regards
      A

      posted in PRODUCTS
      yellowelise
    • M5Paper sd card issues

      I Have problem with Sd card in my first batch M5Paper, I try this code but don't works, anyone can try in it's m5paper?

      #include <M5EPD.h>
      File myFile;
      void setup(void)
      {
      M5.begin();
      Serial.begin(115200);
      SPI.begin(14, 13, 12, 4);
      bool ret = SD.begin(4, SPI, 20000000);
      if(ret == false)
      Serial.print("SD ERROR...\n");
      else
      {
      Serial.print("SD OK...\n");
      if (SD.exists("screen.txt"))
      Serial.print("screen.txt exists...\n");
      else
      Serial.print("screen.txt NOT exists...\n");
      Serial.print("Try to create screen.txt...\n");
      myFile = SD.open("screen.txt", FILE_WRITE);
      myFile.println("Some text...");
      myFile.close();
      if (SD.exists("screen.txt"))
      Serial.print("now screen.txt exists...\n");
      else
      Serial.print("not jet screen.txt exists...\n");
      }

      }

      void loop(void)
      {

      }

      posted in PRODUCTS
      yellowelise
    • Save current screen content to image file (SD card)...

      With arduino library...

      It's possible to do?
      code examples?
      regards
      A

      posted in SOFTWARE
      yellowelise
    • MP3 play with core and UIFlow

      It's possible play SD mp3 file wih UIFlow?

      posted in UIFlow
      yellowelise
    • RE: M5Stack Fire old?

      @ajb2k3 Amazon.it

      posted in M5Stack Fire
      yellowelise
    • RE: M5Stack Fire old?

      I buy an old version?

      posted in M5Stack Fire
      yellowelise
    • M5Stack Fire old?

      There are two version of M5Stack Fire?
      I recently buy a Fire with MPU6050+MAG3110 instead of MPU9250
      MPU6050 are old version?

      posted in M5Stack Fire
      yellowelise
    • RE: Unit WEIGHT issues

      @watson one question, are you sure weight unit are I2C?
      I see the back and report GPIO A/B/C...
      I buy also this:
      https://www.aliexpress.com/item/New-Arrival-M5Stack-Official-I2C-Hub-1-to-6-Expansion-Grove-I2C-Interface-for-Arduino-Blockly/32998974179.html?spm=a2g0s.9042311.0.0.15424c4d4BZ4hA
      And I hope this works...

      posted in Units
      yellowelise
    • RE: [Solved]New products roadmap

      @watson 2.9" version?

      posted in PRODUCTS
      yellowelise
    • [Solved]New products roadmap

      Any news?
      Waterproof case?
      e-ink version?

      posted in PRODUCTS
      yellowelise