Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

VL53L1X when to trust readings?

Hi,   typedef struct { uint8_t Status; /*!< ResultStatus */ uint16_t Distance; /*!< ResultDistance */ uint16_t Ambient; /*!< ResultAmbient */ uint16_t SigPerSPAD;/*!< ResultSignalPerSPAD */ uint16_t NumSPADs; /*!< ResultNumSPADs */ } VL53L1X_Result_t...

will3 by Associate II
  • 97 Views
  • 3 replies
  • 0 kudos

Can a TOF sensor detect a person through a plastic case?

HI We are thinking about a method for detecting people.   The prerequisite is that we need to detect people by penetrating a plastic case with a thickness of about 3mm (white). The existing PIR cannot penetrate the case, and radar sensors are expensi...

moon1003_0-1736746444564.png
moon1003 by Associate III
  • 123 Views
  • 1 replies
  • 0 kudos

VL53L1X Calibration reboot

Hi, We use the calibration ST APIs.  The procedure we follow is run calibration and then reboot with the new offset. However,  is there anyway to avoid having to reboot? We would like to auto calibrate in real time without a reboot if this is at all ...

will3 by Associate II
  • 61 Views
  • 0 replies
  • 0 kudos

Resolved! VL53L7CX fails at init

Hello,I am trying to use the VL53L7CX on a robotic project with the provided driver, but it fails at Init.The sensor is detected as alive ("isAlive" is true), the I2C speed is set to 1Mhz (even if I tried lower speeds as well), and it fails exacly at...

Wake up microcontroller using GPIO of VL53L0X

HI folks.I would like to wake up my ESP8266 using an interrupt from the VL53L0X sensor.I have configured the sensor to use both threshold detection and to trigger an interrupt. I tested whether the interrupt is being triggered, and it is— the GPIO pi...

39425d93ebfec46a64e551e7f55199c01fbc71d4.png

Resolved! VL53L0X full register map & documentation

Does anyone have access to documentation with an actual list of registers with addresses and functionality and a full description of the register bits for the VL53L0X?  All I have been able to find is documentation that refers to the questionable API...