grrtzm/v53l7cx-library

1.0.6

Latest
uploaded 2 months ago
VL53L7CX Ultra Lite Driver (ULD) port for ESP-IDF v5.5+, using the new I2C master driver.

11 examples

  • example_01_ranging_basic
    Minimal bring-up example for the VL53L7CX Ultra Lite Driver (ULD) which includes I²C initialization, functionality checks, and basic ranging…
    4.54 KB
  • example_02_get_set_params
    This example demonstrates the capabilities of the VL73L7CX sensor to get and set parameters, initialize the sensor, configure settings, and capture…
    4.70 KB
  • example_03_ranging_modes
    Demonstrates switching between the VL53L7CX ranging modes and retrieving frames, including continuous/autonomous modes, integration time, and ranging…
    3.42 KB
  • example_04_power_modes
    This example demonstrates the ability of the VL53L7CX to change power modes by initializing the device, setting a configuration, changing the power…
    3.29 KB
  • example_05_multiple_targets_per_zone
    This example demonstrates the VL53L7CX's ability to get/set parameters by initializing the VL53L7CX ULD, configuring it, and starting a ranging to…
    3.29 KB
  • example_06_i2c_and_ram_optimization
    This example shows the possibility of VL53L7CX to reduce I2C transactions and RAM footprint. It initializes the VL53L7CX ULD and starts a ranging to…
    3.43 KB
  • example_07_calibrate_xtalk
    This example demonstrates the VL53L7CX capability to get/set parameters by initializing the ULD, configuring settings, and starting a ranging process…
    3.49 KB
  • example_08_vizualize_xtalk_data
    This example demonstrates the VL53L7CX's capability to visualize crosstalk (Xtalk) data by initializing the module, performing Xtalk calibration, and…
    3.85 KB
  • example_09_detection_thresholds
    This example demonstrates the VL53L7CX's capability to program detection thresholds by initializing it, creating two thresholds per zone for a 4x4…
    5.02 KB
  • example_10_motion_indicator
    This example shows the VL53L7CX motion indicator capabilities.
    3.36 KB
  • example_11_motion_indicator_with_detection_thresholds
    This example shows how to use the motion indicator with detection thresholds for user detection applications, where motion above 44 is considered…
    4.97 KB