Print data from Lidar sensor
Hello guysi want to print lidar sensor data (digital) to virtual port.what is the way to do it.do i need to change the received data to string?TIA
Discuss applications using Time-of-Flight technology, and find answers to your questions on troubleshooting, data accuracy, and optimizing communication.
Hello guysi want to print lidar sensor data (digital) to virtual port.what is the way to do it.do i need to change the received data to string?TIA
I am interested to know the key differences between the VL6180 and VL6180X ToF sensors.I understand that the VL6180 has no ALS and also it appears to operate over a longer range.Is it as accurate in the 0-100mm range as the VL6180X?Thank you
Hi,I have a laptop equipped with VL53L5, I want to use it, but after my query, I found that there is no relevant instance executed in Win10, and no softwares can be used on ST official websiteI know that VL53L5 is a new product, I am thinking that it...
VL53L1_PerformOffsetCalibration(Dev, 140, 17 << 16)From digging in the code it looks like CalReflectancePerCent is fixpoint1616 and CalDistanceMilliMeter is an int32. For example is this the correct format to calibrate with a 17% Grey card at 140mm?
Hello,I am desperate, have been looking for the cause of a malfunction for quite a long time now.I use the VL53L1X with the ULD API.My code looks like the example code:Enable EN-Pinwait for CheckBootState == okSensorInit (Config like ULD, no changes)...
Hello,I am designing a system of multiple VL53L1X sensors placed around a drone. My question is whether two sensors are closed and oriented towards the same direction , is it possible that the VCSEL signal from one could affect the measure computatio...
UM2133 says the default value of histogram_ranging_gain_factor should be 0.971. When I get the data for VL53L1_gain_calibration_data_t->histogram_ranging_gain_factor, I get an integer "1987". The data type listed in the typedef in vl53l1_ll_def.h is ...
Hi, I included the VL53L0X API from ST in a STM32G4 STM32CubeMX project. Now I need a example of how to use the API to init the VL53L0X and do a simple range measurement. I'm using the Arduino VL53L0X module.
I was evaluating VL53L1 through X-NUCLEO-53L1A2.The GUI (api rev 2432 6.6 build 1) showed NOT VALID, but I checked the Data Log (.csv) and I found the "trueRange_cm" data was valid. I have a question, which data result is true, GUI or Data Log?Thanks...