CORRECT I2C CONNECTION WITH ARDUINO SHIELD
Posted: Fri Sep 04, 2015 7:39 pm
I am trying to use this arduino shield with a nodemcu v1.0 that runs with a esp8266 12E. I usually use it with an arduino uno seamlessly, it only uses 2 pins[A4 - A5] to communicate through I2C.
So here I am messing with my first 3.3v board and wondering whats would be the best way to connect an nodemcu/Esp8266 with the 5v logic I2C chip? I was thinking of trying to use a logic level converter by connecting them like this
Is this wrong by any means? According to the arduino/Esp8266 reference on GITHUB I2C pins are on gpio 4(SDA) and 5(SCL).
So here I am messing with my first 3.3v board and wondering whats would be the best way to connect an nodemcu/Esp8266 with the 5v logic I2C chip? I was thinking of trying to use a logic level converter by connecting them like this
Is this wrong by any means? According to the arduino/Esp8266 reference on GITHUB I2C pins are on gpio 4(SDA) and 5(SCL).