• Stars
    star
    180
  • Rank 213,097 (Top 5 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created about 8 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

High-performance optical distance sensing.

LIDAR-Lite Arduino Library

This library provides quick access to basic functions of LIDAR-Lite via the Arduino interface. Additionally, it can provide a user of any platform with a template for their own application code.

For detailed specifications, pinout, and connection diagrams, see the manuals linked at the above product pages.

A Note on Compatibility: Minor interface changes have occurred between LIDAR-Lite v3, v3HP, and previous versions. Backwards-compatibility of this library is largely preserved, though support is not directly provided for v1 and v2.

Installation instructions

To install, download this repository and place in your Arduino libraries folder or use the Arduino Library Manager. If you need help, follow the instructions here: http://arduino.cc/en/Guide/Libraries.

Example Sketches

v3/GetDistancePWM

This is the simplest demonstration of LIDAR-Lite. It shows how to read a distance using the PWM interface.

v3/GetDistanceI2c

This demonstration shows how to read distance using the I2C interface and choose preset configurations.

v3/ShortRangeHighSpeed

This example shows a method to run LIDAR-Lite at high speed for short range applications. It combines a variety of settings to trade off range and accuracy for very fast measurements.

v3HP/v3HP_I2C

This example shows various methods to run LIDAR-Lite v3HP.

v3HP/v3HP_MONITOR

Use the MODE pin to monitor STATUS of the LIDAR-Lite v3HP.

v3HP/v3HP_PWM

Use PWM output to read distances from LIDAR-Lite v3HP.

v4LED/v4LED

Various operation examples for LIDAR-Lite v4 LED.

v4LED/v4LED_fast

High rep rate example using the optional GPIO pins or I2C port to trigger measurements.

v4LED/v4LED_lowpower

Take single distance measurements using the I2C port in a lower power state.

Version History

  • 3.0.6 - Copy alt requestFrom() to LLv4LED library
  • 3.0.5 - v3HP library updated for alternate requestFrom()
  • 3.0.4 - v4 LED and v3HP library updates. New v3HP PWM example.
  • 3.0.3 - Add v3HP library function to read peak stack
  • 3.0.2 - Add v4 LED examples and link to ANT Library
  • 3.0.1 - v4 LED example clean up and library fixes
  • 3.0.0 - Support for LIDAR-Lite v4 LED
  • 2.0.6 - Add v3HP library function to reset the reference filter
  • 2.0.5 - Add v3 library function to set alternate I2C addr
  • 2.0.4 - Update short-range, high-error configuration
  • 2.0.3 - New example using MODE pin for STATUS output of v3HP
  • 2.0.2 - Updates to v3HP library
  • 2.0.0 - Support for LIDAR-Lite v3HP
  • 1.0.3 - Fix version convention
  • 1.0.2 - Library Manager Update
  • 1.0.1 - Release to Library Manager
  • 1.0.0 - Initial release

Raspberry Pi Library for LIDAR-Lite v3

ANT Library for LIDAR-Lite v4 LED

License

Copyright (c) 2018 Garmin Ltd. or its subsidiaries. Distributed under the Apache 2.0 License. See LICENSE for further details.

More Repositories

1

connectiq-apps

A collection of Connect IQ apps.
Monkey C
483
star
2

fit-python-sdk

Official Garmin FIT Python SDK
Python
52
star
3

pyrex

Seamless container setup for developing with OpenEmbedded/Yocto Project
Python
37
star
4

LIDARLite_RaspberryPi_Library

C++
30
star
5

fit-javascript-sdk

Official Garmin FIT JavaScript SDK
JavaScript
27
star
6

connectiq-android-sdk

Connect IQ Mobile SDK for Android
Kotlin
26
star
7

whisk

Python
25
star
8

fit-objective-c-sdk

Official Garmin FIT Objective-C SDK
Objective-C++
24
star
9

connectiq-companion-app-sdk-ios

The Connect IQ Companion App SDK allows companion iOS applications to be created that interact with Monkey C applications running on Garmin wearable devices.
Objective-C
22
star
10

connectiq-companion-app-example-ios

Project for an example iOS app built using the ConnectIQ Companion App SDK that interacts with a Monkey C application running on Garmin wearable device.
Objective-C
15
star
11

rhsummit-2024

Related content for Garmin's OpenShift Commons presentation at RedHat Summit 2024
Jsonnet
9
star
12

LIDARLite_ANT_Library

Libraries and examples to reprogram the LIDAR-Lite v4 LED with custom system on chip applications
C
8
star
13

fit-csharp-sdk

C#
7
star
14

fit-java-sdk

Java
5
star
15

ActiveCaptainCommunitySDK-common

SDK for storing and rendering data from ActiveCaptain Community – C++ code
C++
5
star
16

portaudio

Unofficial mirror of portaudio: http://www.portaudio.com/
C
2
star
17

ActiveCaptainCommunitySDK-android

SDK and sample app code for storing and rendering data from ActiveCaptain Community – Android
Java
2
star
18

ActiveCaptainCommunitySDK-ios

SDK and sample app code for storing and rendering data from ActiveCaptain Community – iOS
Swift
2
star
19

ActiveCaptainCommunityWeb-sample

Sample application for rendering data from ActiveCaptain Community – web based application
TypeScript
1
star
20

connectiq-summit-2018

1
star
21

not-dockers-ui

A web interface for docker not by docker
JavaScript
1
star