Hello,I'm looking for using multiple sensors (10 exactly) in my systems. I have two tricky specifications :get measurement frequency of at least 50Hzlimited as best as possible the space of sensors PCBTherefore I have the idea to use a single interru...
Hi,I am using a VL6180X sensor withSYSRANGE__MAX_CONVERGENCE_TIME: 63READOUT__AVERAGING_SAMPLE_PERIOD: 255What are the best settings for minimal noise?Are there any other setting I have to adjust?I also have seen the video https://www.youtube.com/wa...
Hi folks,Im using VL53L3CX API for Stm32l476rg .Im generating code through CubeMx on keilinclude all .h & .c file from core & platform of api in inc & src folder of Project,also giving path .I got some error in Platform files & in main code .Please f...
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...
I need to send the People count obtained from VL53L1X to the Server using Wifi. Does STM32 connect to Wifi or do we need an external Wifi Module for this? Also what changes have to be made in the VL53L1X code and also in which .c file of src/API fold...
According to the VL53L1X ULD API description when Vl53L1X_StopRanging() is called, an active ranging operation will be completed.In a practical evaluation we tried to investigate whether an interrupt could still occur after calling this function or n...
In the production process of a product using the VL53L1X TOF sensor we would like to evaluate the quality of the custom assembled window. There are some mechanical tolerances and we need to ensure that the crosstalk is as low as possible. Is there a...