Replies: 2 comments 3 replies
-
Here is the code I used in that video https://github.com/kaiaai/XV_Lidar_Controller_ESP32/ That code was later merged into the Arduino LDS library that supports many LiDAR types https://github.com/kaiaai/LDS I also used these boards https://github.com/makerspet/pcb
|
Beta Was this translation helpful? Give feedback.
-
@ArtemVolkov2103 LDS02RR replicated the Neato LiDAR protocol, but with some changes/simplifications like LDS02RR operating without the RX signal. Initially, I got LDS02RR working by reusing the Neato XV11 code https://github.com/kaiaai/XV_Lidar_Controller_ESP32/. Next, I rewrote/refactored that XV_Lidar_Controller_ESP32 code to look more like a software library. I kept RX - even if LDS02RR does not use it - because I want the library https://github.com/kaiaai/LDS to keep supporting both Neato XV11 and LDS02RR. |
Beta Was this translation helpful? Give feedback.
-
Hello, I was wondering if you could release the code that you used in the demo video of the LDS02RR (https://www.youtube.com/shorts/gaDnZ4Msw0E). I am trying to replicate what you have done on an ESP32. and maybe also a schematic of the ESP32 connections to the LDS02RR. Thank you :)
Beta Was this translation helpful? Give feedback.
All reactions