Imaging (sensors)

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.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Vl53L1X Nonrecoverable Measurement Accuracy Issue

I'm having an issue with a breakout board housing a VL53L1X sensor where, between the breakout board and MCU, the only connections are power, gnd, sda and scl through a PCA9617ADPJ I2C buffer. I've set it up for continuous ranging at about 200ms timi...

otCT by Associate II
  • 466 Views
  • 4 replies
  • 2 kudos

Resolved! VL53L8CX not working on nrf9151 and getting NAKs

Hi everyone,So I'm trying to get the VL53L8CX ToF lidar working in ZephyrRTOS running on a NRF9151 chip. I'm using the VL53L8CX ULD driver version 2.0.1. The VL53L8CX is connected to the NRF9151 using i2c with the address 0x52, however when I call th...

RobinSuneti_0-1750317865821.png RobinSuneti_1-1750317889367.png RobinSuneti_6-1750319181567.png RobinSuneti_7-1750319207776.png

The tof chip anomaly after a long period of non-use

I discovered a strange phenomenon:After I powered on the VL53L4CD, I called the interfaces:The interfaces such as VL53L4CD_SensorInit, VL53L4CD_SetRangeTiming, VL53L4CD_SetDetectionThresholds, and VL53L4CD_SetSignalThreshold complete the initializati...

Blue666 by Associate II
  • 834 Views
  • 13 replies
  • 0 kudos

How to disable multi-target on VL53L3CX

I use some VL53L3CX with Arduino (in C++) with PWFusion_VL53L3C.h library.In some situation I need to disable multi-target detection.How can I do this ?ANDWhere I can find a detailed documentation about VL53L3CX api ?ANDCan I use a different library ...

GOLMAS by Associate
  • 163 Views
  • 2 replies
  • 0 kudos

VL53L4CX VCSEL optical power

For a medical device that use NIR light we are using the VL53L4CX as range detector. We found that the TOF sensor light interfere with our NIR lighting system. In order to perform some simulations we would like to have some more details about the lig...

VL53L1_ERROR_ZONE_GPH_ID_CHECK_FAIL

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

User.120 by Associate II
  • 479 Views
  • 3 replies
  • 0 kudos

在同一条i2c总线轮询使用两个vl53l1x出现只有一个有反应的问题

这是我的代码,我之前以前改地址成功了的,这里就开始测量数据while (1) {        // 获取当前时间作为起始时间        clock_gettime(CLOCK_MONOTONIC, &start_time);  // 获取起始时间                for (i = 0; i < 2; i++) {  // 轮询两个传感器            Timeout = 0;            dataReady = 0;            // 检查数据是否...

QQ截图20250206165222.png
eneeen by Associate II
  • 963 Views
  • 6 replies
  • 0 kudos