0

i need to connect Si7021 wich is an 3.3v I2C humidity sensor with Arduino, this sensor has open drain SCL and SDA drivers. is it possible to connect this sensor directly to Arduino 5V?.

moyoumos
  • 41
  • 7

1 Answers1

0

The datasheet explicitly says that the SCL/SDA pins are not 5V-tolerant, so you'll definitely need level shifters.

See Is there any bidirectional 5v-3.3v level shifter?

Dave Tweed
  • 168,369
  • 17
  • 228
  • 393