https://github.com/stm32duino/x-nucleo-53l3a2
Arduino library to support the X-NUCLEO-53L3A2 based on VL53L3CX Time-of-Flight ranging sensor with multi target detection
https://github.com/stm32duino/x-nucleo-53l3a2
Last synced: 3 months ago
JSON representation
Arduino library to support the X-NUCLEO-53L3A2 based on VL53L3CX Time-of-Flight ranging sensor with multi target detection
- Host: GitHub
- URL: https://github.com/stm32duino/x-nucleo-53l3a2
- Owner: stm32duino
- License: bsd-3-clause
- Created: 2020-08-03T11:10:03.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T13:47:44.000Z (over 3 years ago)
- Last Synced: 2024-12-31T12:51:30.506Z (over 1 year ago)
- Language: C++
- Size: 25.4 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# X-NUCLEO-53L3A2
Arduino library to support the X-NUCLEO-53L3A2 based on VL53L3CX Time-of-Flight with advanced multi-object detection.
This sensor uses I2C to communicate. An I2C instance is required to access to the sensor.
The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes.
## Examples
There are 2 examples with the X-NUCLEO-53L3A2 library.
* X_NUCLEO_53L3A2_HelloWorld: This example code is to show how to get multi-object detection and proximity
values of the onboard VL53L3CX sensor in polling mode.
* X_NUCLEO_53L3A2_HelloWorld_Interrupt: This example code is to show how to get multi-object detection and proximity
values of the onboard VL53L3CX sensor in interrupt mode.
## Dependencies
This package requires the following Arduino libraries:
* STM32duino VL53L3CX: https://github.com/stm32duino/VL53L3CX
## Note
The maximum detection distance is influenced by the color of the target and
the indoor or outdoor situation due to absence or presence of external
infrared. The detection range can be comprise between ~40cm and ~400cm.
## Documentation
You can find the source files at
https://github.com/stm32duino/X-NUCLEO-53L3A2
The VL53L3CX datasheet is available at
https://www.st.com/content/st_com/en/products/imaging-and-photonics-solutions/proximity-sensors/vl53l3cx.html