rjrp44/vl53l8cx

4.0.0

Latest
uploaded 1 year ago
A vl53l8cx library for esp32 using the esp-idf framework.

11 examples

  • I2C_and_RAM_optimization
    This example shows the possibility of VL53L8CX to reduce I2C transactions and RAM footprint. It initializes the VL53L8CX ULD and starts a ranging to…
    4.18 KB
  • calibrate_xtalk
    This example demonstrates the VL53L8CX's capability to get/set parameters, initializing the ULD, configuring settings, and starting a ranging process…
    4.26 KB
  • detection_thresholds
    This example demonstrates the VL53L8CX's capability to program detection thresholds by initializing the device and creating 2 thresholds per zone for…
    4.97 KB
  • get_set_params
    This example demonstrates how to initialize the VL53L8CX ULD, configure the settings, and start ranging to capture 10 frames. It outlines necessary…
    5.46 KB
  • motion_indicator
    This example shows the capabilities of the VL53L8CX motion indicator.
    4.11 KB
  • motion_indicator_with_detection_thresholds
    This example shows how to use the motion indicator with detection thresholds for user detection applications. Motion above 44 is considered movement,…
    4.97 KB
  • multiple_targets_per_zone
    This example demonstrates the capabilities of the VL53L8CX sensor to get and set parameters. It initializes the sensor, configures it, and starts…
    4.05 KB
  • power_modes
    This example shows the ability of VL53L8CX to change power modes by initializing the device, configuring it, changing the power mode, and starting a…
    4.06 KB
  • ranging_basic
    This example initializes the VL53L8CX ULD and starts a ranging to capture 10 frames, configured with a resolution of 4x4 and a ranging period of 1Hz.
    3.89 KB
  • ranging_modes
    This example shows the differences between ranging modes of VL53L8CX (mode continuous and autonomous). It initializes the VL53L8CX ULD, sets the…
    4.07 KB
  • vizualize_xtalk_data
    This example demonstrates the VL53L8CX's capability to visualize crosstalk (Xtalk) data by initializing the sensor, performing Xtalk calibration, and…
    4.64 KB