How to connect Jetson TX2 and Raspberry pi 3?

Hi, I’m using YOLOv3 on Jetson TX2.
What I want to do is send YOLOv3’s final output(object detection data) to Raspberry pi.
Because I would like to detect object with USB camera on Jetson TX2 and send the data to RPi and finally print out by voice on RPi.

Simply camera – Jetson TX2 – Raspberry pi – speaker.

This is the first time I’ve used yolo and Jetson TX2. So I have a lot of difficulties.

So I don’t know how to connect Jetson TX2 and Raspberry pi3.
Which terminal should be used?
And what is the code for connecting TX2 and RPi.
Is it possible send the yolo data to Raspberry Pi??

Hi,

Is your device connected to the network?
If yes, you can send the data via networks directly.

Thanks.

Can you tell me more about how to do this?
I don’t have any idea…

Hi,

A simple socket connection should work fine.
Like this: [url]https://www.binarytides.com/socket-programming-c-linux-tutorial/[/url]

Thanks.