Search found 7 matches

by Vantasstic
Sun Dec 08, 2013 6:22 am
Forum: General discussions
Topic: Controlling a Camera Gimbal using Aux Channel?
Replies: 12
Views: 10167

Re: Controlling a Camera Gimbal using Aux Channel?

Hi, The current MIX_TILT is not able to handle an AUX superposition. could you replace and test this part: ? #ifdef SERVO_MIX_TILT #if defined(A0_A1_PIN_HEX) && (NUMBER_MOTOR == 6) && defined(PROMINI) #define S_PITCH servo[2] #define S_ROLL servo[3] #else #define S_PITCH servo[0] #d...
by Vantasstic
Sun Dec 08, 2013 3:57 am
Forum: General discussions
Topic: Controlling a Camera Gimbal using Aux Channel?
Replies: 12
Views: 10167

Re: Controlling a Camera Gimbal using Aux Channel?

I'm using the MultiWii Config 2.3 GUI that came in the MW 2.3 zip file. I don't see anything there for changing servo direction, min/max settings, or any other adjustments. Is there another GUI that allows for this? I've tried using WinGUI 2.3 beta3, but can't connect to my board with it (no problem...
by Vantasstic
Sat Dec 07, 2013 10:56 pm
Forum: General discussions
Topic: Controlling a Camera Gimbal using Aux Channel?
Replies: 12
Views: 10167

Re: Controlling a Camera Gimbal using Aux Channel?

Hope no one minds me jumping in here too as I'm hoping to set up my SSG for manual tilt control too. I have a couple of questions in this line too: 1) My cam stab pitch was working backwards. After some searching I finally changed this line in the Output.cpp: #ifdef SERVO_MIX_TILT int16_t angleP = g...
by Vantasstic
Sat Nov 30, 2013 5:42 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105783

Re: 2.3 is finally here :)

Thanks all. I got my stick commands working. It turned out it was a Tx end point issue. I had my Tx AIl and Ele at 90%, which worked for fw 2.1 but not 2.3. Once I bumped all the EPAs to 100% the stick commands starting working again. Thanks for the help. :D
by Vantasstic
Sat Nov 30, 2013 7:29 am
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105783

Re: 2.3 is finally here :)

Thanks. Higher throttle setting shouldn't make a difference for Gyro Calibration...where down throttle is used, but I'll certainly check all the EPAs. Perhaps it is just insufficient throws causing the problem. I hope to get it figured out. I liked the feel of the Horizon flight mode; I just couldn'...
by Vantasstic
Fri Nov 29, 2013 6:43 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105783

Re: 2.3 is finally here :)

Ah...thank you. I didn't do that part...totally forgot about it. Thank you. edit: Nope. That didn't work either. Maybe I'll just back down to 2.1 again? edit-edit: I just loaded 2.1 back into my FC (erased, then reload) and my stick configuration works fine. So maybe something I did wrong with the e...
by Vantasstic
Fri Nov 29, 2013 5:42 pm
Forum: Software development
Topic: 2.3 is finally here :)
Replies: 97
Views: 105783

Re: 2.3 is finally here :)

I just loaded 2.3 into my NanoWii control board (formerly using 2.1). It appears my 'stick commands' aren't working right. I can arm and disarm with no problem. I can't get it to do the Gyro Calibration nor ACC Trim. I don't know if I'm doing something wrong or if something has changed in 2.3 in how...