yes, why would you expect a crius SE to not work? wrt. to control surfaces (mix) and motor there is no difference between delta and flyingWing. Go for it.
Bare with me, I am new to MultiWii. Also I am German, and my English is far from what it should be. I didn't doubt that the SE had some kind of limitation or such... What I was trying to find out is which control setup do I need to control my servos (one per axle) rather than BLCs in a Multicopter-mix? Currently I am using the V1.9 (the board whas shipped with that). Is that OK for my purpose? Could you point me to a sample setup?
/* Flying Wing: you can change change servo orientation and servo min/max values here */ /* valid for all flight modes, even passThrough mode */ /* need to setup servo directions here; no need to swap servos amongst channels at rx */ #define PITCH_DIRECTION_L 1 // left servo - pitch orientation #define PITCH_DIRECTION_R -1 // right servo - pitch orientation (opposite sign to PITCH_DIRECTION_L, if servos are mounted in mirrored orientation) #define ROLL_DIRECTION_L 1 // left servo - roll orientation #define ROLL_DIRECTION_R 1 // right servo - roll orientation (same sign as ROLL_DIRECTION_L, if servos are mounted in mirrored orientation) #define WING_LEFT_MID 1500 // left servo center pos. - use this for trim #define WING_RIGHT_MID 1500 // right servo center pos. - use this for trim #define WING_LEFT_MIN 1100 // limit servo travel range #define WING_LEFT_MAX 1800 // limit servo travel range / down #define WING_RIGHT_MIN 1300 // limit servo travel range #define WING_RIGHT_MAX 1900 // limit servo travel range / up
you have to attach your RX to the MWii inputs (at least 4 channels, plus 1 for passthrough, acro, level flightmodes selection). Outputs to connect to MWii are 2 servos and motor. Better use MWii 2.0, the support for Flying wing in 1.9 was not final, iirc.
Hi, I did some experimenting with a WMP to try it on a flying wing also. I got a problem though. My servo's aren't stable at all. Previously i had my self made board on a WMP X-quad and that went fine, no problems at all. What can be the problem on this? Config is: Arduino pro mini 328 5V 16 mHz WMP (Ebay clone) BMA020 MultiWii 2.0 > Flying Wing
Thanks PatrikE for your answer, I tried it with no luck. Because i think this is perhaps not the right place to show my topic (cause it's not a Crius SE board), I placed a new one on: viewtopic.php?f=17&t=1758 Hope some one can help me.