Potentiometers are variable resistors that were first invented to amplify radio signals. You could find it in an old radio or a stereo system as a volume control. Earlier it was named ‘multiplier’ by Charles William Siemens and but nowadays it is commonly called ‘POT’. It is used today in both electrical and physical applications and is an integral part of electronic circuits, motor controls, and many other areas. In this article let’s look into different types of the potentiometer, its construction, advantages, applications and disadvantages.
What is a Potentiometer?
The potentiometer is three terminals device connected to a sliding electrical contact. If only two terminals are used it acts as a variable resistor or rheostat and if three-terminal are used then a voltage divider.
Potentiometer Construction and Working:
In this three-terminal device one end is called an end terminal and the other two ends are main terminals that are internally connected together. The resistance between the main terminal remains constant and the end terminal’s resistance can be adjusted with a sliding contact that moves along an axis between the main terminals.
The moving contact may be a conductive element, or, more commonly, a strip of semiconductor. The material and the dimensions determine how much resistance will be presented by the device.
Types of Potentiometer
There are three main types of potentiometers: rotary, slide, and trimmer. Each type is available in a wide range of resistance and power values.
Rotary Potentiometers
Rotary potentiometers, also known as pots, are two-terminal variable resistors with three connections. The two outer connections are the end terminals, which carry the full circuit voltage. The middle connection is the wiper terminal, which moves between the end terminals as the knob is rotated. Rotary pots come in single-turn and multi-turn versions.
The multi-turn versions provide a finer degree of adjustment than a single-turn pot. When the potentiometer is turned, the voltage changes from 0 to 5V. The voltage is a ratio of the number of turns and the total number of turns. For example, if you turn the knob halfway, it will produce 2.5 V.
Slide Potentiometers
Slide potentiometers also called sliding or fader pots, are two-terminal variable resistors with three connections. Slide pots differ from rotary pots in that they have a fixed resistor body and a contact slider that moves along the body to make contact with the resistive element. The sliding contact is attached to a lever that can be pushed or pulled to change its position on the resistor body. This type of pot is commonly used as audio level controls and volume controls for electronic devices such as amplifiers, radios, and stereos.
Trimmer Potentiometer
Trimmer potentiometers or trimmer resistors are small potentiometers that are mostly used to make adjustments to electronic circuits. The trimmers have a nominal power rating of 0.25W and are available with the same resistance values as their larger counterparts.
Trimmers are often used as preset controls to allow a user to set a circuit up once and leave it, or to allow an engineer to calibrate a circuit during manufacturing. While many trimmers have just three terminals, some have four terminals, with the extra terminal being connected to the adjustment mechanism rather than one end of the resistor element itself (this allows for better shielding against dust and moisture).
How to Select a Potentiometer?
Selecting a potentiometer is simple when you know its basic features of a potentiometer. The below points will help you in selecting the correct potentiometers for an application.
- With any potentiometer, whether it’s rotary or linear, there are three main specifications to consider: power rating, resistance value, tolerance, Mounting Style, and Circuit type.
- Power rating is measured in watts (W) and measures how much power the it can handle without overheating or burning out.
- The resistance value is measured in ohms and measures how much resistance the pot has at maximum rotation or travel. It’s important to note that most linear pots have a maximum resistance of 10 kΩ but many rotary pots have maximum resistances as high as 3 MΩ.
- Tolerance is measured as a percentage and tells you how precise the pot’s resistance value is guaranteed to be. A 5% tolerance means that if a 10 kΩ pot is rated at 10 kΩ ±5%, it’s guaranteed to be between 9,500 Ω and 10.
Mounting Style
The most common mounting style for potentiometers is panel mount, which allows them to be securely attached to a control panel. Other mounting styles include PCB/chassis mount and through-hole mount. Less common mounting styles include surface mount and solder lug mount.
Potentiometer and Sensor
The potentiometer can be used to adjust the sensitivity of the sensor. Its most common use is in a photoelectric sensor, which is used to detect an object passing through a light beam. In general, the adjustment range would be from 0 to 5 v. When adjusting the sensitivity first the potentiometer is turned clockwise or anticlockwise to the maximum position until the right sensitivity of the sensor is reached.
Connecting a Potentiometer to an Arduino Board
Controlling a potentiometer with your Arduino is quite easy because it only requires one analog input pin.
Let us consider a rotatory knob Potentiometer that provides a variable resistance, which we can read into the Arduino board as an analog value. For example, when you turn the knob all the way to the right, the resistance will be 0 ohms. When you turn it all the way to the left, it will be 10k ohms. When you turn it halfway between those two points, it will be 5k ohms.
The same principle works for any type of potentiometer regardless of its total resistance; simply divide its resistance by 2 to find its midpoint.
To control a potentiometer as an analog input with your Arduino board, you’ll need to connect three wires: GND (ground), +5V (power), and SIG (signal). You can connect these wires directly to your Arduino board’s pins if you have enough free pins available, or connect them through jumper wires to pins on a breadboard if not.
The ground wire is connected directly to the GND of the Arduino board.
Below is the code to read a potentiometer value from Arduino processor.
Void init_serial_interface()
{
Serial.begin(9600);
}
Void mainloop()
{
int read_analog = analogRead(A0); // The read the value of POT connected to the A0 pin of the processor.
Serial.println(read_analog); // output the value to the serial out.
delay(10);
}
Advantages
The advantage of the potentiometer include the following:
- Relatively cheap.
- Inexpensive and easy to mount,
- The resistance can be varied with a simple mechanism, and provide mechanical feedback without requiring an electrical connection.
- The potentiometer’s ability to control electrical current flow makes it a valuable asset because it can measure precisely how much electricity is flowing at any given time.
- It can be used as a transducer in an automobile speedometer to convert rotary or linear position to the analog electrical output signal.
Disadvantages
The main disadvantages of potentiometer are:
- The potentiometer contact is subject to wear and tear. This can lead to an increase in the resistance value and reduced stability of the resistance.
- The potentiometer may also be affected by vibration and temperature changes which causes a non-linear variation in resistance values.
- In a nutshell, the potentiometer has become an integral part of any functionality, one cannot overlook its importance. It is a valuable component that contributes in designing useful and progressive items. This piece of equipment offers a big role in making the circuit operate effectively and making electrical energy conform to the specified requirements of the user.
Applications
The applications of potentiometer are;
Measuring the internal resistance of a cell: The voltage is applied across the cell and the current is measured by an ammeter. The voltage drop across the potentiometer is altered until the deflection on the galvanometer equals zero.
Controlling LED Brightness – This is the most common use of a potentiometer, in this application we use a potentiometer to control the amount of power supplied to an LED.
Varying the speed of DC motors – Using a potentiometer we can adjust the voltage supplied across the motor, this voltage adjustment will then change the speed of the motor.
Controlling volume on speakers – Potentiometers are used to control how much power is supplied to speakers, they are used more commonly in car stereos but can also be found on computer speaker systems.
Know more about Galvanometer MCQs.
Please refer to this link for Potentiometer MCQs.
In a nutshell, the potentiometer has become an integral part of any functionality, one cannot overlook its importance. It is a valuable component which contributes in designing useful and progressive items. This piece of equipment offers a big role in making the circuit operate effectively and makes electrical energy conform to specified requirements of the user. Here is a question for you, what is a variable resistor?