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
Discuss applications using ST FlightSense Time-of-Flight sensors, ST BrightSense CMOS image sensors, and ambiant light sensors (ALS) technology. Find answers to your questions on troubleshooting, data accuracy, optimizing communication and more.
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...
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...
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 ...
I am trying to run a VL53L8CX sensor at the maximum advertized speed. Originally, following the marketing for this chip, I had thought that this was possible at the full 8x8 sensor resolution, but later learned that that has a maximum speed of 15 Hz ...
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...
Hi All,we tried to migrate from VL53L1CX to VL53L4CD for better precision in short range.both use ULD driver, we expect they work in similar way however it seems not.we set both to TB20 and compare power consumption in single shot case. It seems VL53...
(I deleted the content by accident) I'm working on a project that uses Smart Presence Detection to control a LED strip using the X-NUCLEO-53L8A1 board. I started a blank project in STM32CubeIDE and included the X-CUBE-TOF1 bundle. I have added severa...
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 ...