I used an Arduino Uno to controll the Hobbywing 1060 Brushed ESC. I used a simple code in Arduino. This code works fine, i can control the ESC speed, and the direction of motor rotating.
But! Sometime the ESC controll the motor wrong. I didn’t push the remote but the motor start running for 1 sec… Any idea why??
PS: I have never bothered to use the Servo library (never knew you could use it) because I researched the ESC implementation with Arduino first and came across the ESC library before reading about the Servo library.