Resolved! Calibration card
Calibration of ToF sensors requires a target which is '17% reflective'. Can I take it this means a simple peice of paper or card printed on a laser printer at 83% black (greyscale)?Thanks
Discuss applications using ST FlightSense Time-of-Flight sensors, ST BrightSense CMOS image sensors, and ambiant light sensors (ALS) technology. Find answers to your questions on troubleshooting, data accuracy, optimizing communication and more.
Calibration of ToF sensors requires a target which is '17% reflective'. Can I take it this means a simple peice of paper or card printed on a laser printer at 83% black (greyscale)?Thanks
I was using the sensor until now on an Raspberry Pi with direct access to the I2C bus without problems.Now I use an FT260 USB-I2C interface to communicate to the sensor from a PC via USB. In principle the communication is working, e.g. vl53l5cx_is_al...
Hi there, I am using multiple VL53L4CX sensors and the target is a person's hand within a 60cm range. I am wondering if there is a specific calibration method for a hand within a shorter range (60cm), to improve readings. Right now I am just using t...
I was able to run the vl53l5cx demo, however when calling 53l5cx_check_data_ready, I see that it reported a 'GO2'error. The code is C5.The content of the (relevant?) config.tempbuffer is 0, 5, C5, 81.How to figure out what is wrong here, is there an ...
Hi, I'm trying to use the VL53L0X sensor driver with zephyr and nRF52833, but I'm getting errors when the driver is trying to calibrate. Below are the errors returned by the log system: My question, how could I solve this, it seems to be a software ...
I want to use the VD55g1 camera on widows but i am not able to find the right driver
Hello, I am developing a sensor board using the Raspberry Pi Zero 2W with the VL53L5CX IC by itself, not a breakout board. However, I am running into a problem when trying to read in the sensor data using a simple test script offered by Pimorini. I a...
Hello, I'm trying to set up the deep sleep mode for VL53L8CX using NUCLEO L476RG board so as described in the datasheet that it can operates in 3 different states:• Wake-up: The device is set in HP idle (high power), waiting for instructions.• Sleep:...
I am a beginner in this field. Can anyone help me?I am testing Adafruit VL53L4CD and Arduino Nano with Atmel ATmega328P 16 MHz processor.Only 10 cm. wire is connecting the Adafruit board and the Nano board.I have an issue with status code using ST VL...
I'm implementing a smart shelving solution that uses an array of multiple ( 3x6 sensors across 3 i2c channels). I'm multiplexing the sensors so that no sensors emit on the same time. For that I use the drivers start measurement and stop functions and...