https://github.com/stm32duino/x-nucleo-53l4a1
Arduino library to support the X-NUCLEO-53L4A1 based on VL53L4CD proximity sensor
https://github.com/stm32duino/x-nucleo-53l4a1
Last synced: 5 months ago
JSON representation
Arduino library to support the X-NUCLEO-53L4A1 based on VL53L4CD proximity sensor
- Host: GitHub
- URL: https://github.com/stm32duino/x-nucleo-53l4a1
- Owner: stm32duino
- License: bsd-3-clause
- Created: 2022-01-03T08:49:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-24T13:44:45.000Z (over 3 years ago)
- Last Synced: 2025-06-01T02:56:55.758Z (about 1 year ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# X-NUCLEO-53L4A1
Arduino library to support the X-NUCLEO-53L4A1 based on VL53L4CD ranging sensor.
This sensor uses I2C to communicate. An I2C instance is required to access to the sensor.
The APIs provide simple distance measure in both polling and interrupt modes.
## Examples
There are 2 examples with the X-NUCLEO-53L4A1 library.
* X_NUCLEO_53L4A1_HelloWorld: This example code is to show how to get proximity
values of the onboard VL53L4CD sensor in polling mode.
* X_NUCLEO_53L4A1_HelloWorld_Interrupt: This example code is to show how to get proximity
values of the onboard VL53L4CD sensor in interrupt mode.
## Dependencies
This package requires the following Arduino libraries:
* STM32duino VL53L4CD: https://github.com/stm32duino/VL53L4CD
## Documentation
You can find the source files at
https://github.com/stm32duino/X-NUCLEO-53L4A1
The VL53L4CD datasheet is available at
https://www.st.com/content/st_com/en/products/imaging-and-photonics-solutions/proximity-sensors/vl53l4cd.html