Navigation

    M5Stack Community

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

    greenleaf

    @greenleaf

    9
    Reputation
    54
    Posts
    5589
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online
    Location Middle Earth Age 122

    greenleaf Follow

    Posts made by greenleaf

    • RE: Stamp Pico won't connect to UIFlow

      I think I probably have a defective unit. I have tried with only a single tab open, latest version of Google Chrome, tried it incognito mode also just to be sure some extension wasn't getting in the way. Despite all efforts it never connects to UIFlow. I know it's on the network because my router is showing it connected and sending/receiving some packets.

      I will probably stick with devices that have USB-C on them, this is way too much hassle and I don't want to have to rig up a programmer just to toy around with a prototyping device. Oh well, at least I'm only out $5.

      posted in Modules
      greenleaf
    • RE: Stamp Pico won't connect to UIFlow

      Ok so the green pulsing light means "Normal, connected, ready for UIFlow"?

      posted in Modules
      greenleaf
    • RE: Labels show up as blank white rectangles when running program

      As you can see I'm not doing anything especially exotic or weird here:

      0_1660436660810_1d5b4e7a-a8af-4c03-9a12-4820a937aaf3-image.png

      posted in Bug Report
      greenleaf
    • Labels show up as blank white rectangles when running program

      How it looks when I click the Run button in UIFlow:

      0_1660436499806_testing_mode.jpg

      How it looks when I click the Download button and let the app run on its own:

      0_1660436518465_production.jpg

      posted in Bug Report
      greenleaf
    • Stamp Pico won't connect to UIFlow

      I reset the unit, went to the captive portal, set my SSID and password and it connects successfully to my network. I can see that it is transmitting data on my router control panel. The light is pulsing green.

      But when I try to connect in flow.m5stack.com it fails. I have carefully checked the MAC address, verified it on my router, and made sure I typed it in correctly. I've also tried resetting the device, reloading UIflow but nothing seems to help.

      What's the trick to getting one of these m5stack esp32 pico devices to connect to UIFlow?

      posted in Modules
      greenleaf
    • RE: AWS IoT Edukit Core M5 - Micropython support?

      @rashedtalukder Congrats, hope you are on to somewhere that appreciates your skills!

      posted in Core2 for AWS
      greenleaf
    • RE: Edukit ATECC608B & AWS IOT & UiFlow

      @ajb2k3 It's super buggy. I tried getting this ATECC608 chip working with Arduino code and had very inconsistent results, kernel panics and crashes. The only way I've seen it run consistently is by running the RTOS code in the AWS edukit tutorials.

      posted in Core2 for AWS
      greenleaf
    • RE: ATOM Matrix - IMU values all over the place

      Wow, your balancing star is impressive!

      I'm just playing around in UIFlow to see what's possible with this device.

      posted in Atom
      greenleaf
    • ATOM Matrix - IMU values all over the place

      I wrote a small program to print out the IMU X, Y, and Z accel values to the serial port.

      It seems the readings can be pretty erratic, jumping from near zero to 0.4 or 0.5 even when the device is completely still.

      How do you all deal with this? I tried taking the average of the last 5 readings which seems to help a little but it's still kind of jumpy.

      Have a look. This is sitting completely flat on the desk:

      X: -0.021 Y: -0.011 Z: -0.987
      X: 0.421 Y: -0.014 Z: -0.986
      X: 0.421 Y: -0.014 Z: -0.987
      X: -0.018 Y: -0.016 Z: -0.986
      X: -0.022 Y: -0.014 Z: -0.986
      X: 0.423 Y: -0.013 Z: -0.987
      X: 0.42 Y: -0.015 Z: -0.987
      X: 0.417 Y: -0.013 Z: -0.988
      X: 0.419 Y: -0.012 Z: -0.984
      X: -0.015 Y: -0.011 Z: -0.984
      X: -0.02 Y: -0.013 Z: -0.987
      X: -0.017 Y: -0.014 Z: -0.987
      X: 0.423 Y: -0.014 Z: -0.988
      X: -0.019 Y: -0.012 Z: -0.986
      X: -0.027 Y: -0.013 Z: -0.988
      X: 0.421 Y: -0.013 Z: -0.99
      X: 0.423 Y: -0.017 Z: -0.988
      X: 0.421 Y: -0.016 Z: -0.988
      X: 0.423 Y: -0.011 Z: -0.987
      X: 0.42 Y: -0.008 Z: -0.987
      X: -0.021 Y: -0.013 Z: -0.986
      X: -0.018 Y: -0.014 Z: -0.99
      X: -0.022 Y: -0.011 Z: -0.99
      X: 0.42 Y: -0.013 Z: -0.984
      X: 0.423 Y: -0.012 Z: -0.988
      X: -0.023 Y: -0.014 Z: -0.984
      X: 0.421 Y: -0.016 Z: -0.985
      X: 0.417 Y: -0.015 Z: -0.985
      
      posted in Atom
      greenleaf