cancel
Showing results for 
Search instead for 
Did you mean: 

Ambient light level with vl53l8cx ?

kgb
Associate III

Hello Everyone !

I would like to know if it is possible to measure ambient light levels  either directly or indirectly , using the VL53L8CX sensor.

Thank you in advance

1 ACCEPTED SOLUTION

Accepted Solutions

The VL6180 line is obsolete. I'm sorry if that was not clear. The VL53L4CD is the replacement, but it does NOT have an ambient light sensor (ALS). ST does make an ALS - the VD6283, and it's pretty good. But its key feature is that it can detect flicker from LED and other artificial lighting. It's also the smallest ALS on the market. So, if you need Flicker detect and small it's the best on out there. But others clearly make one as well.

If you bought the 6180 EVK I'm sorry, but it's not all bad. if you buy the X-Nucleo-53L4A1, you can use it with the white STM32F401RE board from the 6180 EVK. Save you $10 or so. (The P-Nucleo-53L4A1 consists of the X-Nucleo-53L4A1 AND the STM32F401RE board.)

- john

 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

View solution in original post

7 REPLIES 7
John E KVAM
ST Employee

The short answer is no.

There is a filter over the receive section of the sensor that blocks out all the light except the 940nm produced by the VCSEL (laser). So ideally all we see is the light we sent out. But the sun also generates 940nm light. And this 940nm light from the sun is what we call ambient in the VL53L8 manuals.

One could I suppose get a measure of the ambient 940nm light from the sun and guess at how bright the day is. But indoor lights generate almost no 940nm now that halogen lights are a thing of the past.

At one time ST made a part (VL6180) that had an ALS embedded in it. But after a grand run of 10 years we replaced it with a better ToF sensor, and there wasn't the demand to keep the ALS. 

If you need an ALS and you want it small, consider the VD6283 from ST. It's really quite good and amazingly tiny. 

Have a look.

- john


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

Hallo @John E KVAM,

following your recommendation, I ordered an evaluation board for the VL6180X ambient light sensor. However, I'm now realizing that the sensor may be obsolete ? Can you please provide me more details about its status?

The VL6180 line is obsolete. I'm sorry if that was not clear. The VL53L4CD is the replacement, but it does NOT have an ambient light sensor (ALS). ST does make an ALS - the VD6283, and it's pretty good. But its key feature is that it can detect flicker from LED and other artificial lighting. It's also the smallest ALS on the market. So, if you need Flicker detect and small it's the best on out there. But others clearly make one as well.

If you bought the 6180 EVK I'm sorry, but it's not all bad. if you buy the X-Nucleo-53L4A1, you can use it with the white STM32F401RE board from the 6180 EVK. Save you $10 or so. (The P-Nucleo-53L4A1 consists of the X-Nucleo-53L4A1 AND the STM32F401RE board.)

- john

 


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.

@John E KVAM , So Is it reasonable to consider evaluating this sensor for integration into a future industrial product? Since there will be no production in the future anymore.

Hello

It is nomore possible to order the VL6180.  What John is suggesting is to use the VL53L4CD instead but it does not have the ALS feature. 


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'
kgb
Associate III

Hello @Anne BIGOT ,

Thank you for your reply. We are currently considering using the VL53L8CX in combination with the VD6283TX for a specific application, instead of the VL53L4CD. However, we’re concerned about potential interference between the two sensors when placed in close proximity. Could you or someone else clarify whether any disturbance might occur in this configuration?

Thanks

the VL53L8CX operates at 940nm and that is in the low infrared area. It's clearly in the IR band of the VD6283TX. 

JohnEKVAM_0-1749745457030.png

As it doesn't interfere with the RGB or Visible, you can still use those. 

But the ALS chip is fast. You could run the L8 in Autonomous mode and leave a small gap between measurements. In those gaps you could run the ALS and do what you need to do. 

Or - as the VL53L8 has a sync pin - you could stall the L8, take your ALS measurement and then trigger the L8. 

- john


If this or any post solves your issue, please mark them as 'Accept as Solution' It really helps. And if you notice anything wrong do not hesitate to 'Report Inappropriate Content'. Someone will review it.