cansik / three-scan

Three Scan is a three dimensional LIDAR scanner.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

3Scan

3Scan is a three dimensional LIDAR scanner.

Serial Commands

All commands have to be send via serial and terminated with a \n.

// list settings
CMD:LST

// update serial transfer
CMD:SET:ST:1
CMD:SET:ST:0

// start scan
CMD:START

// stop scan
CMD:STOP

Hardware

Based on ESP32 and Sweep Scanse LIDAR.

Scheme

Hardware Scheme

About

Three Scan is a three dimensional LIDAR scanner.


Languages

Language:C++ 87.6%Language:Processing 9.9%Language:CMake 1.7%Language:GLSL 0.7%