-
Notifications
You must be signed in to change notification settings - Fork 34
leddarone
趙 漠居(Zhao, Moju) edited this page May 28, 2021
·
2 revisions
GND(1), IRQ, Supply(5V), Rx, Tx, Reset
- installer:
LeddarOneInstaller
- download from website: https://support.leddartech.com/ (please registration first)
- or you can download the installer from andromeda:
\\andromeda\share1\aerial_robot\software
- Use following uart-usb cable to connect with sensor module:
- configuration mode:
Device\Configuration\Acquisition
: -
Accumulation
: 256 -
Oversmapling
: 8 -
Measurement Rate
: 35.2Hz - Click the
green ✔
to apply the change.
- Jetson TX2 Orbitty Carrier
- pinout assignment: please check P.11 of this datasheet
- connection: please use UART1
2,5,6,20
. Leadderone -> PC: 1->(GND, black)->20, 3->(5V,red)->2, 4->(Rx,orange, Tx)->5, 5->(Tx,yellow,Rx)->6 - create the symbolic link to
leddarone
by adding following to/etc/udev/rules.d/99-aerial-robot-dev.rules
:KERNEL=="ttyUSB*", SYMLINK+="leddarone"
- Intel upbaord
- pinout assignment: please check this datasheet and this image
- create the symbolic link to
leddarone
by adding following to/etc/udev/rules.d/99-aerial-robot-dev.rules
:note: two case for upboard:KERNEL=="ttyS4", SYMLINK+="leddarone"
/dev/ttyS1
or/dev/ttyS4
. For new one,/dev/ttyS4
is major:https://forum.up-community.org/discussion/3623/upboard-uart-error-initializing-uart