Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n1kdo/prolaser-iii

MicroPython code to read data from ProLaser III speed LIDAR
https://github.com/n1kdo/prolaser-iii

lidar micropython-rpi-pico pico-w prolaser3 speed

Last synced: 3 days ago
JSON representation

MicroPython code to read data from ProLaser III speed LIDAR

Awesome Lists containing this project

README

        

# ProLaser III Control Console

This code interacts with a Kustom Signals ProLaser III speed lidar unit.

![](pl3-web.png)

It reads speed packets from the lidar gun and reports them to a web app.

The code runs on MicroPython (Raspberry Pi Pico-W) as well as good-old-fashioned
desktop Python. For desktop Python, this code requires the PySerial library.

The ProLaser III serial protocols were all reverse-engineered, I'm sure what
I have is not the complete list.

This remains a work in progress. Comments and input are welcome.