Page 1
Model: D20 LiDAR USER MANUAL QUICK START Make sure that the USB driver is installed and plug the USB cable into the PC, Connect the device to power supply (+5V±10%, 3A), Run our data acquisition and analysis software, Then select the correct communication port and set the baud rate to 921600bps.
2D Lidar sensor 3. Installation and connection 3.1 Installation 3.2 Connection 3.2.1 Wiring diagram 3.2.2 Definitions of 10pin connection cable Function Color Notes DC power supply +5V +5V±10% White DC power ground Yellow Connect to external TTL Rx Green Connect to external TTL Tx Black Connect to internal GND - 3-...
To run ‘FaseLase LiDAR Point Cloud Data Acquisition and Analysis System.exe’ program, the communication settings window (see figure 1) will popup. First, select device D20. Second, select serial port number corresponding to the device. In fact, the serial port connected to the computer can automatically be identified by the program.
Page 7
2D Lidar sensor Figure 2: the monitoring interface After entering the monitoring window, click the right mouse button in the grid chart, select System Settings, change the maximum distance from the original 1000 to 2000 in System Settings, and then click Yes, then start to measure, the measured effect of the monitor window is as Figure 3...
2D Lidar sensor Figure 3:the measured results of the monitor window Click the save icon to display the number of points detected in the current circle and the distance and angle of each point. Click the right mouse button in the monitor interface to select ‘one dimensional display’ to observe the real-time data changes of each circle detection.
Page 9
2D Lidar sensor A3, A2, A1, A0, B6, ... B0, C6 are measured distances values (a total of 12 bits), its range is 0~4000cm . C5...C0, D6,...D0 are measured angle values (a total of 13 digits). Its range is 0~5759, the angular accuracy is 1/16 degree.
2D Lidar sensor 5.2 Data check algorithm Each character has 8 bits (bit7~bit0), each bit can be 0 or 1. The check bits A6,A5,A4 store the low 3 bit of sum of 1 of B,C,D 3 bytes, when check algorithm, first get the number of ‘1’ in the 3 bytes of B,C,D by looking up the table and then add them up, and then compare the lower 3 bits of the sum with A6,A5,A4, if they are consistent, output the measurement results unsigned char GetCrcPackage4Byte (unsigned char *buf)
Page 11
2D Lidar sensor //unsigned char orgcrc = (buf[0]>>4)&0x07; if( crcdata!= (buf[0]>>4)) return -1; //calculate the distance. A0,B6..B0,C6...C0 . distance = ((buf[0]&0x1)<<14)+(buf[1]&0x7F)<<7)+((buf[2]&0x7F)); return distance ; //buf is a data package pointer, which stores 4 bytes as A, B, C and D in order. //return the distance value, if data check is not correct, return -1 typedef struct{ int distance;...
2D Lidar sensor 7. Standard and optional accessories Items Remarks 1 pc Data cable 1 pc TTL to USB convertor 1 pc DC +5V power adapter 1 pc Optional 8. Contact us Xi’an Zhizun International Trade Co.,Ltd Http://www.top1sensor.com Tel: +86-29-87858956 Fax: +86-29-87858956 Mobi:...
Need help?
Do you have a question about the D20 and is the answer not in the manual?
Questions and answers