aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/ll40ls
Commit message (Collapse)AuthorAgeFilesLines
* LL40S driver: Signedness of ticks and comment fix.Lorenz Meier2015-02-201-2/+2
|
* ll40ls: added reset and backoff logic to driverAndrew Tridgell2015-02-201-49/+193
| | | | | | | | | | | | | | | | this adds automatic resets of the lidar when it becomes unresponsive, and also tries to cope with NACKs from long acquisition times. It also adds a "ll40ls regdump" command, and fixes "ll40ls reset" to reset the sensor. The default acquisition period is changed to 50ms, with backoff to 100ms on a NACK Note that there are still times when the sensor can get into an unrecoverable state. Thanks to Austin, Dennis and Bob from PulseLight for assistance in tracking down the problems.
* LL40S: Move to 0 based indexLorenz Meier2015-02-091-2/+2
|
* ll40ls: fixed exit code on external sensor startup failureAndrew Tridgell2015-01-011-0/+3
|
* Merge pull request #1497 from PX4/ll40lsdefaultmaxLorenz Meier2014-12-141-1/+1
|\ | | | | ll40ls: max distance according to datasheet
| * ll40ls: max distance according to datasheetThomas Gubler2014-12-131-1/+1
| | | | | | | | | | Datasheet: http://pulsedlight3d.com/pl3d/wp-content/uploads/2014/11/LIDAR-Lite.pdf
| * ll40ls: fix whitespaceThomas Gubler2014-12-131-9/+9
| |
* | ll40ls: write min and max to reportThomas Gubler2014-12-141-0/+2
| |
* | ll40ls: fix whitespaceThomas Gubler2014-12-141-9/+9
|/
* ll40ls: start a measurement after a probeAndrew Tridgell2014-10-281-1/+3
| | | | this ensures register 0 also works
* ll40ls: auto-detect ll40ls on either 0x42 or 0x62 I2C addressAndrew Tridgell2014-10-281-4/+49
|
* ll40ls: support either internal or external I2C busAndrew Tridgell2014-10-201-57/+132
|
* ll40ls: add last distance in "ll40ls info" outputAndrew Tridgell2014-10-201-1/+7
|
* ll40ls: Optimize for sizeLorenz Meier2014-07-121-0/+2
|
* LL40LS: Fix initialiser order in classLorenz Meier2014-07-081-1/+1
|
* LL40LS driver: Changes from the May 4th plane test flightakdslr2014-07-081-5/+7
|
* LL40LS driver: Updated the value to write to the register to trigger a ↵akdslr2014-07-081-1/+1
| | | | measurement
* LL40LS driver: adding new range finder driverakdslr2014-07-082-0/+920