logo elektroda
logo elektroda
X
logo elektroda

Does the NodeMCU v3 have hardware support for I2C? I'm looking for a description of the pins

heyka 693 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 17949157
    heyka
    Level 17  
    Please let me know if the NodeMCU v3 module has hardware support for I2C. I am starting my adventure with Arduino and the aforementioned module and cannot decipher the pin description.
    Do you have a problem with Arduino? Ask question. Visit our forum Arduino.
  • ADVERTISEMENT
  • Helpful post
    #2 17949195
    khoam
    Level 42  
    heyka wrote:
    Please let me know if the NodeMCU v3 module has hardware I2C support.
    .
    This is an ESP8266, so it does not have hardware I2C controllers. You can set the SDA/SCL to any GPIOs, but the communication itself is in 'bit-banged' mode, i.e. swiping the pins :) .
    The ESP32 has two hardware I2C controllers.
  • #3 17949222
    heyka
    Level 17  
    Thank you for your quick response.
ADVERTISEMENT