Go to file
2023-10-22 18:25:57 +02:00
.vscode 8x8 data @15Hz + sketch for processing 2023-10-22 18:25:57 +02:00
Docs Lecture des données en 4x4 2023-10-21 09:48:27 +02:00
Examples Lecture des données en 4x4 2023-10-21 09:48:27 +02:00
Platform Lecture des données en 4x4 2023-10-21 09:48:27 +02:00
Processing/VL53L8CX_8x8 8x8 data @15Hz + sketch for processing 2023-10-22 18:25:57 +02:00
VL53L8CX_ULD_API 8x8 data @15Hz + sketch for processing 2023-10-22 18:25:57 +02:00
.gitignore Lecture des données en 4x4 2023-10-21 09:48:27 +02:00
CMakeLists.txt Lecture des données en 4x4 2023-10-21 09:48:27 +02:00
main.c 8x8 data @15Hz + sketch for processing 2023-10-22 18:25:57 +02:00
pico_sdk_import.cmake Lecture des données en 4x4 2023-10-21 09:48:27 +02:00
Readme.md 8x8 data @15Hz + sketch for processing 2023-10-22 18:25:57 +02:00

VL53L8CX with the Raspberry Pi Pico (RP2040)

This code use a Raspberry Pi Pico (RP2040) to read the data of a VL53L8CX.

Current status : ability to read @15Hz the 8x8 values and send them to a computer through the USB connection. Based mainly on the "example 1" of the "Ultra Lite Driver" provided by ST Microelectronics.