Communication with the ToF Sensor VL53L0X not working propperly
Hello Guys,
currently, im trying to get the VL53L0X to work with my MSP430 Controller but my biggest problem is the communication with the Device. Ive copied the Software from Artful Bytes and changed it to match my board. Here is the Link:
https://www.artfulbytes.com/mcu-i2c-driver
Ive tried to write a simple byte to the Sensor but all it does is pulling SCL and SDA down right after transmitting the last digit (write). It doesnt even give an ACK and it willbe pulled down until i cut the power supply.
Writing Byte
Ive also tried to read a byte from the Sensor and strangly it seems work. All i did was to write a simple code to read right from the VL53L0x. There was no init for the Sensor but it didnt pull the line down.
Reading Byte
I need help with my Sensor. Do i have to write some data to an other Slave-address before writing to 0x29?
Sincerely
EddyK


