Hi everyone, I am currently a sophomore majoring in Electrical Engineering.
My research project involves building a Simulink application which can read in data from Distance Sensor VL53L1X attaching to Arduino Uno, and control a servo motor accordingly.
The challenge is that after digging into the datasheet of VL53L1X, I find it doesn’t explicitly specify the data format in registers of VL53L1X, which means I cannot control the sensor and directly read in data in a reasonable manner. Also there is not any specific Simulink modules to VL53L1X available online as far as I known.
Anybody has any idea about this problem? I would really appreciate your kind help!