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 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
  • 1317 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
  • 1400 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...

Divider opacity to prevent crosstalk with dirty cover glass

I'm working on a design for a PCBA with enclosure, using the VL53L0X. There's a chance the cover glass will get dirty, so we took some tips from this youtube video regarding the use of an opaque divider: https://www.youtube.com/watch?v=BHM2CZVXZGcIde...

AWill.17 by Associate
  • 730 Views
  • 2 replies
  • 0 kudos

Resolved! Example source code for People counter

Hi,I came across of this video of people counter recently from STMicroelectronics. I was wondering where can I find more information about it or code. Because , I don't understand how field of view is divided into two zones. I couldn't find anything ...