Navigation

    M5Stack Community

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

    otacon239

    @otacon239

    0
    Reputation
    2
    Posts
    247
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    otacon239 Follow

    Posts made by otacon239

    • RE: Unable to create simple EZData entries on M5Stack Atom Matrix

      Still haven't found any luck through searching on this one as most of my results talk about far more complex projects that aren't being hosted on the ATOM. Is it possible to use the EZData library with the ATOM Matrix? If so, is there a list of common libraries that do or don't work so I can get a better idea of what my limits are?

      posted in UIFlow
      O
      otacon239
    • Unable to create simple EZData entries on M5Stack Atom Matrix

      I've made the simplest example of an EZData Post I could using UIFlow with the following Pyhton output:

      from m5stack import *
      from m5ui import *
      from uiflow import *
      from flow import ezdata
      import wifiCfg
      
      rgb.set_screen([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])
      
      wifiCfg.autoConnect(lcdShow=False)
      
      ezdata.setData('[key removed]', 'asdf', '1')
      

      When I try and run this, I get the following back in the serial terminal:

      Traceback (most recent call last):
        File "flow/m5cloud.py", line 82, in _exec_fun
        File "<string>", line 17, in <module>
        File "flow/ezdata.py", line 13, in setData
      Exception: [Errno 12] ENOMEM
      

      Is this hardware just not powerful enough for the EZData library?

      posted in UIFlow
      O
      otacon239