How does a Transmitter/Receiver work on a Multi-copter

Thread Starter

rhekj

Joined Sep 6, 2014
9
Hello. I am doing some research for a project that pertains to multi-copter drones and their transmitters/receivers. The specific model that I am using is the DJI Phantom 2.0

So basically, I would appreciate some guidance/clarification on how the controller communicates with the drone itself. I know the controller has a transmitter that sends out pulse waves to the drone and the receiver that is installed onboard the drone will read these waves and do what the pilot wants it to do. My question is how do the waves carry this information to the drone? The transmitter and receiver must be functioning on the same frequency, but does it use Frequency Modulation, Amplitude Modulation, or Pulse Modulation? I figured it communicates with FM…

For example, if the pilot uses the controller to make the drone go down and to the left, what do the signal pulses that propagate out to the drone look like?

I know the basics of how a transmitter and receiver work and how each of them must have antennas to operate on the certain frequency. Any advice/knowledge/guidance on HOW the controller communicates with the multi-copter would be much appreciated!

Thank you in advance.

(PS: if anyone has any schematics for the DJI Phantom 2.0 or any similar multi-copter, I would appreciate it! I am assuming that most multi-copters have similar schematics for the controllers and drone body.)
 

alexfreed

Joined Oct 8, 2012
72
Old school used mostly pulse width modulation to control things like rudder position or thrust. These days it may well be digital codes.
 

jlatshaw

Joined Jul 20, 2013
28
Check this out:

Look into the "synchronization segment" and the "pulse segment."
From what I understand, the synchronization segment is a pule running at the desired frequency for a certain period of time. Its job is to inform the transmitter to get ready for instructions.
After that, pulse segments are sent with instructions for operation (such as moving left, right, etc).

For your project, you should look into what the actual synchronization and pulse segments are and then which pulse segments correspond to what operations.
Then you could look into designing a circuit to do that.

However, this is assuming the DJI is running on pulse width modulation and not digital codes.

Hope this helps,
James
 

Thread Starter

rhekj

Joined Sep 6, 2014
9
Check this out:

Look into the "synchronization segment" and the "pulse segment."
From what I understand, the synchronization segment is a pule running at the desired frequency for a certain period of time. Its job is to inform the transmitter to get ready for instructions.
After that, pulse segments are sent with instructions for operation (such as moving left, right, etc).

For your project, you should look into what the actual synchronization and pulse segments are and then which pulse segments correspond to what operations.
Then you could look into designing a circuit to do that.

However, this is assuming the DJI is running on pulse width modulation and not digital codes.

Hope this helps,
James
Very interesting, James. Thanks for all of the info!
 
Top