Navigation

    M5Stack Community

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

    kevindtimm

    @kevindtimm

    1
    Reputation
    19
    Posts
    1249
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Austin, TX

    kevindtimm Follow

    Posts made by kevindtimm

    • RE: m5paper vscode platformio

      I have downloaded that and it does work.

      But, your documentation leaves so much to be desired / it would be great if this could be documented somewhere rather than in a git repo.

      Some of us do read documentation / and don't necessarily consider git to be documentation.

      posted in Cores
      K
      kevindtimm
    • m5paper vscode platformio

      There are steps that must be performed that are not documented anywhere on m5stack's website to get the display to work properly in 540x960 mode.

      I have taken running code from an Arduino IDE that allow me to access the SD card but this same source does not work when copied to PlatformIO.

      Can you please document all of the things that I have to do to get this forgotten product to work?

      Honestly, the worst $70 I ever spent / by FAR!

      posted in Cores
      K
      kevindtimm
    • RE: My M5StickC, M5Atom Matrix, And M5Atom Echo are not showing up for COM ports. Does anybody Know what to do that will fix this?

      @zigedzaged123 I have an M5paper, I had to download drivers for win10.

      posted in Cores
      K
      kevindtimm
    • RE: M5Paper sd card issues

      @yellowelise Please follow my instructions about what you need to post to get help.
      Also, see what statements are and are not necessary.

      posted in PRODUCTS
      K
      kevindtimm
    • RE: M5Paper Home Automation

      @kevindtimm There is such a thing, all of the sketches appear to be on the M5Paper github pages

      posted in Units
      K
      kevindtimm
    • RE: M5Paper sd card issues

      @yellowelise you can skip the SPI.begin(), it's not necessary.
      SD.begin(4); is all that's necessary for that call.
      There are issues with SD cards bigger than 16GB in some cases.

      BTW, when you report these issues it would be much better if you would report what errors you get as well as how far the program got (show the output)

      posted in PRODUCTS
      K
      kevindtimm
    • RE: M5Paper SD Card Issues

      @veryalien I saw all that information on the back but, when I couldn't get the card to read, I wasn't sure how much of it I could believe. Now that the card works I see how to use that info.

      posted in Cores
      K
      kevindtimm
    • M5Paper Home Automation

      In the test application there is a 'Home Automation' section, it just has some pretty buttons. Is there an arduino sketch somewhere that shows how the m5paper could interface to alexa? Or some of my other smart devices?

      posted in Units
      K
      kevindtimm
    • RE: M5Paper - operational

      @mati I bought 5 16gb cards, tested them yesterday, they work fine. But, I have 32gb that work in all my pc's and my phone but don't work in my m5paper. I did have to use as CS of 4 in the SD.begin() call, this is not documented in the SD_Test example.

      posted in Features Wish List
      K
      kevindtimm
    • RE: M5Paper SD Card Issues

      @veryalien I received my 16gb cards yesterday and they worked :)
      It's rather odd that I have to restart the test app after each insertion/removal to get it to work but they do work.
      Note too that you have to use the CS value (of 4) for SD.begin() to work, too bad this isn't documented in the examples (see SD_Test.ino in arduino IDE)

      Things are better now, but I can say that 16gb is a ridiculously low value for storage on a 2020 device :(

      Now I have to figure out how to implement the home automation bit -> it sure would be nice to connect to my alexa skills and go from there.

      posted in Cores
      K
      kevindtimm