I'm flying a 2m wingspan model,
best range is when my UHF RX and VTX antennas are separated as much as they can, on vinglets...
video: http://www.youtube.com/watch?v=D_kiIUaa ... A7&index=2
but then I have to route all servo cables over whole wing (rx is there because of keeping the antenna short)
I did it with flat cable but it's not so practical on long run...
http://www.flyfreak.net/fpv-i-ap/nova-s ... /#msg95425
It would be better to route PPMSUM via 3 thin wires(-,+,PPM) and decode it in big spacious fuselage(power would be distributed to servos there also, no problem there)
I saw on web that promini can decode PPM SUM signal to PWM.
( in reply to this topic, scroll a little bit down http://diydrones.com/profiles/blogs/gal ... sed-on-apm )
Since I have PPMSUM on Rangelink RX. (by the way, it works in Multiwii pretty good, but in plane I have plain servos not MWC)
can someone point to a code that would input PPMSUM
and output at least 7 PWM channels out (more are welcome if possible)
the subject was discussed here also, but more pricy solutions were only offered,
http://fpvlab.com/forums/showthread.php ... PM-decoder
And it seems like a cheap Pro Mini can handle it in a blink
This doesn't use the PWM modules on the 328 chip (there are only 2 or 3)
so you can have up to 9 outputs with 50 Hz PPM.
This is possible because the entire program is interrupt driven.
The one 16 bit timer does everything.
Thanks