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

VL53L4CD clear interrupt does not clear the interrupt

When calling to clear the interrupt of the sensor I wait for the pin to go HIGH again but it never happens. I follow this flow:set i2c addressset low power configset signal threshold to 5000set sigma threshold to 20set intermeasurment ms to 100 and t...

DrD00m by Associate III
  • 997 Views
  • 4 replies
  • 0 kudos

Resolved! VL53L4Cd Init Issue

Hello, I am encountering an issue with getting my VL53L4CD sensor to begin recording data. I have replicated the provided driver's set up in my own code however, after writing for the sensor to stop ranging in order to set the range timing, the GPIO ...

BruGenie by Associate II
  • 893 Views
  • 9 replies
  • 0 kudos

Resolved! Unable to communicate with VL53L8CX over SPI

Hi all,I'm trying to get the VL53L8CX ToF sensor working for a university project, this is my first time using it. I made a little breakout PCB for it and soldered it, measured resistance between al neighbouring pins, none of them were shorts or open...

Screenshot 2025-04-08 160711.png IMG_0776.jpg IMG_0777.jpg
Ce3c by Associate II
  • 769 Views
  • 5 replies
  • 2 kudos

X NUCLEO 53L7A1 with I2C COMMUNICATION

Edit by ST Moderator: This post has been translated from French to comply with the ST Community Terms and Conditions (§10.2). Hello to the ST communityI have a problem with my X NUCLEO 53L7A1. I want to use it with a NUCLEO F401RE for intelligent pre...

Freedy by Associate II
  • 541 Views
  • 2 replies
  • 0 kudos

Resolved! VL53L3 TOF Sensor Ranging Issues

Hello ST team, I have established communication with the TOF while using the Full library(The example file used is STSW-IMG015 VL53L3CX_BareDriver_1.2.10.) of VL53L3, and I successfully read the ID (which should prove that my I2C communication is nor...

VL53L7CX MTBF

Hi There, Do you have MTBF number for VL53L7CX?   Best regards, Peter

PSO by Associate
  • 204 Views
  • 1 replies
  • 0 kudos

How to decode serial data from VL53L8CH?

Hello,I am trying to get histograms off of the VL53L8CH sensor. I have the sensor hooked up to an F401 and I'm using the official driver from here: https://www.st.com/en/embedded-software/stsw-img043.html.When I start ranging with the sensor through ...

Resolved! Setting up X-NUCLEO-53L5A1

Hi, I have X_NUCLEO-53L5A1 expansion board. I connected this board to ESP8266 inorder to use the VL53L5CX sensor. But the sensor is not being detected.#include <Wire.h> void setup() { Serial.begin(115200); Wire.begin(4, 5); // GPIO4 (SDA), GPIO...

Resolved! Can't Read Data from VL53L8CX using STM32

Hallo Everyone,I am currently trying to retrieve data from a VL53L8CX time-of-flight distance sensor using a NUCLEO-F401RE and an X-NUCLEO-53L8A1 on STM32CubeIDE with the VL53L8CX API. However, I am struggling to get it working and have no idea what ...

gil_B by Associate II
  • 467 Views
  • 3 replies
  • 1 kudos