Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Sensor intrinsics for VL53L8CH

I am working with the ST VL53L8CH sensor for research purposes. To generate a point cloud from depth measurements, I am trying to get the directional ray to each zone. I am wondering if there is a more detailed explanation of the configuration for SP...

a.png b.png
wsun by Associate
  • 164 Views
  • 1 replies
  • 1 kudos

Resolved! Problems with initialization of VL53L1X

Hi, I am looking for a ToF sensor using VL53L1X.We are currently developing a ToF sensor using VL53L1X.I have a question about the sample API VL53L1X_UltraLowPower you are using.Whenever I execute VL53L1X_ULP_CheckForDataReady within VL53L1X_ULP_Sens...

AL_HM_2-1738847675154.png AL_HM_3-1738847737661.png
AL_HM by Associate
  • 466 Views
  • 2 replies
  • 0 kudos

Resolved! STM32 VL53L7CX SMART PRESENCE DETECTION

Hii,I am working on a project using the STM32 Smart Presence Detection. In order to run the program and get the detection for the person and get some detection readings which file and what are the steps should I follow? I have extracted the STSW-IM04...

Arun28 by Associate
  • 330 Views
  • 3 replies
  • 0 kudos

SmartPresenceDetectionKit_LnA_1.0.0 on raspberry pi

HiI am trying to use this on a raspberry pi4 running ubuntu 2404. I am able to run make successfully but on trying to run the generated binary I get./spdkit error while loading shared libraries: /lib/aarch64-linux-gnu/libc.so: invalid ELFI don't know...

nickw by Associate
  • 281 Views
  • 0 replies
  • 0 kudos

在同一条i2c总线轮询使用两个vl53l1x出现只有一个有反应的问题

这是我的代码,我之前以前改地址成功了的,这里就开始测量数据while (1) {        // 获取当前时间作为起始时间        clock_gettime(CLOCK_MONOTONIC, &start_time);  // 获取起始时间                for (i = 0; i < 2; i++) {  // 轮询两个传感器            Timeout = 0;            dataReady = 0;            // 检查数据是否...

QQ截图20250206165222.png
eneeen by Associate II
  • 413 Views
  • 5 replies
  • 0 kudos

VL53L1_ERROR_ZONE_GPH_ID_CHECK_FAIL

We found a problem with VL53L1CB, After VL53L1_GetMeasurementDataReady returns 0, VL53L1_GetMultiRangingData returns VL53L1_ERROR_ZONE_GPH_ID_CHECK_FAIL. What causes this problem?Thank anyone for a little help

User.120 by Associate II
  • 283 Views
  • 2 replies
  • 0 kudos

Resolved! VL53L4CD (ULD) not ranging?

We are moving to VL53L4CD.Have it all coded but having a strange experience.  Simplistically we use the sensor continuously and only use GetResult to retrieve the sensor readings (e.g. not CheckforDataReady).So,  simplistically looks sorta like this ...

will3 by Associate III
  • 187 Views
  • 2 replies
  • 0 kudos

VL53L8CX at 60 Hz

I am trying to run a VL53L8CX sensor at the maximum advertized speed. Originally, following the marketing for this chip, I had thought that this was possible at the full 8x8 sensor resolution, but later learned that that has a maximum speed of 15 Hz ...

256 by Associate II
  • 168 Views
  • 3 replies
  • 2 kudos

Resolved! VL53L4CD Configuration

static const uint8_t VL53L4CD_DEFAULT_CONFIGURATION[] = {#ifdef VL53L4CD_I2C_FAST_MODE_PLUS0x12, /* 0x2d : set bit 2 and 5 to 1 for fast plus mode (1MHz I2C),else don't touch */#else0x00, /* 0x2d : set bit 2 and 5 to 1 for fast plus mode (1MHz I2C),e...

will3 by Associate III
  • 163 Views
  • 1 replies
  • 0 kudos