can anybody help on connection of vl53l1x to nrf52832 and how to use sensor vl53l1x ....any software sample for it...
Thank you.
can anybody help on connection of vl53l1x to nrf52832 and how to use sensor vl53l1x ....any software sample for it...
Thank you.
Doesn't the sensor manufacturer have a support forum?
EDIT
Yes, they do - it's linked from the Product Page:
https://www.st.com/en/imaging-and-photonics-solutions/vl53l1x.html
EDIT 2
which also links you to driver software; eg,
The VL53L1X_ULD API is a set of C functions controlling the VL53L1X device (e.g. init and ranging) to enable the development of end-user applications. The VL53L1X ULD is an optimized version of the initial VL53L1X driver. For example, in the VL53L1X ULD, the API contains only four files instead of 35, and the code footprint is much smaller (2.3 KB vs. 9 KB in Flash). The API is structured in a way that it can be compiled on any kind of platform through a well isolated platform layer (mainly for low-level I2C access). One example code is provided to show how to use the API and perform ranging measurements.