We can start with the IAQ sensor and the LiDAR. The global labelling of these two sensors is different from the other sensors because they are mounted on a vertical part of the PCB (rather than part of the main circuit board). This is because:
-
LiDAR needs to be perpendicular to the watch in order to point at objects.
-
The further away the BME680 is from other heat-generating components, the more accurate its ambient readings will be.
It should also be noted that the VL53L1X LiDAR works best in low ambient light. I have not experienced any problems using it indoors and it works even better with the lights off. However, when using it on a sunny day, the ambient light from the sun introduces noise into the sensor's measurements, reducing the accuracy and reliability of the distance readings.
In addition, while the laser pointer is used to help aim the LiDAR, it is not always a direct indicator of the measured position.The VL53L1X distance measurement algorithm basically works by taking an area around the centre (about 9.8 degrees in all directions from where you're pointing) in order to get a larger sample of the incident light. It then uses this combined reading to calculate the distance. That is, if you're trying to measure an environment close to a laser dot, then the measured distance will be a combination of the distance in the click + the reading of something nearby (within 9.8 degrees).