Hello everyone. I am looking for a selector that I can turn to change the value and push/click the knob to enter that value. So basically a pot with a momentary button attached to it. Does anyone have a link to something like that?
Thanks.
Hello everyone. I am looking for a selector that I can turn to change the value and push/click the knob to enter that value. So basically a pot with a momentary button attached to it. Does anyone have a link to something like that?
Thanks.
Usually you would be using a rotary encoder rather than a potentiometer for this sort of thing.
http://www.arduino.cc/playground/Main/RotaryEncoders
These have a control that freely rotates 360 degrees and many have a push-in function. These are good for navigating menus and entering values. Have look at he playground page.
Just what I was looking for. Thanks!