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

https://github.com/cansik/three-scan

Three Scan is a three dimensional LIDAR scanner.
https://github.com/cansik/three-scan

Last synced: 9 months ago
JSON representation

Three Scan is a three dimensional LIDAR scanner.

Awesome Lists containing this project

README

          

# 3Scan
3Scan is a three dimensional LIDAR scanner.

## Serial Commands

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

```bash
// 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/ThreeScan_schem.png)

*Hardware Scheme*