wayland/vl53l0x-time-of-flight@0.0.2

License: BSD-3-Clause

Time-of-Flight (ToF) sensor. Arduino library for the ST VL53L0X sensor (https://www.st.com/en/imaging-and-photonics-solutions/vl53l0x.html). Wraps the Pololu VL43L0X library for Arduino (https://github.com/pololu/vl53l0x-arduino).
NodeDescription
example-test-tof-sensor
Patch to test tof-sensor.
get-address
Read the I²C address of the VL53L0X.
get-measurement-timing-budget
Read measurement timing budget of VL53L0X.
get-timeout
Read current timeout setting of VL53L0X.
init
Initialize VL53L0X device.
read-distance
Read distance (mm).
set-measurement-timing-budget
Set measurement timing budget.
set-timeout
Set timeout.
start-continuous
Start continuous ranging measurements, with the given inter-measurement period in milliseconds determining how often the sensor takes a measurement.
stop-continuous
Stop continuous measurements.
timeout-occurred
Did a timeout occur in one of the read functions since the last call to this node?
vl53l0x-device
Create VL53L0X device.
tof-sensor
Time-of-Flight (ToF) sensor.
To use the nodes in your project you should have the wayland/vl53l0x-time-of-flight library installed. Use the “File → Add Library” menu item in XOD IDE if you don’t have it yet. See Using libraries for more info.