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

    Pin G26 G36

    M5 Stick/StickC
    2
    2
    6.3k
    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.
    • W
      Wolli01
      last edited by

      how can I use the upper pins of the M5StickC?
      The Grove Port is like this for me
      from machine import I2C, Pin
      i2c = I2C(scl=Pin(32), sda=Pin(33), freq=100000)
      sensor = sht31.SHT31(i2c, addr=0x44)
      only the upper ports don't work.

      1 Reply Last reply Reply Quote 1
      • V
        vvs551
        last edited by

        You should use 0,26 pins : Wire.begin(0,26)

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