Thank you
E_T
Search found 17 matches
- Mon May 13, 2013 6:29 pm
- Forum: Software development
- Topic: Strange behavior when switching between arm and angle-mode
- Replies: 6
- Views: 2871
- Wed May 08, 2013 10:37 pm
- Forum: Software development
- Topic: Strange behavior when switching between arm and angle-mode
- Replies: 6
- Views: 2871
Strange behavior when switching between arm and angle-mode
Everything works fine in my opinion. I usually fly in the angle-mode. Just before I fly a looping I switch by remote control in the arm mode. After full throttle and roll stick to the right the looping starts. After the looping is finished I switch back to the angle-mode. When the remotestick (nick ...
- Sat Mar 30, 2013 5:32 pm
- Forum: Software development
- Topic: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch receive
- Replies: 7
- Views: 4147
Re: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch rec
Ok I testet the signals with an oscilloscope.
The receiver stops the signal after signal loss.
This explain why it works.
Now I just have to figure out why it did not go with 2.1 multiwii.
E_T
The receiver stops the signal after signal loss.
This explain why it works.
Now I just have to figure out why it did not go with 2.1 multiwii.
E_T
- Sat Mar 30, 2013 5:31 pm
- Forum: Software development
- Topic: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
- Replies: 18
- Views: 13116
Re: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2;
Ok I testet the signals with an oscilloscope.
The receiver stops any signal after signal loss.
This explain why it works.
Now I just have to figure out why it did not go with 2.1 multiwii.
E_T
The receiver stops any signal after signal loss.
This explain why it works.
Now I just have to figure out why it did not go with 2.1 multiwii.
E_T
- Sat Mar 30, 2013 5:26 pm
- Forum: Software development
- Topic: MultiWii 2.2 after first success now LED only fast blinking
- Replies: 4
- Views: 2731
Re: MultiWii 2.2 after first success now LED only fast blink
Calibtrate ACC!
E_T
E_T
- Fri Mar 29, 2013 1:12 pm
- Forum: Software development
- Topic: Multiwii 2.2 will not ARM
- Replies: 7
- Views: 7193
Re: Multiwii 2.2 will not ARM
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
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
- Fri Mar 29, 2013 1:11 pm
- Forum: Software development
- Topic: Simple Arming range tweak.
- Replies: 2
- Views: 1383
Re: Simple Arming range tweak.
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
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
- Thu Mar 28, 2013 11:08 pm
- Forum: Software development
- Topic: MW 2.2, no arm/disarm with Turnigy ER9X
- Replies: 20
- Views: 11031
Re: MW 2.2, no arm/disarm with Turnigy ER9X
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
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
- Thu Mar 28, 2013 11:05 pm
- Forum: Software development
- Topic: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
- Replies: 18
- Views: 13116
Re: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2;
Back to the topic. E_TE_T i think the turnigy rx must send some grainy pwm signals to the mwii on signal loss. So the readout has some timeouts and increases the errorcounter to engage failsave. The gui is probably too slow or too filtered to show that. Cheers Kraut Rob Once I have time, I look at ...
- Wed Mar 27, 2013 10:34 pm
- Forum: Software development
- Topic: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch receive
- Replies: 7
- Views: 4147
Re: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch rec
The RX does not keep all levels the same, it stops the signal completely(*) . I have checked almost all the channels with a servo. All servos keep the last value. (The receivers from different manufacturers behave differently here) In my view, therefore, the software can not notice any loss of rece...
- Tue Mar 26, 2013 8:06 pm
- Forum: Software development
- Topic: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch receive
- Replies: 7
- Views: 4147
Re: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch rec
ardufriki wrote:Hi, finally I confirm your experiment. I dont know yet why it didnt work, but now does well. So I will remove my failsafe system at A6 pin.
It works with MW2.2 and w/o modifications on the rx. Good.
Next is to check if we can get a RSSI from this cheap rx.
Nice to read

E_T
- Tue Mar 26, 2013 12:06 am
- Forum: Software development
- Topic: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
- Replies: 18
- Views: 13116
Re: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2;
In the video you can see that the receiver stores the last values, when signal is lost. After one second the failsafe-funktion are activated.
Here is the video that show it: http://www.youtube.com/watch?v=C9DrIlzB ... e=youtu.be
I can not explain now why the faisafe function starts?
E_T

Here is the video that show it: http://www.youtube.com/watch?v=C9DrIlzB ... e=youtu.be
I can not explain now why the faisafe function starts?

E_T
- Tue Mar 26, 2013 12:04 am
- Forum: Software development
- Topic: Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch receive
- Replies: 7
- Views: 4147
Why does failsafe works? Multiwii 2.2 Turnigy 9x 8ch receive
Why does failsafe works? In the video you can see that the receiver stores the last values, when signal is lost. After one second the failsafe-funktion are activated. I have the Turnigy 9x wit the turinigy 8Ch receiver 2.4 Ghz. (original firmware) 5 Channels are connected to the board. The board is ...
- Tue Mar 19, 2013 11:56 pm
- Forum: General discussions
- Topic: CRIUS SE V2 new sensor MPU 6050
- Replies: 1
- Views: 1280
Re: CRIUS SE V2 new sensor MPU 6050
In Multiwii 2.2 you can choose: (config.h) HK_MultiWii_SE_V2
E_T
E_T
- Tue Mar 19, 2013 10:22 pm
- Forum: Software development
- Topic: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
- Replies: 18
- Views: 13116
Re: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2;
I have this board: m The first 5 channels from the receiver are connected to the board. In the Multiwii-software i changed this: Config.h #define QUADX #define FAILSAFE #define FAILSAFE_OFF_DELAY 50 #define HK_MultiWii_SE_V2 GPS (Not connected) #define I2C_GPS #define MAG_DECLINIATION 1.18f Multiwii...
- Mon Mar 18, 2013 8:54 pm
- Forum: Software development
- Topic: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
- Replies: 18
- Views: 13116
Re: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2;
I have the Turinigy 9x V2 (original firmware) and the turnigy 8ch receiver v2.
http://www.hobbyking.com/hobbyking/stor ... ware_.html
No hardware were changed.
E_T
http://www.hobbyking.com/hobbyking/stor ... ware_.html
No hardware were changed.

E_T
- Sun Mar 17, 2013 3:07 pm
- Forum: Software development
- Topic: Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
- Replies: 18
- Views: 13116
Failsafe; Multiwii 2.2; Turnigy 9x V2; 8CH receiver V2; work
Multiwii 2.2 + Turnigy 9x (original firmeware) V2 + 8Ch receiver V2 failsave worked. I set in the controller Setting->Fail Saf -> All Channel are now F/S 000%. (I can not say for sure whether it is necessary) Then I started the motors and turned off the remote control. In my case, after one second t...