Can the Jetson Nano retrieve active information/data?

Is the Jetson Nano able to retrieve active data?

What I mean by this is lets say the nano is on a drone. Can I somehow send data from a base computer to the nano already in the air to do a different task?

Like a food delivery system of sorts. While the drone is in the air, can I send new Coordinates to the nano? Will the nano be able to receive these coordinates? Or do I have to configure the coordinates on the nano physically?

Thank you!

Hi UAVstreaming, is there a wireless connection of sorts betwen your basestation and the Nano on your drone? If it supports networking, you can use TCP/IP (or UDP) sockets to communicate between the two. It’s up to the connection that you have between the devices and the protocols they support.