User Activity

I use a VL53l1X looking trough a oil layer of ca. 20 mm. When getting measured distance 3 times with GetResult(), it returns (example):Status = 0, dist = 11, Ambient = 16, Signal = 20936, #ofSpads = 6Status = 0, dist = 19, Ambient = 8, Signal = 18104...
In the ULD driver for the VL53L8 is the file vl53lmz_api.c. In line 354 to 364, the firmware is loaded in pieces of 0x8000 bytes:My microcontroller has not enough ram to handle such big blocks, so I have to load the firmware in smaller pieces. But fo...
I want to use the VL53L8CH in histogram mode to distinguish between multiple reflective surfaces. I found a c-driver package in STSW-IMG043, but no useful example how to initialize the sensor and get data out (over I2C).What I'am looking for:1) initi...
Used sensor: VL53L1XApplication: TOF sensor is on bottom of a liquid filled container to measure the fill level. The light of the TOF-sensor is reflected on:1) Liquid surface (water to air, oil to air)2) Container roof surfaceIs it possible to mask o...
I communicate with a VL53L1X-SATEL over I2C from a PSoC 5LP as I2C-master. The sensor as I2C-slave acknowledes commands as expected, but each register I try to read returns 0x00. I tried a for loop to read every register from 0 counting up, but the s...
Kudos given to