Resolved! How do I download other versions of the software?
I want to download other versions of STSW-IMG019 software, how can I download it?At present, the official website can only download the final version
I want to download other versions of STSW-IMG019 software, how can I download it?At present, the official website can only download the final version
Hi, I'm trying to get the VL6180 Time-of-Flight (ToF) proximity sensor working with the SAM E54 Xplained Pro evaluation kit. Hardware Setup: Board: SAM E54 Xplained Pro Sensor: ST VL6180 ToF Module IDE: MPLAB X v6.10 (Linux x64) Connection: I2C...
Any way how can I get in touch with ST on availability on this product? We would like to implement this into our devices, a devkit or hardware preview would help, we had previously integrated with the VL53L8 and VL53L5 which the result are good, and ...
Hi,i'm playing around with the VL53L4CX after putting it on my own pcb (yay).The user guide states that for the SPAD caliberation, NO target should be placed. The crosstalk requires a 600mm target.Do i understand correctly that the SPAD caliberation ...
I am working with the ST VL53L8CH sensor for research purposes. To generate a point cloud from depth measurements, I am trying to get the directional ray to each zone. I am wondering if there is a more detailed explanation of the configuration for SP...
Hi, I am looking for a ToF sensor using VL53L1X.We are currently developing a ToF sensor using VL53L1X.I have a question about the sample API VL53L1X_UltraLowPower you are using.Whenever I execute VL53L1X_ULP_CheckForDataReady within VL53L1X_ULP_Sens...
Hii,I am working on a project using the STM32 Smart Presence Detection. In order to run the program and get the detection for the person and get some detection readings which file and what are the steps should I follow? I have extracted the STSW-IM04...
这是我的代码,我之前以前改地址成功了的,这里就开始测量数据while (1) { // 获取当前时间作为起始时间 clock_gettime(CLOCK_MONOTONIC, &start_time); // 获取起始时间 for (i = 0; i < 2; i++) { // 轮询两个传感器 Timeout = 0; dataReady = 0; // 检查数据是否...
We found a problem with VL53L1CB, After VL53L1_GetMeasurementDataReady returns 0, VL53L1_GetMultiRangingData returns VL53L1_ERROR_ZONE_GPH_ID_CHECK_FAIL. What causes this problem?Thank anyone for a little help
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 ...