Hello All I am trying to send some data out over I2C and am running into an issue.
Right now I am trying to get a Model_ID from a VL53l1x sensor this part has a base address of 52, and the index for model ID is 0X010F. Currently when scoping the SLA SDA lines my I2C write is in the form Address 29 write bit set (so this is correct) however my data packet is in the form D2 01 0F and I have no idea where the D2 is coming from or how to remove it. Here is the code I am using to set the I2CMasterBuffer and the rest is taken care of in LPC23x8I2C
Hi,
Because the data packet is from VL53l1x sensor, pls check the data sheet of VL53l1x sensor.
Hope it can help you
BR
XiangJun Rong