I was hoping to setup my mode switch so I have STABILIZE instead of MANUAL mode, so that the IMU helps normal flight. But it doesn't work if I change the code. Can it be done any other way?
What I want
1. STABILIZE 2. AUTO 3. RTL
cheers Jamie
You need to be a member of diydrones to add comments!
I'm afraid not. The manual mode is determined by the failsafe/MUX chip, not the Atmega (this is for safety sake--if you've got a bug in your code, you wouldn't be able to regain control in your scenario). In other words, we designed the board carefully to not allow this--it's why we have a black-box failsafe circuit.
Replies