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

    pbhub change Analog to Digital ports?

    Units
    2
    3
    1.0k
    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.
    • M
      membersound
      last edited by

      Hi,

      I have a pbhub unit: http://docs.m5stack.com/en/unit/pbhub

      And what I didn't know: CH4 + CH5 seem to support "analogRead" only. I don't get any values when I read them digital (from an IR module).

      Question: is it possible to change the ports from analog to digital somehow? Maybe modify the firmware of the pbhub?

      Thanks

      1 Reply Last reply Reply Quote 0
      • felmueF
        felmue
        last edited by felmue

        Hello @membersound

        no, it is not possible. If you look at the schematic you'll see that CH4 and CH5 are connected to ADC6 and ADC7 or the integrated MCU. These two inputs are analog only.

        BTW: you might still be able to use the analog value together with a threshold. If the analog value is above the threshold treat is as digital 1 and if it is below the threshold treat is as digital 0.

        Thanks
        Felix

        GPIO translation table M5Stack / M5Core2
        Information about various M5Stack products.
        Code examples

        1 Reply Last reply Reply Quote 0
        • M
          membersound
          last edited by

          Thnx, a threshold is exactly what I used as a workaround for know.
          Just wanted to ensure I'm not missing a point here.

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