{"id":23744932,"url":"https://github.com/stm32duino/vl53l4cx","last_synced_at":"2025-07-21T12:39:37.995Z","repository":{"id":39890007,"uuid":"471081166","full_name":"stm32duino/VL53L4CX","owner":"stm32duino","description":"Arduino library to support the VL53L4CX Time-of-Flight high accuracy ranging sensor with multi target detection","archived":false,"fork":false,"pushed_at":"2022-11-24T13:43:57.000Z","size":267,"stargazers_count":10,"open_issues_count":0,"forks_count":10,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-05T14:34:49.195Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stm32duino.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-03-17T17:34:21.000Z","updated_at":"2025-02-13T17:08:52.000Z","dependencies_parsed_at":"2023-01-22T11:15:19.132Z","dependency_job_id":null,"html_url":"https://github.com/stm32duino/VL53L4CX","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/stm32duino/VL53L4CX","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FVL53L4CX","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FVL53L4CX/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FVL53L4CX/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FVL53L4CX/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stm32duino","download_url":"https://codeload.github.com/stm32duino/VL53L4CX/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stm32duino%2FVL53L4CX/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266303651,"owners_count":23908373,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-31T12:51:00.867Z","updated_at":"2025-07-21T12:39:37.977Z","avatar_url":"https://github.com/stm32duino.png","language":"C++","readme":"# VL53L4CX\nArduino library to support the VL53L4CX Time-of-Flight high accuracy ranging sensor with multi target detection.\n\n## API\n\nThis sensor uses I2C to communicate. An I2C instance is required to access to the sensor.\nThe APIs provide simple distance measure in both polling and interrupt modes.\n\n## Examples\n\nThere are 3 examples with the VL53L4CX library.\n\n* VL53L4CX_Sat_HelloWorld: This example code is to show how to get proximity\n  values of the VL53L4CX satellite sensor in polling mode.\n\n* VL53L4CX_Sat_HelloWorld_Interrupt: This example code is to show how to get proximity\n  values of the VL53L4CX satellite sensor in interrupt mode.\n\n    In order to use these examples you need to connect the VL53L4CX satellite sensor directly to the Nucleo board with wires as explained below:\n    - pin 1 (GND) of the VL53L4CX satellite connected to GND of the Nucleo board\n    - pin 2 (VDD) of the VL53L4CX satellite connected to 3V3 pin of the Nucleo board\n    - pin 3 (SCL) of the VL53L4CX satellite connected to pin D15 (SCL) of the Nucleo board\n    - pin 4 (SDA) of the VL53L4CX satellite connected to pin D14 (SDA) of the Nucleo board\n    - pin 5 (GPIO1) of the VL53L4CX satellite connected to pin A2 of the Nucleo board\n    - pin 6 (XSHUT) of the VL53L4CX satellite connected to pin A1 of the Nucleo board\n\n\n* VL53L4CX_Sat_SerialGraphic: This example code is to show how to get proximity\n  values of the VL53L4CX satellite sensor in polling mode.\n\n     In order to use this example as written, you need to connect an Adafruit VL53L4CX Time of Flight Distance Sensor\n     to an Adafruit ESP32 board listed below with wires either directly to the exposed pins or the STEMMA QT connector\n     where available:\n     - Adafruit VL53L4CX ToF Sensor ------\u003e VIN   GND   SCL      SDA      STEMMA QT           XSHUT\n     - Adafruit HUZZAH32 – ESP32 Feather    3.3v  gnd   SCL(22)  SDA(23)    n/a                ***\n     - Adafruit ESP32 Feather V2 ^          3.3v  gnd   SCL(20)  SDA(22)  SCL(20)  SDA(22)     ***\n     - Adafruit QT Py ESP32 Pico ^^         3.3v  gnd   SCL(33)  SDA( 4)  SCL1(19) SDA1(22)    ***\n     - Adafruit QT Py ESP32-S2   ^^         3.3v  gnd   SCL( 6)  SDA( 7)  SCL1(40) SDA1(41)    ***\n        *** XSHUT connected to the desired output GPIO pin, A1 used in the example.\n         ^  The Feather ESP32 V2 has a NEOPIXEL_I2C_POWER pin that must be pulled HIGH \n            to enable power to the STEMMA QT port. Without it, the QT port will not work!\n         ^^ ESP32 boards with secondary I2c ports require that the secondary ports must be \n            manually assigned their pins with setPins(), e.g. Wire1.setPins(SDA1, SCL1);\n   \n     This example looks for the ToF device on either I2c port when two ports are known to exist.\n     By default, it will display valid results \"graphically\" through the serial terminal.\n     Display of details, as displayed in example VL53L4CX_Sat_HelloWorld, is optional by \n     changing the value of a parameter.\n\n## Documentation\n\nYou can find the source files at  \nhttps://github.com/stm32duino/VL53L4CX\n\nThe VL53L4CX datasheet is available at  \nhttps://www.st.com/en/imaging-and-photonics-solutions/vl53l4cx.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fvl53l4cx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstm32duino%2Fvl53l4cx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstm32duino%2Fvl53l4cx/lists"}