Controlling drone from pc via programming

RadioDoc

Member
Hi everyone,

Noobie here ...so I have mounted all components on fpv drone ...
I don't have a tranceiver because i want to use my computer in order to control my quad .I have already mounted my TS832 Transmitter + camera on drone and I have my 5.8G UVC RECEIVER connected on pc using a program to pickup video...works fine.
But can I control my drone with these or is it just for Video Transmitting? Do I need to have another receiver and transmitter ? I was thinking i can build arduino tranceiver with wireless cards..but do I need this ??
 
Hi they do make flight control boards that will fly way points you use the pc to tell the quad where you want it to fly and then it will fly the route and return back and land
 
If it was me i would get one that's made to do the job , you need the hardware and software to work without any problems or the quad may land up any where
 
PDB:XT60 MATEK SYSTEMS
FC: SP RACING F3 DELUXE
TRANSMITTER: AV TS832 5.8G 48ch 660mW
RECEIVER: 5.8UVC RECEIVER FOR TS832

so you're saying that I need a different fc ?? I'm having trouble trying to understand how telecommunication works in drones. I have an AV TRANSMITTER (AV means it's for video transmitting right?).So is it only for video ? I can't use this to control the drone? what if I got a remote controller what is the component that gets the information to drone so it can roll , throttle etc.? How many receivers and transmitters are used? I have seen some guys on the internet that mount only the transmitter on drone and other guys only the receiver and I just don't get it! Which one should be on ground and which one mounted on drone ? In order to make communication between drone and pc I could build an arduino receiver or transmitter (whatever needs to be on ground) so it receives the signal from transmitter on board ...but the signal it would get would only be for video ?? do I need different kind components?

I'm currently studying C# and I'm building an application that connects to arduino and then controls drone but I don't get how the components work and which one do I need...

If the PC part is too difficult too answear then forget that...If I just got a remote controller would it work with these components on board?Why ? how a remote contoller works ?What does it have inside receiver or transmitter ?(tranceiver)?
 
How many receivers and transmitters are used? I have seen some guys on the internet that mount only the transmitter on drone and other guys only the receiver and I just don't get it! Which one should be on ground and which one mounted on drone ? In order to make communication between drone and pc I could build an arduino receiver or transmitter (whatever needs to be on ground) so it receives the signal from transmitter on board ...but the signal it would get would only be for video ?? do I need different kind components?

:rolleyes: ... The basics:
The quad has a receiver (RX) on it that catches the control signals from the radio (a transmitter (TX) held in your hands) that's usually 2.4 GHz.

That RX sends those signals to the flight controller (FC) that translates them into control functions sent to the electronic speed controllers
(ESC) which throttle the motors in order to maneuver the quad according to the instructions of the signals being sent.

IF there is "feedback" used to give the pilot information about the quad such as battery condition, time flown, etc. then the RX on the quad
also acts like a TX to send that information back to the radio, which is known as telemetry.

Video is always a "one way only" scenario wherein an entirely separate transmitter (VTX) on the quad is sending a feed to another receiver
(VRX) which is usually 5.8 GHz. These are sometimes built into the radios, or into the goggles, or can be independant units that can feed the signal
to whatever you desire like a screen monitor or even your computer.

GPS is another thing altogether where an independant antenna and RX gets it's positional data from several satellites and sends that information to the FC which correspondingly make flight adjustments as needed.

There are exceptions to this because you can buy circuits boards that have many of these functions combines in them (AIO) but, for clarity's sake, I'm describing then as independent systems.

Also worth noting is that for long range systems different frequencies are used for these functions.
2.4 GHz and even more so 5.8 Ghz, being shorter in wavelength, are very reflective in nature. This means that the signal has less ability to "penetrate" obstacles and instead gets "bounced around" to make it's path. Long range systems use UHF frequencies like 900 MHz since they are better at traveling without such reflectivity. When using a lower frequency for command functions it's also advisable to use a lower frequency for the video feed too, otherwise the command/control system will exceed the video's capabilities by too far a margin. Switching the video to 2.4GHz when using UHF for control is typical.

Hope this explains better what you're dealing with in designing your project :)
 
Back
Top