Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (23 loc) · 2.18 KB

README.md

File metadata and controls

38 lines (23 loc) · 2.18 KB

LIDARLite_Basics

This repository contains sample code demonstrating different features and functions of the LIDAR-Lite Sensor. As we test with more different micro controllers we will continue to add to this repo.

If you've made any code for specific systems, environments, or micro controllers, please fork and propose!

Each micro controller has its own folder and the README.md within that folder contains documentation for the code within that folder.

/Arduino

  • LIDARLite_Wire_Library_GetDistance_ContinuousRead: Demonstrates taking a distance reading using the default Arduino Wire Library (works but is not the ideal configuration)
  • LIDARLite_I2C_Library_GetDistance_ContinuousRead: NOTE: Only works with LIDAR-Lite v1 (Silver label). Demonstrates taking a distance reading using the 'Arduino I2C Master Library' from DSS Circuits (a more sophisticated I2C library than the default Wire library)
  • LIDARLite_PWM_GetDistance_ContinuousRead: Demonstrates taking a distance reading using Pulse-Width Modulation (PWM), does not require/use I2C

Texas Instruments Tiva™ C Series LaunchPad

Simple code from Elias Olsson for reading distance values

/Lynxmotion BotBoarduino

Example using the Wire library and based on the Servo library example "Sweep" example and the Pulsed Light 3D examples.

This examples uses the Wire library.

RaspberryPi (also ODROID C1)

Beaglebone Black (and Arch Linux)

ARMmbed

Johnny-Five

Proximity with LIDAR-Lite for the Johnny-Five dev environment