Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! VL53L7CX on STM32H7 with en.STSW-IMG037

Hi:I am trying to use en.STSW-IMG037 (VL53L7CX_GUI_v2.2.29009) software to evaluate the VL53L7CX ToF sensor. I implemented firmware on the NUCLEO-H755ZI-Q board with VL53L7CX sensor from Pololu based on the firmware example in the "en.X-CUBE-TOF1\Pro...

pshih_0-1725888373318.png pshih_1-1725888589020.png
pshih by Associate II
  • 609 Views
  • 6 replies
  • 0 kudos

Resolved! Cannot read more than one zone with VL53L3CX

Hello,We have been using multiple VL53L3CX sensors for some time but only using one zone. Now, we want to use all four of them but we are running into some issues: Specifically, we can only read one zone while the rest all return status 255. In addit...

Resolved! VL53L8CX SPI doesn't work properly

Hi everyone: I am working on a project with VL53L8CX Time-of-Flight sensor from Pololu. I integrated it with NUCLEO-H755ZI-Q board over SPI interface based on the example and driver provided in the STMicro en.STSW-IMG040 software package. I configure...

pshih_0-1725544500633.png pshih_1-1725544500633.png pshih_2-1725544500633.png
pshih by Associate II
  • 1296 Views
  • 7 replies
  • 1 kudos

VL53L1X reading returns 0 with error code 31

I am getting occasional readings from this sensor of zero(0) reading result with the error code 31.  According to the header file this error corresponds to:#define VL53L1X_WARNING_OFFSET_CAL_MISSING_SAMPLES ((VL53L1X_Error) - 31)/*!< Thrown if there ...

will3 by Associate III
  • 571 Views
  • 4 replies
  • 0 kudos

Resolved! ToF VL53L5CX delay after start_ranging

Hello everyone.I'm currently working with ToF sensor VL53L5CX. I wanted to use it in collaboration with a digital camera.But I can see the laser from ToF if the target has a high reflection level. I know that I can simply use the IR filter,but I want...

IvanK by Associate
  • 499 Views
  • 2 replies
  • 0 kudos

Resolved! VL53L5CX Outlier values and Fluctuations

Firstly, on behalf of our company, I would like to appreciate the great products that have been delivered by STM through the years, wish STM well and prosper.#-------------------------------------------------------------------------------------------...

Embedded_William_6-1726520754456.png Embedded_William_3-1726520397814.png Embedded_William_7-1726520786150.png Embedded_William_0-1726519721337.png

Multiple VL53L0X sensors for bluepill board

I need to work with three tof sensors (VL53L0X) at once. First i checked one sensor and it worked well. the code is below.  #include "main.h" #include "vl53l0x_api.h" // Define the I2C handle I2C_HandleTypeDef hi2c1; // Define GPIO pins for XSHUT c...

Aaz_7-23 by Associate
  • 291 Views
  • 1 replies
  • 1 kudos

Resolved! VL53L8 API not working

Hello, i've recently made a board including a VL53L8 Time of flight sensor connected to an STM32G071 over SPI.I'm using the VL53LMZ api to connect to it and after modifying the platform.c file i've managed to talk to the sensor (vl53lmz_is_alive() se...