Bienvenidos a Helicopteros RC / Radiocontrol
¿Has instalado ,la 1.8? ¿Tienes la I y la D a 0 del yaw?
/* 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 1220//#define MINTHROTTLE 1150
¿Modifico el 1300? ¿o Activo la linea del 1120? Los variadores que tengo son Turnigy Plush 30A
/* 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
Capacity: 5000mAhVoltage: 3S1P / 3 Cell / 11.1VDischarge: 45C Constant / 55C BurstWeight: 449g (including wire, plug & case)Dimensions: 145x52x28mmBalance Plug: JST-XHDischarge Plug: 5.5mm Bullet Connector
/* this is the value for the ESCs when thay are not armed *//* in some case, this value must be lowered down to 900 for some specific ESCs */#define MINCOMMAND 1000