ROHMUSDC / ROHM_LapisDevBoard_QuadcopterFlightControlBoard

ROHM - Quadcopter Source Files for Lapis Development Board (ML610Q112)
4 stars 1 forks source link

Need to Fix Motor Calibration Bug - On RESET if Power is not Cycled, MAX RPM... this is bad #7

Closed kbahar closed 10 years ago

kbahar commented 10 years ago

Need to fix motor calibration sequence.... I'm thinking that we may want to control power to the motors via hardware (FET Switch maybe?) so we can always have a battery connected, but then have a GPIO pin that enables power from the battery... Need to discuss/propose a solution, test the solution, and see if we can get it on the main Quad board design.

kbahar commented 10 years ago

Solved!

Figured out that if PWM is applied before the ESC receives power... it goes into ESC calibration. Main flight board was powered through the USB, then always did this. Solved by removing the ESC calibration function and starting the PWM setting at the 0V level.