Teensy Serial Communication with Jetson Nano

Status
Not open for further replies.

randomvibe

Well-known member
Had a heck of a time trying to get the Jetson Nano UART working, but finally got it to serially communicate with a Teensy 3.5. The Jetson peripherals are not packaged in convenient ready-to-go libraries as they are in Teensy and Arduino. Here's the working UART example:

Jetson Nano UART C++ Example

Here's a photo of the two boards connected via RX1/TX1 on the Teensy, and Jetson pins 6, 8, & 10 ("/dev/ttyTHS1").

nano2.jpg
 
Status
Not open for further replies.
Back
Top