rjrp44/vl53l8cx

4.0.1

Latest
uploaded 16 hours ago
A vl53l8cx library for esp32 using the esp-idf framework.

11 examples

  • I2C_and_RAM_optimization
    This example demonstrates how to optimize I2C transactions and RAM usage with the VL53L8CX, capturing 10 frames.
    4.18 KB
  • calibrate_xtalk
    This example shows the VL53L8CX's ability to get/set parameters, calibrate self, and capture 10 frames.
    4.26 KB
  • detection_thresholds
    This example shows the VL53L8CX's capability to program detection thresholds for ranging, initializing two thresholds per zone at a 4x4 resolution.
    4.97 KB
  • get_set_params
    This example demonstrates how to configure and use the VL53L8CX sensor to capture ranging data.
    5.46 KB
  • motion_indicator
    This example demonstrates the motion indicator capabilities of the VL53L8CX.
    4.11 KB
  • motion_indicator_with_detection_thresholds
    This example shows how to use the motion indicator with detection threshold for user detection applications.
    4.97 KB
  • multiple_targets_per_zone
    This example demonstrates the VL53L8CX's capability to configure parameters and perform ranging to capture 10 frames.
    4.05 KB
  • power_modes
    This example demonstrates the VL53L8CX's ability to change power mode while initializing and configuring the system.
    4.06 KB
  • ranging_basic
    This example initializes the VL53L8CX ULD and starts a ranging to capture 10 frames with a default resolution of 4x4.
    3.89 KB
  • ranging_modes
    This example demonstrates the differences between continuous and autonomous ranging modes of the VL53L8CX sensor.
    4.07 KB
  • vizualize_xtalk_data
    This example shows how to visualize Xtalk data using the VL53L8CX. It initializes the sensor, performs Xtalk calibration, and captures 10 frames.
    4.64 KB