Arduino UNO Tutorial Rotary Encoder


Posted on Feb 5, 2014

With a rotary encoder we have two square wave outputs (A and B) which are 90 degrees out of phase with each other. The number of pulses or steps generated per complete turn varies. The Sparkfun Rotary Encoder has 12 steps but others may have more or less. The diagram below shows how the phases A and B relate to each other when the encoder is turned


Arduino UNO Tutorial Rotary Encoder
Click here to download the full size of the above Circuit.

clockwise or counter clockwise. Every time the A signal pulse goes from positive to zero, we read the value of the B pulse. We see that when the encoder is turned clockwise the B pulse is always positive. When the encoder is turned counter-clockwise the B pulse is negative. By testing both outputs with a microcontroller we can determine the direction of turn and by counting the number of A pulses how far it has turned. Indeed, we could go one stage further and count the frequency of the pulses to determine how fast it is being turned. We can see that the rotary encoder has a lot of advantages over a potentiometer. We will now use the rotary encoder in the simplest of applications, we will use it to control the brightness of an led by altering a pwm signal. We will use the easiest method to read the encoder, that is the use of a timer interrupt to check on the values. We will use the sparkfun encoder as discussed above. The first thing is to determine how fast we need our timer to operate. If you imagine that at best we could turn the encoder through 180 degrees in 1/10th of a second, that would give us 6 pulses in 1/10th second or 60 pulse per second. In reality its never likely to be this fast. As we need to detect both high and low values this gives us a minimum frequency of 120Hz. Lets go for 200Hz just to be sure. (Note: as these units are mechanical switches, there is the possibility of switch bounce. Using a fairly...




Leave Comment

characters left:

Related Circuits

  • New Circuits

    .

     


    Popular Circuits

    5V 0.5A power supply
    Visible-red-continuous-laser-gun
    Audio Triangle Square Wave Generator Using Op-Amp
    realtime tracking with pan tilt camera
    BarGraph Ccts
    car cigar lighter to usb power socket circuit
    Small Footprint Square Wave Oscillator
    PWM DC motor speed control circuit
    CJ-12 Excitation circuit transfer machine
    OCL power amplifying circuit



    Top