Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Cannot set SDA CLK on ESP8266 #22082
    Joppnl
    Participant

      Hello Renzo,

      big Thanks:
      your sketch is working with me (would be strange if it wouldnt…) and also my little test sketch is working as well.

      Confusing thing is that everywhere with programming the 8266 you can not use the D.. numbering but must use the GPIO numbers (where with other procressors like Uno etc you can use the D numbering).

      However with your lib you can or ..must use the D numbering which is more convenient but different from the othe programming.

      But now we know….we can use it and it’s working great,

      Thank you for your support!

      in reply to: Cannot set SDA CLK on ESP8266 #22070
      Joppnl
      Participant

        Hello Renzo,

        thank you for your (quick) reply and support.

        Tested it but:
        Wire.begin(); is not working, neither a Wire.begin(SDA,SCL); , also not working (with the values SDA and SCL being correct (as tested with the I2Cscanner).

        PS: “normally” taking care of the I2C bus is manually programed by calling the Wire.h and the Wire.being() functions.

        If I see your standard examples it is not necessary to do so with your lib however, that might be confusing as there (in my case) are more I2C devices connected.

        Therefore: may_be it’s better to have the I2C config done like in other libs: manually in the program and not by the library as it can be confusing and conflicting with other I2C connected devices…..

        Thanks!

        Thanks for your help,

      Viewing 2 posts - 1 through 2 (of 2 total)