Hiho
hier der Nachtrag hab bei mir nee falsche Version aufgemacht:
/**************************** Motor minthrottle *******************************/
/* Set the minimum throttle command sent to the ESC (Electronic Speed Controller)
This is the minimum value that allow motors to run at a idle speed */
//#define MINTHROTTLE 1300 // for Turnigy Plush ESCs 10A
//#define MINTHROTTLE 1120 // for Super Simple ESCs 10A
//#define MINTHROTTLE 1064 // special ESC (simonk)
#define MINTHROTTLE 1180
und als I-Tüpfelchen die 2 sachen hier unten
Ich glaub El meint die beiden hier:1
/**************************************************************************************/
/******** special ESC with extended range [0-2000] microseconds ********************/
/**************************************************************************************/
//#define EXT_MOTOR_RANGE
und :2
/* to calibrate all ESCs connected to MWii at the same time (useful to avoid unplugging/re-plugging each ESC)
Warning: this creates a special version of MultiWii Code
You cannot fly with this special version. It is only to be used for calibrating ESCs
Read How To at
http://code.google.com/p/multiwii/wiki/ESCsCalibration */
#define ESC_CALIB_LOW MINCOMMAND
#define ESC_CALIB_HIGH 2000
//#define ESC_CALIB_CANNOT_FLY // uncomment to activate
Siehe hier :
http://code.google.com/p/multiwii/wiki/ESCsCalibration
Wenn du Nummer 1 machst mit Define
musst du auch Nummer 2 machen (im Code aber Zuerst 2 machen ,dann 1
)
Ich würds erstma so lassen , (hast den Gasweg ja schon eingelernt)bis du damit fliegst ,und dann vielleicht machen ,dann merkste auch den unterschied vielleicht.
Falls der Motor noch zuckt ,kannst auch ma den Min Command 10-20 runtersetzen,zum Testen ,die 1000 sollten für Simon gut sein ,oder auch Min. throttle 10-20 hoch,
und Epprom löschen wenn du neu aufspielst,-Arduino - Reiter Datei -beispiele(Example)-Epprom-Epprom clear ,
raufladen ,und normal wieder den neuen Sketch rauf.
und wech