Search found 156 matches

by wilco1967
Tue Feb 07, 2012 11:42 pm
Forum: Software development
Topic: dev MultiWii_dev_20120203 test
Replies: 33
Views: 12878

Re: dev MultiWii_dev_20120203 test

Can't get the tail servo to move on a Tri with MultiWii_dev_20120203 version.
With earlier software version all is working fine :?

Running a Flyduino MEGA.
Tail servo output seems to move correctly in the GUI, but no response from servo. The rest (motors, sensors) seems to work fine...

Wilco
by wilco1967
Tue Dec 06, 2011 8:01 pm
Forum: Software development
Topic: MultiWii 1.9
Replies: 211
Views: 81952

Re: MultiWii 1.9

No, you don't need anything more than a 6 channel for Head Free.... However..... you will only be able to use Aux1 and Aux2 (not the new Aux3 and 4, as they represent channels 7 & 8). You can simply put Head Free on either aux1 or aux2, but that leaves little options for Level mode / heading (co...
by wilco1967
Sun Oct 30, 2011 6:01 pm
Forum: Software development
Topic: MultiWii_dev_20111029
Replies: 35
Views: 10795

Re: MultiWii_dev_20111029

I think something went wrong with the yaw on a Tri.... Seems like the gain is like 100x more sensitive.... If I push the stick just slightly from neutral, the yaw servo goes full stroke... Doesn't help to calibrate ACC, nor reducing the yaw gain (even at yaw P=0.1, it still goes crazy if I move the ...
by wilco1967
Mon Oct 24, 2011 6:28 pm
Forum: Software development
Topic: MultiWii_dev_20111017
Replies: 24
Views: 8845

Re: MultiWii_dev_20111017

I noticed, in the latest dev, the powermeter does not work anymore. The alarm value for the powermeter is not saved properly to eprom upon write it seems.... Wilco yes, thank you. This is a known bug. Alex has found the code at error and fixed this - we are awaiting integration in the dev version. ...
by wilco1967
Sun Oct 23, 2011 7:43 pm
Forum: Software development
Topic: MultiWii_dev_20111017
Replies: 24
Views: 8845

Re: MultiWii_dev_20111017

Hi Alex,

I noticed, in the latest dev, the powermeter does not work anymore.
The alarm value for the powermeter is not saved properly to eprom upon write it seems....

Wilco
by wilco1967
Tue Oct 11, 2011 7:13 pm
Forum: Software development
Topic: Help inverting the tilt servo
Replies: 2
Views: 1331

Re: Help inverting the tilt servo

Do you mean the yaw servo (on the tail), on a tri ? Change the following line in config.h (change +1 into -1) #define YAW_DIRECTION 1 // if you want to reverse the yaw correction direction to #define YAW_DIRECTION -1 // if you want to reverse the yaw correction direction If you mean the camera tilt ...