https://github.com/stm32duino/x-nucleo-53l8a1
Arduino library to support the X-NUCLEO-53L8A1 based on VL53L8CX low-power high-performance 8x8 multizone Time-of-Flight sensor (ToF)
https://github.com/stm32duino/x-nucleo-53l8a1
Last synced: 2 months ago
JSON representation
Arduino library to support the X-NUCLEO-53L8A1 based on VL53L8CX low-power high-performance 8x8 multizone Time-of-Flight sensor (ToF)
- Host: GitHub
- URL: https://github.com/stm32duino/x-nucleo-53l8a1
- Owner: stm32duino
- License: bsd-3-clause
- Created: 2023-06-12T12:13:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-01T07:19:06.000Z (10 months ago)
- Last Synced: 2024-12-31T12:50:13.171Z (4 months ago)
- Size: 27.3 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X-NUCLEO-53L8A1
Arduino library to support the X-NUCLEO-53L8A1 based on VL53L8CX Time-of-Flight 8x8 multizone ranging sensor with wide field view.
This sensor uses I2C or SPI to communicate. I2C or SPI instance is required to access to the sensor.
The APIs provide simple distance measure and multizone detection in both polling and interrupt modes.## Examples
There are 6 examples with the X-NUCLEO-53L8A1 library using I2C and SPI.
To use the X_NUCLEO_53L8A1 in SPI mode J7, J8, J9 jumpers must be on SPI.* X_NUCLEO_53L8A1_HelloWorld_I2C: This example code is to show how to get multizone detection and proximity values of the VL53L8CX sensor in polling mode using I2C communication.
* X_NUCLEO_53L8A1_HelloWorld_SPI: This example code is to show how to get multizone detection and proximity values of the VL53L8CX sensor in polling mode using SPI communication.
* X_NUCLEO_53L8A1_ThresholdsDetection_I2C: This example code is to show how to configure the thresholds detection in interrupt mode using I2C communication.
* X_NUCLEO_53L8A1_ThresholdsDetection_SPI: This example code is to show how to configure the thresholds detection in interrupt mode using SPI communication.
* X_NUCLEO_53L8A1__MultiSensorRanging_I2C: This example code is to show how to make three VL53L8CX ToF sensors run simultaneously in polling mode using I2C communication.
* X_NUCLEO_53L8A1__MultiSensorRanging_SPI: This example code is to show how to make three VL53L8CX ToF sensors run simultaneously in polling mode using SPI communication.## Dependencies
This package requires the following Arduino library:
* STM32duino VL53L8CX: https://github.com/stm32duino/VL53L8CX
## Documentation
You can find the source files at
https://github.com/stm32duino/X-NUCLEO-53L8A1The VL53L8CX datasheet is available at
https://www.st.com/en/imaging-and-photonics-solutions/vl53L8cx.html