Problem with controlling ESC with arduino Nano

Hi Calond,

While ESCs for fixed wing aircraft operate at 50Hz, those for quadcopter use operate at a standard PWM frequency around 490Hz.

I suggest using the analogWrite() function on the pins that use the 490Hz PWM outputs (3, 9, 10 & 11), instead of the servo library.