Jetson Nano
The LC29H GPS/RTK HAT is compatible with the NVIDIA Jetson Nano via its 40-pin GPIO header. The physical connection is identical to Raspberry Pi.
Connection
Section titled “Connection”Mount the HAT on the Jetson Nano’s 40-pin header. The same jumper positions apply:
- Position B — UART mode via GPIO pins
- Position A — USB mode via USB-C
UART Device Path
Section titled “UART Device Path”The Jetson Nano uses a different UART device path than Raspberry Pi:
# Jetson Nano GPIO UARTlc29h --port /dev/ttyTHS1 infoUSB Mode (Recommended)
Section titled “USB Mode (Recommended)”USB mode avoids UART device path differences across platforms:
# USB mode works the same on all platformslc29h --port /dev/ttyUSB0 infoFollow the Raspberry Pi guide for general setup steps — the software configuration is the same. The key difference is the UART device path when using GPIO serial.
# Install the CLIuv tool install lc29h
# Monitor positionlc29h --port /dev/ttyUSB0 monitor