Search found 7 matches

by prodrone
Sat Dec 07, 2013 2:53 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 405931

Re: GPS NAV

Thank you PatrikE. I did this already but with one AUX2, changed that to AUX5 now and switched a few stick on my transmitter, like this: // end of failsafe routine - next change is made with RcOptions setting // Clip throttle low-level at MINCHECK with AUX5 switch // To keep control loops active wit...
by prodrone
Sat Dec 07, 2013 1:52 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 405931

Re: GPS NAV

MultiWiiGUI 2.3pre4 bug ? I found on tab RC Control Settings AUX1 .. AUX4 can be assigned to one or more functions. To the right on that pane i have AUX1 .. AUX8 available. SO: AUX 5 .. AUX8 cannot be assigned and thus not used... I don't believe the GUI is setup to display/assign above AUX4, at le...
by prodrone
Sat Dec 07, 2013 1:43 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105394

Re: 2.3 is finally here :)

main changes 2.2 -> 2.3 ***Control mode*** - main PITCH/ROLL/YAW PID modification (r1474) - the sticks scaling is no more affected by PID coefficients - yaw rate (to the right of the PIDs in GUI) now works as stick scaling - default yaw rate is increased (with yaw rate at 0) - yaw PID principle is ...
by prodrone
Sat Dec 07, 2013 12:55 am
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 405931

Re: GPS NAV

MultiWiiGUI 2.3pre4 bug ?
I found on tab RC Control Settings AUX1 .. AUX4 can be assigned to one or more functions. To the right on that pane i have AUX1 .. AUX8 available.
SO: AUX 5 .. AUX8 cannot be assigned and thus not used...
by prodrone
Fri Dec 06, 2013 12:21 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 405931

Re: GPS NAV

I noticed that older (2.1) setting files *.mws cannot be read into WinGUI 2.2 and 2.3 Next i attempted to do a 'Save to File with 'both versions and that gives an exception error on both (it works with 2.1 version). Intention was to compare fileformat of 2.1 to 2.2, 2.3 versions. The reason is that ...
by prodrone
Tue Dec 03, 2013 12:33 pm
Forum: Software development
Topic: GPS NAV
Replies: 964
Views: 405931

Re: GPS NAV

EOSBandi wrote:Just a short note !
FORGET Bluetooth - Get a 3DR Radio !
http://www.goodluckbuy.com/single-ttl-3 ... -apm2.html

There will be a MultiWii optimized firmware ;) (it's pretty high on my project list)


I think this will interfere with long range UHF RC control Rx/Tx, frequently used for FPV flying, like the immersion EzUHF, right ?
by prodrone
Sun Nov 10, 2013 2:46 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105394

Re: 2.3 is finally here :)

A minor bug in def.h is still in place (at least since 2.1), i corrected this locally some time ago. /* #define PINMODE_LCD DDRD |= (1<<2); // ProDrone: wrong PIN definition - commented out! #define LCDPIN_OFF PORTD &= ~1; #define LCDPIN_ON PORTD |= 1; */ #define PINMODE_LCD DDRD |= (1<<2); // P...