Page 1 of 1

Unable to arm with stick

Posted: Tue Feb 04, 2014 3:39 pm
by claustro
Hi I ugraded to 2.3 from 2.2 and now ( with all the same settings) I am unable to arm with sticks.

My value for rc are
thr 930 / 2020
pitch 927/2023
roll 930 / 2014
Yaw 930 / 2022

Mincommand 940
mintrhottle 1300
maxthrootle 1950
#define MINCHECK 1100
#define MAXCHECK 1900

Arm unchecked in gui

Any idea?

Thank you
Andrea

Re: Unable to arm with stick

Posted: Tue Feb 04, 2014 5:37 pm
by QuadBow
Hi Andrea,
Have a look to my post
viewtopic.php?f=8&t=4422&p=44885#p44885
Maybe it is the same issue for you.

Re: Unable to arm with stick

Posted: Wed Feb 05, 2014 12:37 pm
by claustro
Thank you for your answer.
I found the problem , in case someone else will have the same I solved it :-)
I forgot to uncomment this:
/******************************** ARM/DISARM *********************************/
/* optionally disable stick combinations to arm/disarm the motors.
* In most cases one of the two options to arm/disarm via TX stick is sufficient */
#define ALLOW_ARM_DISARM_VIA_TX_YAW
//#define ALLOW_ARM_DISARM_VIA_TX_ROLL

I never did it on previous version , is it a new field?

Thank you
Andrea