LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I send data myRIO to Raspberry Pi?

Hello,

 

I have a Project about drones. And I made an color tracking and I got a x-y cordinate in myRIO but I have to send this x-y cordinate data to my Raspberry Pi with UART port or any port is possible. Is it possible with LINX VI’s or other VI’s which is you know? How can I do it or do you have any tutorial for this?

 

Thank you.

0 Kudos
Message 1 of 5
(2,946 Views)

@ismailkiraz5916 wrote:

Hello,

 

I have a Project about drones. And I made an color tracking and I got a x-y cordinate in myRIO but I have to send this x-y cordinate data to my Raspberry Pi with UART port or any port is possible. Is it possible with LINX VI’s or other VI’s which is you know? How can I do it or do you have any tutorial for this?

 

Thank you.


Let me see if I can figure out what you are asking...

  1. You have one system with a myRIO 
  2. This works and gives you the X/Y data you require
  3. You want to send this data to a Raspberry Pi

Sounds simple enough although "I have to send this x-y cordinate data to my Raspberry Pi with UART port or any port" is a rather vague description of your task and brings up a lot more questions, the first being:

  1. Do you want "live data" to be sent or previously recorded data?
  2. Is there some other program running on the Pi that needs this data
  3. How does this program normally get the needed data input?
========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 5
(2,897 Views)

Hi

1) I don't want to live data. Just, it will detect red color first time.

2)Yes, I will get x-y coordinate and I will send this data to RPi. We will get a command to some programs.

3)This is not a so clear question. Please be open 

0 Kudos
Message 3 of 5
(2,869 Views)

@ismailkiraz5916 wrote:

 

2)Yes, I will get x-y coordinate and I will send this data to RPi. We will get a command to some programs.

 


From your vague descriptions I would say the answer is NO, what you are trying to do is not possible without telling me a lot more details about what you are trying to do.

 

A Raspberry Pi is not some magical device you can just "send data to".

 

In theory sending data from one computer to another computer is easy as long as the programs and protocols are in place to send and receive the data.

 

 

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 4 of 5
(2,865 Views)

So you are tracking a color and when you find it, you want to send its coordinates to a RPi. Sure it's possible. But...

Is there already a program running on the RPi that will receive the data? If not, are you planning to write this program yourself? You want to use LabVIEW to write this program?

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 5 of 5
(2,857 Views)