MW 2.2, no arm/disarm with Turnigy ER9X

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
Blue_Lion
Posts: 3
Joined: Sun Mar 17, 2013 3:32 pm

MW 2.2, no arm/disarm with Turnigy ER9X

Post by Blue_Lion »

I installed WM2.2 on a formerly with MW2.1 fully working Quadrocopter, same settings.
Use Turnigy ER9X, mode2, HK_MultiWii_328P

1.) No arm/disarm possible, although all ranges for THR, PIT, ROL, YAW are between 980 and 1960
Enabled #define ALLOW_ARM_DISARM_VIA_TX_YAW, #define ALLOW_ARM_DISARM_VIA_TX_ROLL

2.) There is a lag in the THR, if I reduce from full to zero, it stops occasionally in the range from 1100 to 1400,
returns below 1000 only when stick is reduced very slowly!
There seems to be some faulty code in MultiWii.ino line line 936ff!?

Reinstalled MW2.1 again, works again.
Please help to find error!
I like the Multowii project very much!

QuadBow
Posts: 532
Joined: Fri Jan 04, 2013 10:06 am

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by QuadBow »

I don't have that problem with MW2.2 and Open9x running on a Turnigy.
The behaviour of throttle and the other channels is as it should be.
The neutral position of the throttle is at 1502, the copter immediatly arms and disarms, when the outer ranges (less than 1000 or more than 1850) have been reached. I do not observe a lag. Are you sure that the configuration of the transmitter is correct?

Blue_Lion
Posts: 3
Joined: Sun Mar 17, 2013 3:32 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by Blue_Lion »

Since it worked properly with the former code, I didn't consider any problems with the TX.
Arm/Disarm with sticks is not working any longer.

Peter
Posts: 82
Joined: Mon Jun 11, 2012 2:09 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by Peter »

Working for me too. Tested on a 9x and 9xr with open9x.

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by scrat »

It's working for me to. MWii 2.2. turnigy 9x with er9x.

ardufriki
Posts: 88
Joined: Thu Dec 13, 2012 4:47 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by ardufriki »

Working ok with Turnigy 9x

Mis
Posts: 203
Joined: Fri Apr 01, 2011 12:23 am

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by Mis »

Don't set low endpoint bellow 1000us !. Best set to about 1030us.

kalle123
Posts: 106
Joined: Sun Oct 09, 2011 10:07 am

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by kalle123 »

Same issue here with Multiplex PRO.

2.1 OK. With 2.2 no arm/disarm with stick.

Back to 2.1.

copterrichie
Posts: 2261
Joined: Sat Feb 19, 2011 8:30 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by copterrichie »

Just curious, would a total EEPROM erase help?

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by scrat »

If it works with 2.1 them it must work with 2.2 the same way. I think no one change this code for arming/disarming. Set endpoints form 1000 to 2000 and it must work.

mikob2d
Posts: 11
Joined: Sat Mar 24, 2012 10:07 am

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by mikob2d »

It looks like the bug i had when switching from 2.1-dev to 2.2-pre on my Crius AIOP board.

Motors where spinning around full throttle only.

I did eeprom erase then uploading the 2.2 release, and then it worked back again like it allways had to be.

Hope that will help

jct
Posts: 1
Joined: Fri Mar 22, 2013 7:38 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by jct »

bonjour,
j'ai le meme probleme, en 2.2 probleme d'armement/desarmement...Il faut mettre le trim au minimum à 30 pour avoir quelque chose et de plus c'est aleatoire... Merci d'avance??

I have the same problem, problem in 2.2 Arm / disarmament ... We need to trim at least 30 to have something more and this is random ...?? Thank you

E_TE_T
Posts: 17
Joined: Fri Mar 15, 2013 10:15 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by E_TE_T »

Look at the values the controller generates.

You can change thresholds here:

Multiwii.ino

(Because my controller generates cannel-values ​​in the range from 1055 to 1886)

// ******************
// rc functions
// ******************
#define MINCHECK 1100
#define MAXCHECK 1800


E_T

Blue_Lion
Posts: 3
Joined: Sun Mar 17, 2013 3:32 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by Blue_Lion »

After some further trial I figured out that #define FAILSAFE is hindering ARM/DISARM.
Without FAILSAFE everything works fine.
:D
Obviouly the TX9 is sending pulses below the set limit of 985µs.
Does anybody know where to set this parameter in MW2? Best would be to parametrize this in config.h

copterrichie
Posts: 2261
Joined: Sat Feb 19, 2011 8:30 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by copterrichie »

It would possibly work better by adjusting the end points in the transmitter.

-ralf-
Posts: 215
Joined: Mon Dec 03, 2012 7:08 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by -ralf- »

Same problem here ..... no arm/disarm after updating to 2.2. I need to calibrate the ACC again, then it works .....

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by scrat »

Blue_Lion wrote:After some further trial I figured out that #define FAILSAFE is hindering ARM/DISARM.
Without FAILSAFE everything works fine.
:D
Obviouly the TX9 is sending pulses below the set limit of 985µs.
Does anybody know where to set this parameter in MW2? Best would be to parametrize this in config.h


Like copterrichie said...just adjust endpoints in your Tx. I have TG9X with er9x FW. In MIX screen i have all channels set to 100%. But for endpoints all channels are from -97 to +97.

HSPalm
Posts: 33
Joined: Wed May 08, 2013 2:02 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by HSPalm »

Just experienced the same problem. It's the failsafe kicking in when PPM level on thottle is too low from the receiver. It makes the multiwii have a hickup and you see angle-modes goes active, like you'd expect when failsafe kicks in. Thanks, great help everyone.

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by scrat »

HSPalm wrote:Just experienced the same problem. It's the failsafe kicking in when PPM level on thottle is too low from the receiver. It makes the multiwii have a hickup and you see angle-modes goes active, like you'd expect when failsafe kicks in. Thanks, great help everyone.


You must set endpoints. Channel must not go below 985us. It is better to have channels from 1005us to 1995us and you're good.

HSPalm
Posts: 33
Joined: Wed May 08, 2013 2:02 pm

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by HSPalm »

scrat, I did, I've been flying (uncontrollably) ever since :)

scrat
Posts: 925
Joined: Mon Oct 15, 2012 9:47 am
Location: Slovenia

Re: MW 2.2, no arm/disarm with Turnigy ER9X

Post by scrat »

HSPalm wrote:scrat, I did, I've been flying (uncontrollably) ever since :)


:)

Post Reply