SparkFun
Garmin LIDAR-Lite v4 LED - Distance Measurement Sensor (Qwiic)
The LIDAR-Lite v4 Qwiic from GARMIN is a high-performance, wireless optical distance measurement sensor that doesn't require any soldering to get started. Th...
Get notified when back in stock
- Resolution: 1cm
- Measurement repeatability:
- As measured indoors to a 90% reflective target
- 1cm is equivalent to one standard deviation
- Using “high accuracy” mode, with averaging:
- +/- 1cm to 2 meters
- +/- 2cm to 4 meters
- +/- 5cm to 10 meters
- Range: 5 cm to 10 meters (as measured from back of unit)
- Update rate:
- I2C = >200Hz typical
- ANT® = up to 200Hz to a 90% target indoors at 2m in normal operating mode
- Interface: I2C or ANT; user configurable for SPI using the Nordic SDK
- Power (operating voltage): 3.3VDC
- Operating temperature: -20 to 60° C
- LED wavelength: 940nm
- Beam divergence: 4.77°
- Optical aperture: 14.9mm
- Unit size (LxWxH): 2.8in x 1.0in x 0.9in
- Schematic
- Eagle Files
- Board Dimensions
- Hookup Guide
- Garmin LIDAR Lite v4 Product Information:
- SparkFun: Qwiic LIDAR Lite v4 Arduino library
- Qwiic Info Page
- GitHub Hardware Repo
Jargon buster
Plain-language definitions for the technical terms used above.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- LiDAR
- A sensing method that uses laser light to measure distance and build a 3D picture of the surroundings. It matters for robotics and autonomous systems because LiDAR data can help with mapping, navigation and obstacle detection.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- multiplexer
- A multiplexer (mux) is a chip or circuit that selects one of several input signals and routes it to a single shared output, with select lines choosing which input is connected; running the same idea in reverse, to send one input to a chosen output, gives a demultiplexer. Multiplexers let a single controller or line work with several signals or devices that would otherwise clash on a shared connection.
- nRF52840
- The nRF52840 is a Nordic Semiconductor system-on-chip built around a 32-bit Arm Cortex-M4 processor, with built-in Bluetooth Low Energy and native USB. It is widely used in maker and wearable boards, where it offers BLE and USB support along with broad library coverage in common maker toolchains.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
Find this product in
Sensors & Input
Garmin LIDAR-Lite v4 Qwiic Schematic
Schematic · 89.9 KB · Click any page to view full size
Garmin LIDAR-Lite v4 Qwiic Board Dimensions
Mechanical Drawings · 112.9 KB · Click any page to view full size
Garmin LIDAR-Lite v4 Operation Manual and Technical Specifications
User Guide · 1.4 MB · Click any page to view full size
Garmin LIDAR-Lite Safety and Product Information
Compliance · 117.5 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 1.8 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
Arduino library for GARMIN LIDAR Lite v4: high-performance optical distance sensing.
c14a89e
over 2 years ago
· 23 commits
- .github Create add_issue_to_project.yml over 2 years ago
- examples Update getDistance() function over 5 years ago
- src Added new functions to the LIDAR library over 5 years ago
- keywords.txt Generated keywords.txt and library.properties over 6 years ago
- library.properties Update library.properties over 5 years ago
- README.md Update README.md about 5 years ago
High-performance optical distance sensing.
f9b56c0
almost 2 years ago
· 68 commits
- doc Add white papers almost 7 years ago
- examples v4LED clean up almost 2 years ago
- src Copy alt requestFrom() to LLv4LED library over 5 years ago
- keywords.txt Version 3.0.0 almost 7 years ago
- library.properties Version 3.0.6 over 5 years ago
- LICENSE initial commit almost 10 years ago
- README.md Version 3.0.6 over 5 years ago
Libraries and examples to reprogram the LIDAR-Lite v4 LED with custom system on chip applications
40ea3ea
over 5 years ago
· 3 commits
- app Add support for multi-byre reads and bug fixes over 5 years ago
- bin Add support for multi-byre reads and bug fixes over 5 years ago
- common Initial ANT library commit over 6 years ago
- inc Add support for multi-byre reads and bug fixes over 5 years ago
- lidar_lite_demo_app Initial ANT library commit over 6 years ago
- LICENSE Initial commit over 6 years ago
- README.md Initial ANT library commit over 6 years ago
Related Tutorials
Free guides on learn.littlebird.com.au