Other Parts Discussed in Thread: MSP430FR2476
I'm trying to set up an I2C connection where a VL6180X-SATEL is the slave device with the master device being the MSP430FR2476. From what I've read from design documents I believe I want to use the SCL and SDA lines available on the MSP's pins 4.5 and 4.6 and for powering the VL6180X-SATEL (which is labelled as taking in a 2.8V source) I was hoping I could maybe use the 3.3V pin on the MSP. Hopefully at the end I'm trying to utilize the i2c.h library in CCS to write some C code which can allow me to read the time of flight distance sensor on the VL6180X. I'm fairly new to all of this, any and all advice on how to get started with this would be appreciated. I'll attach the design/spec documents for both devices and the pictures are a rough attempt at trying to get these working together (in photos no power is plugged as I was unsure if 3.3V pin to 2.8V connection was safe for the VL6180X-SATEL).