Kann ich in der GUI auch danach noch die Mindestdrehzahl einstellen? Welche Geschwindigkeit die Motoren haben, wenn Knüppel auf Null und gearmt wird. Denn so laufen die Motoren nicht richtig an.
Passen die Befehle so
/**************************** 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 1050 // for brushed ESCs like ladybird
//#define MINTHROTTLE 1120 // (*) (**)
/**************************** Motor maxthrottle *******************************/
/* this is the maximum value for the ESCs at full power, this value can be increased up to 2000 */
#define MAXTHROTTLE 1950
/**************************** Mincommand *******************************/
/* this is the value for the ESCs when they are not armed
in some cases, this value must be lowered down to 900 for some specific ESCs, otherwise they failed to initiate */
#define MINCOMMAND 1000
/********************************** I2C speed ************************************/
//#define I2C_SPEED 100000L //100kHz normal mode, this value must be used for a genuine WMP
#define I2C_SPEED 400000L //400kHz fast mode, it works only with some WMP clones
Ok, wenn nicht gearmt ist, laufen sie auch nicht los, auch bei gas geben.
Wenn gearmt wird, laufen eben nicht immer alle los.
Und wo stellt man die Zeit ein, bis nach abschalten des Armens, die Motoren ausgehen? Sind bei mir ca. 4 Sekunden.