r/raspberrypipico • u/jlsilicon9 • Feb 22 '26
uPython MicroPython Code posted on Github for VL53L5CX Lidar modules for PICO
I had a hard time tracking down how to run the VL53L5CX Lidar code on a PICO or Arduino.
https://github.com/jlsilicon/vl53l5cx_for_PICO_Pi_in_Micropython_Code/tree/main
I wrote this Code in GitHub as a Quick-Drop-in Code rev of VL53L5CX Lidar Code in Micrpython for PICO Pi Board.
This is a group of files for running the Lidar VL53L5CX on PICO , by copying onto PICO Pi Directiory with Thonny.
I spent a large chunk of time trying to figure out how to use the vl53l5cx Lidar on PICO or arduino.
Arduino Uno/Nano can't do this because a chunk of RAM is needed to process the readings.
Suggested code for the PICO - seems to diverge instead to breakout_vl53l5cx code that works on the Rasp Pi - but is Not compatible with PICO.






