Sign In

Remember Me

Tech Thursday #012: PulsedLight LiDAR-Lite

LiDAR Lite

PulsedLight’s LiDAR-Lite (TS-070-001) is a compact and high performance distance measurement sensor. The small size and light weight makes it an ideal positioning sensor in mobile robotic applications. The sensor also boasts an incredibly wide operating range. It can accurately measure from about 5cm all the way up to 40 meters! This makes the sensor great for both precision and distance measurement.

How does it work?

Optical distance measuring solutions operate on the principle of “Time-of-Flight” (ToF). The total distance to the object is calculated by the amount of time it takes the sensor’s “chirp” to bounce off of a target and be reflected back to the sensor. In this case it will be a burst of IR light from the emitter diode on the sensor.

time of flight

Specifications

Signal/Power Interfaces Specifications
Power 4.7 - 5.5VDC Nominal
Weight 16 grams with optics, housing, and PCB
Size 21 x 48.6 x 35.5 mm housing
Current Consumption < 100ma continuous operation
Max Operating Temp. 70 degrees C
External Trigger 3.3V logic, high-low edge triggered
PWM Range Output PWM Signal proportional to range, 1msec/meter
I2C Machine Interface 100Kb - Fixed, 0xc4 slave address
Supported I2C Commands Single Distance Measurement, Velocity, Signal Strength
Mode Control Busy status Using I2C
System Parameters
Max Range @1 Hz, 30% Target 30 Meters
Max Range @1Hz, 90% Target 60 Meters
Accuracy +/- 0.025 meter
Acquisition Time < 0.02 sec
Max Rep Rate 100 Hz

Applications

The primary uses for a LiDAR sensor are object detection, collision avoidance, edge detection, positioning, and mapping. For basic collision detection the sensor can be mounted flush to the outside of your robot, or at a slight angle to be able to detect objects in your path. When mounted at a more extreme angle the sensor can be used for edge detection, meaning it’ll sense when it’s approaching stairs or a cliff. As a positioning sensor, when attached to a pivot point of a stepper motor or servo the sensor’s long range allows it to find and track points around itself. This data can be used to build up a 3D map of an area or to determine the robot’s position based on how far it is away from known points of a room.

Implementing the Sensor

There are two operating modes for the sensor: PWM output and I2C. To set the sensor to PWM output you must pull pin three high. Otherwise, a floating or grounded state will put us in I2C mode. To use the LiDAR in I2C mode, refer to the code below.

Practical Tests

We’ve been able to put this LiDAR through some paces. We were interested in how the sensor would perform when placed behind clear plastic such as a protective sheet of Lexan or one of our 6-inch plastic dome covers (WC-021-000). Going through a clean sheet did not affect the readings. We’ve also tested the sensor on how it would handle more extreme angles for the application of obstacle and edge detection. The sensor proved reliable past a 45 degree sensing angle.

Documentation and Support

forum_400



#arduino #techthursday #lidar #pulsedlight

Leave a Reply