Debug throttle

While trying to figure out some other stuff I started to go through the tests again on the ardu and noticed that if I declare a 0 for debug throttle, throttle is still active luckily I didnt trust it to work when I ran the throttle test. Any one have any idea on this one did I miss some other setting to really make the prop not spin?

You need to be a member of diydrones to add comments!

Join diydrones

Email me when people reply –

Replies

  • Developer
    OK, haven't tested this in a while. I've made an update to the SVN. Could you please try it and confirm?

    THROTTLE_OUT 0 is the config setting I changed.
  • Developer
    I think you're doing it wrong. There are 9 choices for Debug_System. You need to select the number for the test you want and assign it to Debug_system.

    #define DEBUG_SUBSYSTEM 0
    = no debug

    #define DEBUG_SUBSYSTEM 8
    = debug the throttle

    You need to get your radio's min/max values into your config file for it to work properly.

    Jason
This reply was deleted.

Activity