7

I am using an Arduino Uno R3.

It is not clear on the schematic whether there are pullups on the A4 and A5 I2C pins.

Are there hardwired pullups or do I have to add them myself?

dda
  • 1,595
  • 1
  • 12
  • 17
harry_p_6
  • 175
  • 9

2 Answers2

5

There are very weak internal pullups, but they are not strong enough to be considered compliant with I2C specs. Supply your own external 2.2k-10kohm pullup resistors.

Ignacio Vazquez-Abrams
  • 17,733
  • 1
  • 28
  • 32
0

No. There are potential internal pullups, but not AFIK activated.

You can quite safely connect I²C to Raspberry P1 (3.3V).

Milliways
  • 1,655
  • 2
  • 18
  • 29