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! VL53L0X full register map & documentation

Does anyone have access to documentation with an actual list of registers with addresses and functionality and a full description of the register bits for the VL53L0X?  All I have been able to find is documentation that refers to the questionable API...

Resolved! TOF Variable Results ( VL53L8CXV0GC)

For the same setup the distance values jump between a very high and a very low value. Setup 1: unit facing an open space(ceiling) Result 1 Result 2 Result 3 2514, 2483, 2466, 2407, 2752, 2799, 2808,   15,    0,    0,    0,    0,    0,    0,    0,    ...

Vbala.1 by Associate II
  • 355 Views
  • 3 replies
  • 1 kudos

Resolved! Multiple VL53L0X sensors and I2C bus

I have an application that uses 10 VL53L0X sensors on an I2C bus.  I seem to have ended up damaging multiple STM32 dev boards trying to get this configuration to work reliably.  Any help to understand what I am doing wrong would be appreciated.So, th...

MikeB100 by Associate II
  • 738 Views
  • 4 replies
  • 0 kudos

Resolved! How to calibrate VL53L0x

Hi,     1》In the dark,Place the white target 140mm from the sensor          call function         Status = VL53L0X_perform_offset_calibration(&vl53l0x_dev,0x8c0000,&pOffsetMicroMeter);     2》In indoor environments ,Place the black target  600mm from ...

zhy by Associate III
  • 806 Views
  • 7 replies
  • 0 kudos

Resolved! VL53L7CX distance data stratification

Hello, I have a VL53 sensor that's outputing distance data but the distance measurements I'm getting are getting "stratified" into about 3 different distances seemingly randomly. I'm using the ULD driver on a custom PCBA with a TM4C1239 microcontroll...

jairo1 by Associate II
  • 393 Views
  • 2 replies
  • 0 kudos

No USB data using X-NUCLEO-53L8-A1 with a Nucleo Board

Hello,  I try to get data from a X-NUCLEO-53L8-A1 board connected to a Nucleo board and visualize it in my computer. If I use the VL53L8CX Gui and connect my COM port and click on the start button, it is working well. However, I would like to get dat...

thogat by Associate
  • 601 Views
  • 3 replies
  • 0 kudos

VL53L0X Arduino vs STM

Hello, I have multiple VL53L0X sensors that I am communicating with over an STM32 board. Two of the sensors started throwing errors (only reading 8191), and so I moved them to an Arduino for the flexibility of using the downloadable API. They worked ...