Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/n1kdo/prolaser-iii
- Owner: n1kdo
- License: bsd-2-clause
- Created: 2022-10-17T15:58:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-20T17:50:54.000Z (12 months ago)
- Last Synced: 2024-11-15T04:27:08.985Z (2 months ago)
- Topics: lidar, micropython-rpi-pico, pico-w, prolaser3, speed
- Language: Python
- Homepage:
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
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.