Skip to main content
acdi01
Visitor II
December 23, 2021
Question

Hi has anyone made a Python wrapper like this: https://github.com/cassou/VL53L0X_rasp but that works for the VL53L1CB Linux driver? Thanks!

  • December 23, 2021
  • 1 reply
  • 655 views

..

This topic has been closed for replies.

1 reply

John E KVAM
ST Employee
January 6, 2022

I don't have a python wrapper, but I saw an application where the C-coded example was run and then the output piped into a python script.

Python is not my thing, but apparently reading data from the pipe was easy enough.

Could that work?

Granted, you don't have any control over the sensor from python, but assuming you just want to run the sensor and get the answers as they arrive, it could work

  • john