rotary input

Hi all, another case of "tell me what I'm thinking" please :slight_smile:

I want to use a rotary input like a pot to send a value to the Arduino.

I'll set a max and min but want to be able to rotate freely, i.e. the knob can continue to turn even after I have hit the min/max and it will take multiple turns to move from one extreme to the other.

I guess I'll just be sending an "I'm moving THIS way" or "I'm moving THAT way" signal. Like a mouse wheel?

Not sure what component need though..can anyone advise? Many thanks.

Sounds like you want to google rotary encoder.

Do your self a service and get an optical rotary encoder and save the trouble of debouncing a mechanical one.

This link is good:-
http://www.arduino.cc/playground/Main/RotaryEncoders

Exactly what I was looking for and the Playground link gives some really useful explanations thankyou.