Jump to content

Recommended Posts

Posted

SO I put together a couple of button boxes with switches adn rotary encoders. All works finer but Id like to use the rotary encoder to control course and heading in F-18. Trouble is, one complete turn of the encoder only moves the heading 1 or 2 degrees. How can I get the resolution to be a lot coarser?

Posted

It needs "Acceleration" so that within 5 clicks it's super fine control, but as it sees more clicks it steps up the interval per click.

 

If you figure out how to do it smoothly let me know too, right now only commercial products seem to have that feature, I still haven't figured out how to integrate it in a DIY.

 

My latest plan is just to get an absolute encoder with 1/2 degree resolution and just gear it to the knob. But that won't at all be cheap.

Posted (edited)

Yea that makes a linear slope acceleration. Variables to play with would be the slope (a) and the milliseconds value (27). Couldn't do this in a matrix the way it's written here. One encoder two digital inputs only. So definitely an Arduino Mega application once you pass about 3 or 4 with other buttons.

Edited by RustBelt
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...