You are on page 1of 1

I2C BUS

I2C is a bus, so like-named signals are connected together. The


addressing scheme allows the microcontroller to select which device
it's talking to. On the Arduino the 10k pull-up resistors goto "VDD",
which is the 5V or 3.3V pins.

Connect two pins A4-sda to A5-scl(on both board uno-uno) and


connect resistor from 5v from each corresponding sda-scl lines.

You might also like