diff --git a/README.md b/README.md index cbc77f3..85c0e5e 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,16 @@ # LDS/LiDAR Library for Arduino -Laser distance scan sensor (LDS/LIDAR) Arduino wrapper/controller for [kaia.ai](https://kaia.ai) platform. The library supports +Laser distance scan sensor (LDS/LIDAR) Arduino wrapper/controller for [kaia.ai](https://kaia.ai) platform. +Please read this [blog post](https://kaia.ai/blog/arduino-lidar-library/) for more details. + +This library supports: - YDLIDAR X4, X3, X3-PRO, X2/X2L models - RPLIDAR A1 - Neato XV11/Botvac - Xiaomi Mi 1st gen LDS02RR -Note: LDS02RR, Neato XV11 LDS require an additional motor control board to operate. -You can find the board schematics [here](https://github.com/makerspet/pcb/tree/main/neato_delta_adapter) or purchase it at [makerspet.com](https://makerspet.com) when it becomes available. +Other models are in the works. + +![lidar_sensors](https://github.com/kaiaai/LDS/assets/33589365/c38af37b-a9b1-44d1-b256-94d72e7562c6) ### Video: Neato XV11 runs on Arduino @@ -18,6 +22,14 @@ You can find the board schematics [here](https://github.com/makerspet/pcb/tree/m LDS02RR laser distance scan sensor runs on Arduino +### Video: RPLIDAR A1 runs on Arduino + + RPLIDAR A1 laser distance scan sensor runs on Arduino + + +Note: LDS02RR, Neato XV11 LDS require an additional motor control board to operate. +You can find the board schematics [here](https://github.com/makerspet/pcb/tree/main/neato_delta_adapter) or purchase it at [makerspet.com](https://makerspet.com) when it becomes available. + ## Release notes ## v0.3.3 in debug @@ -41,4 +53,4 @@ You can find the board schematics [here](https://github.com/makerspet/pcb/tree/m - renamed classes ### v0.1.0 -- initial release \ No newline at end of file +- initial release