Hi!
I am trying to create an application to read 4 RC signals (PWM at 50Hz) and get from them 8 RC output signals with some modifications. I am using an Arduino Mega, but I have problems with the output signals.
The general idea of the project is to split the 4 channels that any RC transmiter provides for the 2 levers. Typically for this transmitters, if we consider the right lever movement up/down, at the receiver we can see the variation from PMW_max to PMW_min on channel 1 only. The movement left/right will get an output on channel 2. My idea then is to split the output in 2 channels for the same axis: a movement of the lever from the neutral position to up will modify channel 1, and from neutral to down will modify channel 2 output. My idea is to make this conversion by using Arduino, since I consider that signal frequency is not so high.
Any advices to approach this project? Do you think that I could read this 4 PWM signals without problems? Any posible limitation to manage this 12 PMW signals at 50Hz at the same time?
Thanks in advance!