You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The VL53L3CX is the latest Time-of-Flight (ToF) product from STMicroelectronics and embeds ST’s third generation FlightSense patented technology. It combines a high performance proximity and ranging sensor, with multi target distance measurements and automatic smudge correction. The miniature reflowable package integrates a single photon avalanche diode (SPAD) array and physical infrared filters to achieve the best ranging performance in various ambient lighting conditions, with a wide range of cover glass windows.
2
+
Arduino library to support the VL53L3CX Time-of-Flight ranging sensor with advanced multi-object detection.
3
3
4
-
# API
5
-
This sensor uses I2C to communicate. And I2C instance is required to access to the sensor.
4
+
## API
6
5
7
-
The API provides simple distance measure, single swipe gesture detection, directional (left/right) swipe gesture detection and single tap gesture detection.
6
+
This sensor uses I2C to communicate. And I2C instance is required to access to the sensor.
7
+
The APIs provide simple distance measure and multi-object detection in both polling and interrupt modes.
8
8
9
-
# Examples
9
+
##Examples
10
10
11
11
There are 2 examples with the VL53L3CX library.
12
12
@@ -19,18 +19,22 @@ In order to use these examples you need to connect the VL53L3CX satellite sensor
19
19
- pin 6 (GND) of the VL53L3CX satellite connected to GND of the Nucleo board
20
20
- pins 7, 8, 9 and 10 are not connected.
21
21
22
-
* VL53L3CX_Sat_HelloWorld: This example code is to show how to get multi-object detection and proximity values of the VL53L3CX satellite sensor in polling mode.
22
+
* VL53L3CX_Sat_HelloWorld: This example code is to show how to get multi-object detection and proximity
23
+
values of the VL53L3CX satellite sensor in polling mode.
23
24
24
-
* VL53L3CX_Sat_HelloWorld_Interrupt: This example code is to show how to get multi-object detection and proximity values of the VL53L3CX satellite sensor in interrupt mode.
25
+
* VL53L3CX_Sat_HelloWorld_Interrupt: This example code is to show how to get multi-object detection and proximity
26
+
values of the VL53L3CX satellite sensor in interrupt mode.
25
27
26
-
# Note
27
-
The VL53L3CX is a fully integrated miniature module with a low power microcontroller with advanced digital firmware. Detection with full field of view (FoV) is up to 300 cm +. It works with many types of glass roofing materials. Xshutdown (reset) and stop GPIO are integrated to optimize remote operation.
28
+
## Note
28
29
29
-
# Documentation
30
-
You can find the source files at
30
+
The VL53L3CX is a fully integrated miniature module with a low power microcontroller with advanced digital firmware.
31
+
Detection with full field of view (FoV) is up to 300 cm +. It works with many types of glass roofing materials.
32
+
Xshutdown (reset) and stop GPIO are integrated to optimize remote operation.
0 commit comments