rjrp44/vl53l5cx

4.0.0

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

11 examples

  • I2C_and_RAM_optimization
    This example demonstrates the capability of VL53L5CX to minimize I2C transactions and RAM usage by initializing the VL53L5CX ULD and starting a…
    4.17 KB
  • calibrate_xtalk
    This example demonstrates the ability of the VL53L5CX to get/set parameters, initializing the ULD, setting a configuration, and starting a ranging…
    4.21 KB
  • detection_thresholds
    This example demonstrates the VL53L5CX's ability to program detection thresholds by initializing the sensor with two thresholds per zone for a 4x4…
    4.96 KB
  • get_set_params
    This example demonstrates how to initialize the VL53L5CX ULD, configure its parameters, and start ranging to capture 10 frames. It provides…
    5.45 KB
  • motion_indicator
    This example shows the VL53L5CX motion indicator capabilities.
    4.09 KB
  • motion_indicator_with_detection_thresholds
    This example shows how to use the motion indicator with detection thresholds, useful for user detection applications. It requires connecting the INT…
    4.96 KB
  • multiple_targets_per_zone
    This example demonstrates the capability of the VL53L5CX to get and set parameters. It initializes the VL53L5CX ULD, configures it, and starts…
    4.04 KB
  • power_modes
    This example demonstrates how to change the power mode of the VL53L5CX, initializing the device, setting a configuration, and starting a ranging to…
    3.98 KB
  • ranging_basic
    This example initializes the VL53L5CX ULD and starts ranging to capture 10 frames with a default resolution of 4x4 and a ranging period of 1Hz.
    3.90 KB
  • ranging_modes
    This example shows the differences between ranging modes of VL53L5CX, specifically continuous and autonomous modes. It initializes the VL53L5CX ULD,…
    4.06 KB
  • vizualize_xtalk_data
    This example demonstrates the VL53L5CX's capability to visualize Xtalk data by initializing the sensor, performing Xtalk calibration, and capturing…
    4.63 KB