I know it's very early in the APM game, but I have a strange issue with the r628 code and startup.
I have to reset the AP for it to boot normally. A regular startup puts my ESC in programming mode, with no control over the plane.
Just wondering if anyone else has run into this.
Thanks!
JC
Replies
As Jason Short mentioned, all these bug reports and fixes should now take place via the Issues Reporting structure on the code repository. John, can you make sure it's there; otherwise the dev team won't see it and can't evaluate the fix.
I'm not sure of optimum value, but 1300ms works good for me.
This is in system
//delay(300); // This delay is important for the APM_RC library to work. We need some time for the comm between the 328 and 1280 to be established.
delay(1300); // This delay is important for the APM_RC library to work. We need some time for the comm between the 328 and 1280 to be established.