I’m trying to program my MultiWii ctrl. I use the Arduino software and the file from Lynxmotion and upload it to the chip. I’m using the MultiWiiConf tool and I can see my throt movements and such using my TX/RX so I know it’s working… I had it working once and when I went into the CONFIG.H to change the min/max throttle numbers it would not work. Ive even tried to go back to the orgl. file from Lynxmotion and it still wont work. All my ESC have been programmed.
What exactly is the question on that second post ?
Looking at your picture, you have the throttle at about 50% and the MultiWii board is Armed. That result is Outputs to the motors (1283 to 1536 in the picture).
Everything seems to be just right on that picture.
Outputs to motor will not be stable if the copter is now flying, you can learn a bit how HERE.
If you have other questions, you can post them here. No need to create a new topic each time.
I guess the question I’m tryin to ask is how do I ensure the motors are spinning the same… for example at the moment I got 2 motors that start to spin when my RCVR reads -72%, the others dont kick on till like -18%… Is this a programming of the ESC issue?
Ok, so I seem to have it all in good working order however the motors still seems to spin at different RPMS. When I start to throttle up the motors kick on at different times and some start and even fade out till I really throttle up.
Then when I start to add more throttle the back end lifts off before the front, is this a trim issue? I had it in my mind that when I throttle up I was have an even lift off the ground, I’m I correct or just a noob…
When you “Arm” the flight controller without throttling, does the motor spin at idle at similar speeds ?
The back lifting before could be a CG problem or trim issue. In the MultiWiiConf make sure all the channels are at 1500 when centered.
Unless you have define in “config.h” the line about “MOTOR_STOP” the motors should spin when Arming the board.
/* motors will not spin when the throttle command is in low position
this is an alternative method to stop immediately the motors */
//#define MOTOR_STOP
“MINTHROTTLE” should be higher than 1000 and that’s probably why they don’t spin when you arm the board.
Set them to about 1100 and try again, you should be lowering this number until they spin very slowly but definitely turn.