Skip to main content
Associate II
May 22, 2024
Question

VL53L8CH raw data

  • May 22, 2024
  • 4 replies
  • 2143 views

Hello,

We want to do an experiment for smoke detection with ST's ToF technology. We are using the following STM products:

    - VL53L8CH

    - x-Nucleo-53l7a1 

    - STSW-IMG043

The GUI has so many configurations and it provides raw data and algorithm output data. We are interested in raw data and we want to know which configuration affects the row data. I mean in the same environment, will the sensor raw data change if we change the configuration?

What is the effect of ambient light on the sensor's raw outputs?

 

Thank you!

4 replies

ST Employee
May 22, 2024

Basic configuration of the device mode is done via:
Resolution
RangingPeriod
IntegrationTime

Configuration of what histogram data to capture is done with:
cnhStartX
cnhStartY
cnhMergeX
cnhMergeY
cnhCols
cnhRows
cnhNumBins
cnhStartBin
cnhSubSample

What data to upload to host is set by:
ZoneMode
ExtendedMode
ExtendedFlags

Preprocessing to reduce the effects of optical veiling glare is controlled by 'DivisorVG'  ... set to zero to disable this processing.

In CNH data the ambient light level is removed (subtracted) from the histogram data.

aroshaniAuthor
Associate II
May 24, 2024

Thank you RogerM!

Anne BIGOT
Technical Moderator
May 24, 2024

Can you please confirm which HW you are using ? The X-NUCLEO-53L7A1 has a sensor compatible with the VL53L7CH. If you want to test the VL53L8CH you have to use the X-NUCLEO-53L8A1.

Our community relies on fruitful exchanges and good quality content. You can thank and reward helpful and positive contributions by marking them as 'Accept as Solution'. When marking a solution, make sure it answers your original question or issue that you raised. ST Employees that act as moderators have the right to accept the solution, judging by their expertise. This helps other community members identify useful discussions and refrain from raising the same question. If you notice any false behavior or abuse of the action, do not hesitate to 'Report Inappropriate Content'
aroshaniAuthor
Associate II
May 24, 2024

Thank you Anne!

We are using X-NUCLEO-53L8A1.

 

Regards,

Abbas

Peter BENSCH
Technical Moderator
May 24, 2024

@aroshani I assume that you want to do smoke detection outdoors?

We do have smoke detection software, but this only works indoors in conjunction with ToF sensors. The reason for this is the influence of sunlight, which literally clogs ToF sensors so that the reflected laser pulses are outshone and can no longer be meaningfully analysed. If sunlight can fall on the ToF and the surroundings are not clearly shaded, you will most likely not obtain a reproducible result with ToF.

Regards
/Peter

aroshaniAuthor
Associate II
May 24, 2024

Hi Peter,

 

Thank you for your support.Yes our target is outdoor application.

Could you please let me know, where can I found your software and sample code for indoor smoke detection?

It will be helpful.

 

Regards,

Abbas

Peter BENSCH
Technical Moderator
May 24, 2024

Smoke Detection and Air Quality Monitoring was developed by our partner Mobile Physics, from whom you can obtain further information.

There is also some introduction, e.g. as a video from CES 2024 or in the NewsRoom.

Hope that helps?

Regards
/Peter