2024-08-14 03:23 PM
Hi
I want to use VL53L1x board sensor for custom application. I wanted to use an external laser source of 940nm and block the onboard laser source. Are there any precautions to be taken for such case?
I also wanted to know is it possible to access the raw data such as photon counts/ intensity, could u please show an example?
Is it possible to interface this sensor with custom controller boards such as FPGA?
Solved! Go to Solution.
2024-08-15 06:18 AM
That’s going to be really difficult. The issue is that the sensor 2usec pulses and there are a lot of them. Maybe a million per 30ms range. And to prevent EMI issues we dither the clock. And the dither is what is going to get you. I’d say you can’t do it, but I’ve learned never to underestimate people.
2024-08-15 12:35 AM
Hi Vishnusf,
so, you want to implement a distance measurement with an external laser source?
You can access the signal rate as well as other information. Check the vl53l1x api.
I only use the vl53l1x with MCUs only, but if you have a working i²c master implemenation on your fpga, it should work as well,.
2024-08-15 06:18 AM
That’s going to be really difficult. The issue is that the sensor 2usec pulses and there are a lot of them. Maybe a million per 30ms range. And to prevent EMI issues we dither the clock. And the dither is what is going to get you. I’d say you can’t do it, but I’ve learned never to underestimate people.
2024-08-15 08:26 AM
Hi John ,
Thanks for the reply. So you are saying its going to be difficult to use a continuous wave laser with this sensor? Does ST have any miniaturized SPAD sensor that can be used for custom applications?