Posted by heckmic on September 19, 2011 at 11:51am
Wich parameter do i have to change to get the Copter more faster on RC inputs? I have to pull full forward to move forward, backwards its fast enough. Flight is stable.
Thanks,
heckmic
You need to be a member of diydrones to add comments!
Change the code and put a higher range value for the input channel you need...
There was a parameter (scale_output) that was multiplied to the input, but has been removed for some reason.
Otherwise you have to set up a higher range in radio.pde
The default is 4500 (45°) that means the copter maximum angle will be 45°. If you raise that (like 5500 or 6500) the inputs will be more sensible, and of course maximum angle will be much higher.
I usually fly with 55° as I like them more sensible. :)
This will not affect flying behaviour as the P parameter does, this value tell how strong the input will be, more than how strong the reaction to a command has to be.
Replies
Now it works greate!!!
Edit for embedded video
Change the code and put a higher range value for the input channel you need...
There was a parameter (scale_output) that was multiplied to the input, but has been removed for some reason.
Otherwise you have to set up a higher range in radio.pde
The default is 4500 (45°) that means the copter maximum angle will be 45°. If you raise that (like 5500 or 6500) the inputs will be more sensible, and of course maximum angle will be much higher.
I usually fly with 55° as I like them more sensible. :)
This will not affect flying behaviour as the P parameter does, this value tell how strong the input will be, more than how strong the reaction to a command has to be.
Cheers,
Emile
Thanks, i will try this and let you know.
Stabilize P controls how fast your control input is used to rotate the copter.