Skip to content

This repository contains sample code demonstrating different features and functions of the LIDAR-Lite Sensor

License

Notifications You must be signed in to change notification settings

PulsedLight3D/LIDARLite_Basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This repository contains sample code demonstrating different features and functions of the LIDAR-Lite Sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages