Navigation

    M5Stack Community

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

    Topics created by aafortinet

    • A

      ENV III unit on M5Stack CoreInk
      Units • • aafortinet

      7
      0
      Votes
      7
      Posts
      3172
      Views

      @teastain Nice work.
    • A

      Erasing the EEPROM of a m5CoreInk
      Arduino • • aafortinet

      1
      0
      Votes
      1
      Posts
      1053
      Views

      No one has replied

    • A

      Bad Ultrasonic distance measure
      Units • • aafortinet

      4
      0
      Votes
      4
      Posts
      2617
      Views

      C

      @aafortinet A mate of mine had the same issue -- seemed not to work until he used it within the 2-150cm parameters. The all good.
    • A

      Where is the API ?
      Micropython • • aafortinet

      1
      1
      Votes
      1
      Posts
      1674
      Views

      No one has replied

    • A

      M5.shutdown(x) does not last x seconds
      Arduino • • aafortinet

      3
      0
      Votes
      3
      Posts
      2075
      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).
    • A

      Ultrasonic unit reads erroneous distance
      Units • • aafortinet

      3
      0
      Votes
      3
      Posts
      2267
      Views

      A

      The distances I get are really strange: The values are well below or well above the expected ones. For example, for a distance of ~95cm the sensor answers 4.5cm. For a distance of ~110cm, 4.9cm. For ~35cm, 3.7cm etc. The values change for the same distance. So different measures of ~200cm gives 13.7cm or 79.6cm the next time... The command Wire.begin(32,33) seems correct as I realize those are the ports for the sensor on the CoreInk. So, what am I doing wrong?
    • A

      CoreInk reboot & eInk refresh
      Cores • • aafortinet

      3
      0
      Votes
      3
      Posts
      2147
      Views

      A

      @ajb2k3 sorry, what do you mean by "HV write"?
    • A

      Is there a tool to convert an image to be displayed with drawBuff?
      Arduino • • aafortinet

      3
      0
      Votes
      3
      Posts
      2697
      Views

      A

      thanks, this should work out fine :)
    • A

      CoreInk example does not compile
      Arduino • • aafortinet

      3
      0
      Votes
      3
      Posts
      2068
      Views

      A

      @felmue thanks! It works fine after the update :)