rjrp44/vl53l5cx

4.0.1

Latest
uploaded 9 hours ago
A vl53l5cx library for esp32 using the esp-idf framework.

11 examples

  • I2C_and_RAM_optimization
    This example illustrates how to reduce I2C transactions and RAM usage with the VL53L5CX by capturing 10 frames.
    4.17 KB
  • calibrate_xtalk
    This example demonstrates the VL53L5CX's ability to get/set parameters, initializing the ULD, setting a configuration, and starting ranging to capture 10 frames.
    4.21 KB
  • detection_thresholds
    This example demonstrates the VL53L5CX's ability to program detection thresholds for a 4x4 resolution, capturing 10 frames.
    4.96 KB
  • get_set_params
    This example demonstrates how to get/set parameters of the VL53L5CX sensor, initializing it and capturing 10 frames.
    5.45 KB
  • motion_indicator
    This example demonstrates the motion indicator capabilities of the VL53L5CX sensor.
    4.09 KB
  • motion_indicator_with_detection_thresholds
    This example shows how to use the motion indicator with detection thresholds for user detection applications.
    4.96 KB
  • multiple_targets_per_zone
    This example demonstrates the VL53L5CX's ability to get/set parameters, initialize, configure, and start ranging for 10 frames.
    4.04 KB
  • power_modes
    This example demonstrates how to change the power mode of the VL53L5CX, initializing it, configuring settings, and capturing 10 frames.
    3.98 KB
  • ranging_basic
    This example initializes the VL53L5CX ULD and starts a ranging to capture 10 frames with a resolution of 4x4.
    3.90 KB
  • ranging_modes
    This example shows the differences between ranging modes of VL53L5CX, initializing it and capturing 10 frames.
    4.06 KB
  • vizualize_xtalk_data
    This example shows the VL53L5CX's ability to visualize Xtalk data, performing calibration and capturing frames.
    4.63 KB