Datasheet
Arduino
I2C Wiring
Use this wiring if you want to connect via I2C interface
By default, theI2C address is 0x6A. If you add a jumper from DO to 3.3V the address will change to 0x6B
Connect board VIN (red wire) to Arduino 5V if
you are running a 5V board Arduino (Uno, etc.). If
your board is 3V, connect to that instead.
Connect board GND (black wire) to Arduino GND
Connect board SCL (yellow wire) to Arduino SCL
Connect board SDA (blue wire) to Arduino SDA
The final results should resemble the illustration above, showing an Adafruit Metro development board.
SPI Wiring
Since this is a SPI-capable sensor, we can use hardware or 'software' SPI. To make wiring identical on all
microcontrollers, we'll begin with 'software' SPI. The following pins should be used:
© Adafruit Industries https://learn.adafruit.com/lsm6dsox-and-ism330dhc-6-dof-imu Page 8 of 23










