jetsonhacks / JHLidarLite

Interface for Lidar-Lite to Jetson TK1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JHLidarLite

Interface for PulsedLight, Inc Lidar-Lite to NVIDIA Jetson TK1 Development Kit http://pulsedlight3d.com

Requires:

$ sudo apt-get install libi2c-dev i2c-tools

The Lidar-Lite appears as 0x62 on i2c bus 1 on the Jetson TK1 with this wiring:

VCC J3A1-1 -> Lidar-Lite (+) 5V (red wire)
GND J3A1-14 -> Lidar-Lite (-)
SCL J3A1-18 -> Lidar-Lite (SCL)
SDA J3A1-20 -> Lidar-Lite (SDA)

About

Interface for Lidar-Lite to Jetson TK1

License:MIT License


Languages

Language:C++ 99.3%Language:Makefile 0.7%