Introduction
In a personal project, I wanted to add 2 new devices to an existing quadcopter. The quadcopter was equipped with a 6-channel receiver meaning I only had 1 spare channel to control the 2 devices:
CH 1 |
: |
Throttle |
CH 2 |
: |
Rudder |
CH 3 |
: |
Ailerons |
CH 4 |
: |
Elevator |
CH 5 |
: |
Flight mode |
CH 6 |
: |
??? |
The following article explains how I manage to solve the issue:
How can I control more than one device using a single channel.
Keep reading How to multiplex RC Transmitter switches into a single channel ?
Introduction
The following arduino library was written to use the findings found during the Mapping RC Transmitter PWM signal to actual transmitter values article. All results were wrapped into a library for ease of use.
The RcReceiverSignal is an arduino library that allows one to read a signal sent from a Remote Controlled (RC) receiver.
Keep reading RcReceiverSignal: an arduino library for retrieving the RC Transmitter value from an RC Receiver pulse ?
Introduction
If you ever need to use an RC Transmitter & receiver for a personal project, an easy way to retrieve the signal is to connect the receiver to a micro-controller.
However, decoding the signal to get actual transmitter values is not as easy as it sounds. You need to know the correct encoding and searching on the internet about the subject gives erratic results.
Here is the full article that explains how to correctly map an RC Transmitter PWM signal to actual transmitter values.
Keep reading Mapping RC Transmitter PWM signal to actual transmitter values ?
Introduction
If you look on the internet for “mixing”, you will usually find posts and articles of people asking for things like “what is the best mix I should use for this or that” which I think is not helpful. I think it is far more helpful to actually understand what mixing is and how it can help you improve your skills as a pilot.
Lately I wanted to understand how mixing could help me in a personal project. I took this opportunity to learn something new and try to demystifying RC Transmitter Mixing.
Keep reading Demystifying RC Transmitter Mixing ?
This is an Excel worksheet I created based on the calculations I found for calculating most R/C Transmitter mixes. It is designed to help you identify the effective range of a mix (finding the low, medium and high values).
See my post on Demystifying RC Transmitter Mixing for more details.
Keep reading RC Transmitter Mix Calculator ?
My life dumped to a web site