Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

VL53L8CX no i2C connection

I have a VL53L8CX time of flight sensor connected via I2C on a custom board. The Board has other devices that can talk on I2C no problem. now i cant see the i2c address of the ToF device. from my understanding everything seems to be fine and in accor...

AA.16 by Associate III
  • 1042 Views
  • 4 replies
  • 0 kudos

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
  • 710 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...

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
  • 638 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
  • 562 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
  • 348 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...