News

An Arduino has one one SDA pin and one SCL pin to communicate via I2C. We need to figure out a way to assign each ToF a different address so they can all communicate via the same pin.
The purpose is to read angles and speed from one or more encoders, attached to an Arduino board, which works as Slave, and send them to another Arduino Board, the master, using the I2C connection.