Whats about the long term stability VL53L1X? Can it work for 30 years 24/7?
Hi,We're planning to use the sensor in an application with long live available.Are there data available?Regards,Kilian
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.
Hi,We're planning to use the sensor in an application with long live available.Are there data available?Regards,Kilian
I am currently in the process of doing a study on the VL53L0X, VL53L1X, VL6180X, VL6180 sensor I carry out distance and air gap tests on each sensor, the goal is to choose the ideal sensor to carry out proximity detection for the access control. So I...
Hello,I've just bought a VL53L3CX board and connected it to a Raspbery Pi 3 B+.I downloaded the Linux Driver "en.VL53L3CX_LinuxDriver.zip" but I can't find any document explaining how to install this driver?Any help is welcome.
Apologies if this is a dumb question or fairly simple. I plan to use the VL53L1X to measure the velocity of an object for a university project and was wondering if there is a way to extract the velocity of the object from the distance/range measureme...
vl53l0x was working good at start. I have connected i2c thermal camera in parallel with vl53lox sensor.. It was working good for past 3days.and then suddenly sometimes it stops updating the reading. When i restart it, it was working normal. Suddenly ...
Hello , I need to use 2~3 vl53l1x sensor breakout(from pololu) with nodemcu32s ,use arduino ide , My code is below, It work fine if I only use one chip ,#include <Wire.h> #include <vl53l1_api.h> VL53L1_Dev_t dev; VL53L1_DEV Dev = &dev; int statu...
Hello,I want to measure distance with VL53L1X connected to ESP32. I can read correctly vl53l1x reference registers and I initialize without problem but i can't read measures.I want to get readings by polling.This is my code:-------------------------...