afry-south / dragonfly-fcb

ÅF Dragonfly Quadrotor UAV Project
Other
7 stars 3 forks source link

Receiver: Implement IsReceiverActive #53

Closed stenbergd closed 9 years ago

stenbergd commented 9 years ago

Implement the IsReceiverActive function to detect if there is an active transmission between RC transmitter and receiver.

For instance: Check time since last pulse on aileron channel (or other/all?). Throttle remains the same even if transmission is inactive

OR

Configure counter reset interrupts and count how many timer counter resets have been performed

stenbergd commented 9 years ago

Done.