Skip to content

Lidar-Lite

LIDAR-Lite is a compact, high-performance optical distant measurement sensor solution for drone, robot or unmanned vehicle applications. It can be connected to either I2C or PWM.

LidarLite v3

Where to Buy

Pinouts

The Lidar-Lite (v2, v3) pinout is shown below.

PinNameDescription
1POWER_INPower supply. 4.75-5.5V DC Nominal, Maximum 6V DC.
2POWER_ENActive high, enables operation of the 3.3V micro-controller regulator. Low puts board to sleep, draws <40 μA. (Internal 100K pull-up)
3Mode Select ControlProvides trigger (high-low edge) PWM out (high)
4SCLI2C Clock
5SDAI2C Data
6GNDSignal/power ground.

Wiring

The Lidar-Lite v3 can be used with either PWM or I2C. PWM is recommended if using an older model. The rangefinder must be separately powered via some ESC/BEC (whether connected via PWM or I2C).

INFO

The I2C interface of non-blue-label Lidar-Lite (v1) devices has stability limitations and all silver-label generations of Lidar-Lite sensors are therefore excluded from the I2C interface. The use of the PWM interface (as detailed below) is advised for these sensors. The blue label (v2) devices can exhibit a constant offset if powered on with less than 5V under some conditions. This is currently (Q4/2015) under investigation by the manufacturer and potentially can be resolved by adhering to specific operational conditions. The recommended robust setup is a v1 device interfaced via PWM.

The standard wiring instructions for Lidar-Lite 3 (from the Operation Manual) are shown below. Lidar-Lite v2 and v3 are the same, except that the order of pins in the connector is reversed (i.e. it is as though the connector was turned over).

LidarLite v3 - Standard Wiring from Garmin Specification

PWM Interface Wiring

The pin connections for wiring LidarLite to the Pixhawk 1 AUX ports (PWM interface) are shown below.

PinLidar-Lite (v2, v3)Pixhawk AUX ServoComment
1VCCAUX 6 (center)Power supply. 4.75-5.5V DC Nominal, Maximum 6V DC.
2RESETAUX 6 (bottom)Reset line of the sensor
3PWMAUX 5 (bottom)PWM output of the Lidar Lite. Needs a 470 Ohm pull-down (to GND), Do not use a 1 K0hm resistor.
4SCL-Not connected
5SDA-Not connected
6GNDAUX 6 (top)Ground

INFO

On a flight controller that has no AUX port the equivalent MAIN pins are used (e.g. the PWM output on the lidar instead maps to MAIN 5). The pin numbers are hard-coded.

The wiring for LidarLite v2 is shown below. Lidar-Lite v3 is wired similarly, except that the pin-numbering on the connector is reversed.

Lidar Lite 2 Interface wiring

Lidar Lite 2 Interface wiring

Lidar Lite 2 pins/cabling

I2C Interface Wiring

The I2C wiring is the same for any other distance sensor. Simply connect the SLA, SLC, GND and VCC to the corresponding (same) pins on the flight controller and the sensor.

Software Configuration

The rangefinder/port is enabled using SENS_EN_LL40LS - set to 1 for PWM, or 2 for I2C.

INFO

The driver for this rangefinder is usually present in firmware. If missing, you would also need to add the driver (drivers/ll40ls) to the board configuration.

Further Information