02-05-2020 02:09 PM
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.
02-06-2020 01:19 PM - edited 02-06-2020 01:20 PM
@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...
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:
02-13-2020 09:05 AM
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
02-13-2020 09:27 AM
@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.
02-13-2020 09:56 AM
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?