cancel
Showing results for 
Search instead for 
Did you mean: 

Help to get Make files for Compilation of VL53L1X ULD API

NPate.8
Associate

Hi,

I am planning to use VL53L1X ULD API for calibration functionality. Host system is Raspberry PI and I got source code of VL53L1X ULD and Example Application from https://my.st.com/content/my_st_com/en/products/embedded-software/imaging-software/stsw-

1 REPLY 1
John E KVAM
ST Employee

l double-checked. There is a makefile in there. In fact there are two.

If you want to use interrupts, you need a kernel module to absorb the interrupt and then make a call-back for you.

That code is in there - but you only need it if you want to use the interrupts. Otherwise the code will poll for done.

I'd start with the polling-type program until you are confident it works and then move on to the interrupt.

The code is simple and hopefully straight forward.

Good luck.

  • 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.