Navigation

    LILYGO

    • Register
    • Login
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. supermarioprof
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 2
    • Best 1
    • Groups 0

    Posts made by supermarioprof

    • RE: LilyGo-T-Relay change I2C pins

      @teastain2 Bingo! that worked, changing
      Wire.begin();
      to
      Wire.begin(26, 14);

      so pinout for I2C on T-relay 8X is
      SDA: pin 26
      SCL: pin 14

      thank you!

      posted in Technical Discussion
      S
      supermarioprof
    • RE: LilyGo-T-Relay change I2C pins

      @teastain @rogeriocpe any progress?
      I'm using T-relay 8X and would like to use INA219 too,
      somewhere I've found I could use pins 32 and 33 but they are used by relays, so what?

      I also tried to scan with common I2C scanner code, after connecting to pin 14 and 25, without success, no device found.

      posted in Technical Discussion
      S
      supermarioprof