Navigation

    M5Stack Community

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

    tross4s

    @tross4s

    1
    Reputation
    3
    Posts
    421
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    tross4s Follow

    Posts made by tross4s

    • GPS Base in UIFlow Blockly

      There is a block at top:

      Init timezone [ x ] formatting [ y ]

      I know the [ x ] is a number matching my timezone for the GPS, however what should be put in the [ y ]?

      The documentation is lacking.

      posted in UIFlow
      T
      tross4s
    • RE: RoverC Pro Hat, Stick C, and servo in UIFlow 1.7.2

      This code worked for me:
      from m5stack import *
      from m5ui import *
      from uiflow import *
      import i2c_bus
      import hat

      setScreenColor(0x030545)

      hat_roverc1 = hat.get(hat.ROVERC)
      label0 = M5TextBox(57, 6, "RoverC", lcd.FONT_DejaVu40, 0x01e2b1, rotate=90)

      i2c0 = i2c_bus.easyI2C(i2c_bus.PORTA, 0x38, freq=400000)
      i2c0.write_mem_data(16, 80, i2c_bus.UINT8LE)

      posted in Bug Report
      T
      tross4s
    • RoverC Pro Hat, Stick C, and servo in UIFlow 1.7.2

      I am not able to find the method to drive the gripper servo within the hat using UIFlow. There are only 3 methods available in UIFlow:

      • Set the wheel pulse
      • Set wheels pulse for all wheels
      • Set RoverC speed

      Thanks.

      posted in Bug Report
      T
      tross4s