User Activity

Hello,the VL53L5CX is a really nice senor. I have done some measurements using the Windows GUI and was impressed, so I wanted to write a driver for the sensor and do some further evaluation.I then tried to initialize the sensor using the ULD-API and ...
The API has the function VL53LX_SetTuningParameter (VL53LX_DEV Dev, uint16_t TuningParameterId, int32_t TuningParameterValue) and there is a file vl53lx_tuning_parm_defaults.h, which contains defines for the TuningParameterId I guess. What I don't kn...
Hello, I am trying to set up a custom PCB with multiple sensors, including the VL53L3CX. As MCU, we are using the STM32G441KBU6, which seems to be too small for the bare driver API, and we did not find any acceptable alternative to the MCU. Is it pos...