

Comment by MANGIRDAS on May 1, 2011 at 10:10am
Comment by Mulyadi on May 8, 2011 at 6:21pm hai. how to program arduIMU? can you teach me? thanks.. :)
Comment by Josu Berriatua on June 15, 2011 at 3:16pm I have a Tx JR 388 (2,4 Ghz FRSKY) and Rx FRSKY D8R v2 with PPM at ch8. In JR channel order is 1Throttle 2Aleiron 3Elevator and 4Rudder, and I changed the reading order of the receiver in the code:
//ch1 = RxGetChannelPulseWidth(1); // Read radio channel values
//ch2 = RxGetChannelPulseWidth(2);
//ch3 = RxGetChannelPulseWidth(3);
//ch4 = RxGetChannelPulseWidth(4);
//This order for JR
ch3 = RxGetChannelPulseWidth(1); // Throttle
ch1 = RxGetChannelPulseWidth(2); // Aleiron
ch2 = RxGetChannelPulseWidth(3); // Elevator
ch4 = RxGetChannelPulseWidth(4); // Rudder
but can not get work. My Rx latency is 18ms I think. PPM and chain with 7 channels as well:

Should I change something else to get the signal from the Rx to my ArdIMU?
Sorry for my ignorance, but I want to learn about this board and its code. Thank you in advance who can help me.
Comment by MANGIRDAS on June 26, 2011 at 2:23am
Comment by chaiyachat on August 4, 2011 at 6:05am
Comment by Carl on January 10, 2012 at 5:49am Hallo. i have a question about the Quad1_15.zip sketch. can i test it on pc via terra term or arduimu test? or is their a version were it is possible? thanks
Comment by Bhaumik on March 20, 2013 at 10:38pm Is your code usable in ArduIMU v3 without GPS..?
Comment
Season Two of the Trust Time Trial (T3) Contest has now begun. The fourth round is an accuracy round for multicopters, which requires contestants to fly a cube. The deadline is April 14th.24 members
1288 members
57 members
680 members
87 members
© 2013 Created by Chris Anderson.
Powered by

You need to be a member of DIY Drones to add comments!
Join DIY Drones