Lecture d'un capteur VL53L8CX de chez STMicroelectronics
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Samuel 06e6ec14b3
8x8 data @15Hz + sketch for processing
7 months ago
.vscode 8x8 data @15Hz + sketch for processing 7 months ago
Docs Lecture des données en 4x4 7 months ago
Examples Lecture des données en 4x4 7 months ago
Platform Lecture des données en 4x4 7 months ago
Processing/VL53L8CX_8x8 8x8 data @15Hz + sketch for processing 7 months ago
VL53L8CX_ULD_API 8x8 data @15Hz + sketch for processing 7 months ago
.gitignore Lecture des données en 4x4 7 months ago
CMakeLists.txt Lecture des données en 4x4 7 months ago
Readme.md 8x8 data @15Hz + sketch for processing 7 months ago
main.c 8x8 data @15Hz + sketch for processing 7 months ago
pico_sdk_import.cmake Lecture des données en 4x4 7 months ago

Readme.md

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.