STA-L15X 1.5km Micro Laser Rangefinder Module adopts 905nm semiconductor laser components, with low power consumption, small size, stable performance and other characteristics, suitable for thermal imaging, night vision and other handheld mobile devices and miniaturized UAV pod equipment integration.
Max Range:1500m
Measurement of Building≥1200m
Measurement of trees ≥900m
Measurement accuracy ±1m
Weight ≤10g
STA-L15X semiconductor laser rangefinder is an innovative product that integrates advanced technology and humanized design carefully developed by Jioptik.Using a unique 905nm laser diode as the core light source,this model not only ensures human eye safety,but also sets a new benchmark in the field of laser ranging with its efficient energy conversion and stable output characteristics.Equipped with high-performance chips and advanced algorithms independently developed by Jioptik,the STA-L15X 1.5km Micro Laser Rangefinder Module achieves excellent performance with long life and low power consumption,perfectly meeting the market demand for high-precision and portable ranging equipment.
Used in UAV,sighting,outdoor handheld products and other ranging applications (aviation,police,railway,electricity,water conservancy,communication,environment,geology,construction,fire station,blasting,agriculture,forestry,outdoor sports,etc.)
Item | Parameter |
Model | STA-L15X |
Wavelength | 905nm |
Ranging capacity | 3~1500m(Max Range 1500m) ≥200m(target @0.6m×0.6m) ±0.1m(≤10m) |
Ranging accuracy | ±0.5m(≤200m) ±1m(>200m) |
Resolution | 0.1m |
Ranging frequency | 1~4Hz |
Accurate ratio | ≥98% |
Beam divergency | ≤6mrad |
Power supply | DC2.7V~5.0V |
Operating power consumption | ≤1.5W |
Standby power consumption | ≤0.8W |
Sleep power consumption | ≤1mW |
Communication type | UART (TTL_3.3V) |
Baud rate | 115200/9600 |
Dimension | ≤25×26×13mm |
Weight | 11g+0.5g |
Operating temperature | -40~+65℃ |
Storage temperature | -45~+70℃ |
Falsealarm rate | ≤1% |
Impact | 1000g,1ms |
Vibration | 5~50~5Hz,1octave /min,2.5g |
Start-up time | ≤200ms |
Note:
● Visibility ≥15km,humidity ≤70%
● Large target:the target size is greater than the spot size.
Interface
Communication interface:UART(TTL_3.3V),115200bps.
Electrical interface:The interface model is FWF08002-S06B13W5M.See the following table for the interface definition.
6-pin connection definition
NO | Pin | Color | Remarks |
1 | GND | Green | Power input-/Serial port |
2 | VIN+ | Yellow | Power input +(DC2.7V~5.0V) |
3 | NC | Orange | Vacant |
4 | UART_TX | Red | TTL serial port transmitter,3.3V level |
5 | UART_RX | Brown | TTL serial port receiver,3.3V level Module power supply is enabled |
6 | POWER_EN | Black | TTL_3.3V level;Module on (>2.5V or suspended),module off(<0.3V); |
Sequence description:The serial number of the terminal pins of the interface is 1 to 6 from top to bottom.
Laser ranging module adopts serial communication mode,the default baud rate is 115200bps.
Data format:eight bits of data,one start bit,one stop bit,no parity check.The data consists of header bytes,command part,data length,parameter part, and check bytes.
Communication mode:master and rangefinder adopt the master-slave communication mode,the master sends the control command to the rangefinder,and the rangefinder receives and executes the command.The range finder sends back the data and status of the range finder according to the range finder period,and the communication format and command content are shown in the following table.
a)Master transmitting
The format of the sent message is as follows:
STX0 | CMD | LEN | DATA1H | DATA1L | CHK |
Table 2 Description of the format of the sent packet
No | Name | Instruction | Code | Remarks |
1 | STX0 | Start of message sent | 55(H) | |
2 | CMD | Command word | See Table 3 | |
3 | LEN | Data length | Refers to the length of the parameter | |
4 | DATAH | Parameter | See Table 3 | |
5 | DATAL | |||
6 | CHK | Xor check | Except for the validation byte,other bytes are either |
The command description is as follows:
Table 3 Command and data word description sent by the master to the rangefinder
No. | Command | Function | Data byte | Remarks | Length | Sample code |
1 | 0x00 | Standby(continuous range stop) | 00 00 |
Rangefinder stopped working |
6 bytes | 55 00 02 00 00 57 |
2 | 0x01 | Single ranging | 20 00 | 20 indicates the start working status | 6 bytes | 55 01 02 20 00 76 |
3 | 0x02 | Continuous ranging | 20 00 | 20 indicates the start working status | 6 bytes | 55 02 02 20 00 75 |
4 | 0x03 | self-inspection | 00 00 | 6 bytes | 55 03 02 00 00 54 | |
5 | 0x07 |
High Voltage reference setting |
DATAH=XX (H) DATAL=YY (L) |
Factory instruction; DATA Indicates voltage value *10, unit V |
6 bytes | 55070205 AA FF(Voltage 1450) |
6 | 0xEB | Query version number | 0000 | Factory order | 6 bytes | 55 CB 0200 009C |
b)Master receive format
The format of the received message is as follows:
STX0 | CMD | LEN | DATAn | DATA0 | CHK |
Table 4 Format description of the received packet
No | Name | Instruction | Code | Remarks |
1 | STX0 | Message start flag1 | 55(H) | |
2 | CMD_JG | Data command word | See table 5 | |
3 | LEN | Data length | Indicates length of the parameter | |
4 | Dn | Parameter | See table 5 | |
5 | D0 | |||
6 | CHK | Xor check | Except for the validation byte,other bytes are either |
Master receiving status description:
Table 5 Description of data words sent by the rangefinder to the master
No | Command | Function | Data byte | Remarks | Total length |
1 | 0x00 | Standby(continuous range stop) | 00 00 | Same request frame | 6 bytes |
2 | 0x01 | Single ranging |
D6 D5 D4 D3 D2 D1 D0 |
D6 flag byte (not parsed for internal test use) 0x20 indicates distant order 1,no previous target; 0x28 indicates distant order1,with a previous target; 0x30 indicates distant 2nd order,no previous target; 0x38 indicates distant order 2,with a previous target D5-D3 Target distance (distance value divided by 10,unit 0.1m) D1APD High voltage (unit:1V) DO APD temperature (unit:1℃) |
11 bytes |
3 | 0x02 | Continuous ranging |
D3 D2 D1 D0 |
D6 flag byte (not parsed for internal test use): 0x20 indicates distant order 1,no previous target; 0x28 indicates distant order 1,with a previous target; 0x30 indicates distant 2nd order,no previous target; 0x38 indicates distant order 2,with a previous target D5-D3 Target distance (distance value divided by 10,unit 0.1m) D1APD High voltage(unit:1V) DO APD temperature (unit: 1℃) |
11 bytes |
4 | 0x03 | self-inspection | D7~D0 |
D6:APD high voltage reference value,unit 1V. D5-4:indicates the value of the blind area (unit:1m) D3:APD high pressure value after temperature compensation,unit 1V; D2:APD temperature (unit: 1℃); |
12 bytes |
5 | 0x07 |
High voltage reference setting |
D1~D0 |
D1:High voltage value of the APD after temperature compensation D0:indicatesthelow voltage value of the APD after temperature compensation |
6 bytes |
Note:①No data bytes/bits are defined.The default value is O |
Note: The product structure is based on the actual product.
For more information on our products, please contact Jioptik.