

KJTLG10-WS Single-point LiDAR
- Measuring distance::20 meters
- Measurement blind area::3 cm
- Measuring speed::500Hz
- Measuring accuracy::1%
- Resolution::1mm
- Operating Temperature::-30~+65℃
- Supply voltage::3.3~5V DC
KJTLG10-WS laser radar is a new laser ranging solution launched by our company for drones, sweeping robots, industrial robots and other fields. Based on the DTOF ranging principle, this product has small size, low cost, excellent performance, strong resistance to ambient light interference, and can be used as an upgraded replacement product in related fields. This product transmits distance information based on the UART TTL communication interface, which is simple to use, flexible to install and easy to expand. This model adopts a new optoelectronic solution and is very cost-effective.
Features | application | |
Measuring distance | 20 meters | Based on time-of-flight algorithm(Direct Time Of Flight) |
Measurement blind area | 3 cm | Drone altitude control and obstacle avoidance |
Measuring speed | 500Hz | Robot obstacle avoidance |
Measurement accuracy | 1% | Industrial light curtain |
Resolution | 1mm | AGV Obstacle Avoidance |
Operating temperature | -30~+65℃ | High-speed measurement and safety monitoring in transportation and industrial automation |
Small size | 18.7* 11.8* 13.3 mm | |
weight | Approx. 2 g |
▼Basic function parameters: KJTLG10-WS contains rich functions and parameters.
Continuous measurement | √ |
Power-on start measurement | √ |
I2C communication | Optional |
UART TTL communication | √ |
▼Basic parameters
model | KJTLG10-WS | |
Product Performance | ||
Laser light source | Laser tube 905nm | |
Laser Class | Class 3R | |
Working distance | 0.03-20m | |
Ranging frequency | 500Hz | |
5% Reflectivity | 20m | |
Resolution | 1mm | |
Repeatability | ±10mm | |
Operating voltage | 3.3~5V DC | |
interface | UART、IIC(Optional) | |
Power consumption | <0.5W | |
weight | About 2g | |
Dimensions (length, width, height) | 18.7 x 11.8 x 13.3mm | |
Operating temperature | -30℃~+65℃ | |
Ambient light resistance | 12 meters @ 100K Lux | |
Electrical Connections | ||
Line Sequence | Function | Connection terminal diagram |
1 | TX | ![]() |
2 | RX | |
3 | 3.3-5V | |
4 | GND |
▼Communication protocol: The UART serial port data output frequency defaults to 500Hz, and the UART serial port baud rate defaults to 460800. Serial port settings: data bit 8, stop bit 1, no parity check.
The following data frame instructions are all in hexadecimal data format
The UART serial port outputs a frame of 4 bytes of data in the following format:
Frame Header | Distance value two bytes | Check digit | |
5C | 02 | 11 | EC |
5C: Fixed frame header 1 byte
02 11: The two-byte distance value indicates that the measured distance is 4354mm, in little-endian mode, with a range of 0-65535. If the distance cannot be measured, 65535 is output.
EC: One byte of check digit, starting from the second byte 02 and ending at the second to last byte 11, sum and invert
2. Verification function: The following settings and read command frames all use this verification function
From the second byte to the second to last byte, sum and invert
3. Setting and reading instructions
①Read product serial number
send | 5A | 0D | 02 | 0D | 0D | Check digit |
return | 5A | 8D | 02 | 10 | 01 | Check digit |
10 01 means the product serial number is 272: in little-endian mode, the product serial number displayed on the host computer is: S00272 (add S in front of the 5-digit number)
②UART serial port baud rate setting
send | 5A | 06 | 02 | 80 | 04 | Check digit |
return | 5A | 86 | 02 | 80 | 04 | Check digit |
80 04 is decimal 1152: little-endian mode, which means the baud rate is set to 115200=1152*100