2019-11-13 12:53 PM
on pg 22 per DocID029105 Rev 1 for Long Range
we are able to set
signal rate to 0.1mcps
default timing budget is 33ms so no change there
VCSEL pre range period to 18
VCSEL final range to 14
but cannot do the final recommended setting configuration of setting Sigma to 60
I know the attached isn't a validated library but it has worked for us and was hoping for assistance to expand from it for long range.
Solved! Go to Solution.
2019-11-20 08:17 AM
FINAL_RANGE_CONFIG__SIGMA_THRESH
Address = 0x076
[15:0] bits
final_range_config_sigma_thresh: Sigma Limit value for FINAL RANGE Limit applied as follows: If sigma measured > sigma_thresh throw sigma error and exit.
If sigma_thresh = 0 skip check for FINAL RANGE
2019-11-13 04:01 PM
sigmaLimit = (FixPoint1616_t)(60*65536);
status = VL53L0X_SetLimitCheckValue(&VL53L0XDevs[i], VL53L0X_CHECKENABLE_SIGMA_FINAL_RANGE,
Put the high half into add
2019-11-20 08:17 AM
FINAL_RANGE_CONFIG__SIGMA_THRESH
Address = 0x076
[15:0] bits
final_range_config_sigma_thresh: Sigma Limit value for FINAL RANGE Limit applied as follows: If sigma measured > sigma_thresh throw sigma error and exit.
If sigma_thresh = 0 skip check for FINAL RANGE