drone-flight-controller icon indicating copy to clipboard operation
drone-flight-controller copied to clipboard

Not working

Open sreekanthmp opened this issue 4 years ago • 1 comments

I did calibrate all ESC. After that, I did all connections and uploaded the code..but nothing happens. Sometimes the motor rotates(not controllable).

sreekanthmp avatar Nov 07 '21 10:11 sreekanthmp

Check minPulse and maxPulse a) your RC ontroller b) then settings in the code This examples works well in my test suite:

https://wokwi.com/arduino/projects/319034627596485204 #define minPulse 450 #define maxPulse 2600

It seems to be a good idea to use a much simpler code for testing a single ESC first. Check min/maxPulse lenght and the configuratione required by your ESC. I'm restructering the code cause I'll build a nano copter using brushed motors. So still much work ahead for me.

f41ardu avatar Jan 05 '22 13:01 f41ardu