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

How can i determine convergence time with VL6180X Time of Flight sensor. The application scenario is to be able to calculate speed, since speed is distance divide time.

The picture i uploaded is a screenshot from the datasheet. And according to the datasheet, Effective max convergence time depends on the actual convergence time plus readout averaging sample period setting. Please i want to know how to calculate the ...

VZakk by Associate
  • 757 Views
  • 1 replies
  • 0 kudos

vl53l0x status 255: no update

Hi allMy vl53l0x sensor is currently giving the "no update" status. The API only mentions that the error will not trigger. What does that mean?What could be wrong when this status is received and how could I resolve it?Thanks in advance

ADP1114 by Associate II
  • 634 Views
  • 1 replies
  • 0 kudos

How to use VL6180x sensor through I2C

I need to use multiple V6180x SATEL sensors to get distance measurements, however I do not know how to make it work directly through the I2C connection, since once connected the sensor is not even found by the I2C.Is it possible to use this sensor by...

JMach.18 by Associate II
  • 1401 Views
  • 2 replies
  • 0 kudos

To go from 30 Hz to 100 Hz

HelloI'm trying to go from the frequency 30 Hz to the frequency 100 Hz and I used the manual that ST provides on this and I have the error code -18 which corresponds to#define VL53L1_ERROR_STREAM_COUNT_CHECK_FAIL      ((VL53L1_Error) - 18)/*!< Stream...

MDIAL by Associate II
  • 1424 Views
  • 4 replies
  • 0 kudos

Programm stops at StaticInit Function

Hello CommunityAfter a long time of figuring out the api and file structure, I got the I2C communication working. I copied the Single Range Measurement Example from the API-ZIP into my programm. Additionally I ran the I2C-Verification Code, which cam...