User Activity

static const uint8_t VL53L4CD_DEFAULT_CONFIGURATION[] = {#ifdef VL53L4CD_I2C_FAST_MODE_PLUS0x12, /* 0x2d : set bit 2 and 5 to 1 for fast plus mode (1MHz I2C),else don't touch */#else0x00, /* 0x2d : set bit 2 and 5 to 1 for fast plus mode (1MHz I2C),e...
We are moving to VL53L4CD.Have it all coded but having a strange experience.  Simplistically we use the sensor continuously and only use GetResult to retrieve the sensor readings (e.g. not CheckforDataReady).So,  simplistically looks sorta like this ...
Following up on a diff post.  I have a strange result. If I call the GetSensorId for the VL53L1X we use today I get a return of decimal 61098 which is 0xEEAA.  However the comments in the code claim for the GetSensorId should be: "This function retur...
We are beginning to migrate from the L1 to the L4.  Wondering if there is a way to auto-detect which sensor is on the board? I would like to build one fw version which abstracts away which sensor is in use (albeit taking advantage of diff features) b...
Hi, We use the calibration ST APIs.  The procedure we follow is run calibration and then reboot with the new offset. However,  is there anyway to avoid having to reboot? We would like to auto calibrate in real time without a reboot if this is at all ...
Kudos given to