Imaging (sensors)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Looking for VL53L4ED documentation

Hi everybody. Please help me.  I bought a VL53L4ED sensor and would like to learn how to use it.I have found a number of documents and driver examples, but have been unable to find a document describing the internal registers and their function. (pro...

Brazdil by Associate II
  • 2035 Views
  • 14 replies
  • 1 kudos

Resolved! Have to reset power on VL53L4CX before code works again

Hi,I'm using an ESP32 (the RAK11200 module) with my own board (https://github.com/cyclops1982/TOFBoard/tree/main/TOFBoard).I'm using this helper file and basically do:1. A init() during the arduino setup()2. During the arduino loop() i run the GetDep...

cyclops by Associate II
  • 173 Views
  • 2 replies
  • 1 kudos

Resolved! VL53L5CX Config error

I am trying to work with the VL53L5CX Tof sensor. The following calls succeed.VL53L5CX_InitVL53L5CX_ReadIDVL53L5CX_Start However, the following call fails:     VL53L5CX_Result_t pResult;    VL53L5CX_ProfileConfig_t _profile;    _profile.RangingProfil...

Resolved! X-CUBE-TOF1 with custom STM32H7 hardware

Hi all,I recently purchased an STM32H723VGT6 breakout board [https://github.com/WeActStudio/WeActStudio.MiniSTM32H723] (not a NUCLEO) and a VL53L5CX sensor breakout from Pololu [https://www.pololu.com/product/3417], and, as I'm a beginner and struggl...

hxtec32 by Associate II
  • 875 Views
  • 3 replies
  • 0 kudos

Build error for VL53L5CX on jetson nano, ubuntu

 Hi, I trying to using VL53L5CX with my jetson nano.Once I want to using it with arduino uno, but uno is not possibly for using with it.So I trying to connected directly it on my jetson. I'm trying to followingVL53L5CX_Linux manual that downloaded fr...

najon by Associate
  • 148 Views
  • 2 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
  • 363 Views
  • 1 replies
  • 0 kudos

Resolved! VL53L8CH histogram extraction with multiple configurations

I'm extracting the histogram data from the VL53L8CH. In the 8x8 mode, we are limited to few bins (~18) per reading. Is there a way to configure the sensor to oscillate the starting bin configuration so that I can get better range with the same bin pr...

wsun by Associate
  • 304 Views
  • 2 replies
  • 2 kudos

Resolved! VL53L5CX address changes not working.

I am trying to run multiple VL53L5CX-TOF-sensors with a single Pi Pico to be able to stitch together multiple of the sensor images.However for this to work I have to change the i2c addresses of the sensors.I am trying to use the set_i2c_address funct...

FY by Associate
  • 246 Views
  • 2 replies
  • 0 kudos