🤖Have you ever tried Chat.M5Stack.com before asking??😎
    M5Stack Community
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Register
    • Login

    UIFLOW Measure input pulse

    UIFlow
    3
    3
    5.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • P
      PhilG1300
      last edited by

      Hello,
      I have been using Arduino for a while but have recently been trying UIFlow.
      Is there a way to measure the width of an input pulse on a GPIO input, similar to the Arduino pulsein() function?
      Regards
      Phil.

      m5stackM 1 Reply Last reply Reply Quote 0
      • m5stackM
        m5stack @PhilG1300
        last edited by

        @philg1300 UIflow don't have function the measure the width of an input pulse yet

        1 Reply Last reply Reply Quote 0
        • lukasmaximusL
          lukasmaximus
          last edited by

          @PhilG1300 the latest Uiflow firmware 1.5.0 is based on micropython v1.12 which introduced a new feature called RMT, https://docs.micropython.org/en/latest/library/esp32.html#rmt it supposedly can generate and receive pulses as low as 12.5ns, I haven't experimented much with this library, but it may serve your purpose. To use those micropython commands you could just paste them into an execute block in your code

          1 Reply Last reply Reply Quote 0
          • First post
            Last post