I want to check, is it possible to have 3 ADXL345 Accelerometer on a Arduino Uno via I2C connections?
I understand that the ADXL345 comes with a specific I2C address by default. Is it possible to check the default address and reassign it ?
Since each board has a CS pin you can select the chip you want to talk to by bringing the pin LOW.
You use 3 Arduino digital pins for the chip selects.
.