This item has closed 3 buyers bought 6 items
View other items offered by BotShop3149

Similar products

10pcs 10K Ohm Potentiometer Single Linear
R370.00
3pcs WXD3-13-2W Precision Potentiometer 10K 10K Ohm Wirewound Multi-Turn Potentiometer
R391.00
10pcs WXD3-13-2W Precision Potentiometer 1K 1K Ohm Wirewound Multi-Turn Potentiometer
R449.00
5pcs 200V 0.2W 10K Ohm Potentiometer Single Linear
R360.00
5k Potentiometer
Sold

5k Potentiometer

218 were available / new
R5.99
Shipping
R65.00 Standard shipping applies to orders under R100.00, in most areas in South Africa. R35.00 Standard shipping applies to orders over R100.00. Some areas may attract a surcharge surcharge. This will be calculated at checkout if applicable.
Check my rate
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Buyer protection
Get it now, pay later

Product details

Condition
New
Location
South Africa
Customer ratings:
Product code
5k-pot-144
Bob Shop ID
521373510
A potentiometer henceforth referred to as a pot, is a variable resistor. It is an electrical component with three terminals (i.e. pins or legs): one for input voltage (e.g. 5V), one for output voltage (e.g. GND) and one for picking up the value of the pot (we'll call this the wiper).

Mechanically speaking, pots are physically adjusted usually using your fingers. Both rotational and linear pots are common.


Pots are used a lot in all kinds of electrical appliances. Volume knobs, light dimmers and faders in audio mixers are often controlled with pots. They also come in digital and even motorized versions, but those are outside of the scope of this post.

If you want to control the speed of your electric motor, the position of your servo, LED brightness, filter cutoff on your synthesizer, gain on your guitar amp or thousands of other cool things in your own embedded system, a pot might just be the solution for you.

[learn_more caption="Example Sketch & Diagram"]

Code

void setup() {
pinMode(3, OUTPUT);
}

void loop() {
int Time = analogRead(A0);
Time = map(Time, 0, 1023, 20, 1000);
digitalWrite(3,HIGH);
delay(Time);
digitalWrite(3,LOW);
delay(Time);
}

[/learn_more]

Recently viewed

See more
8` 200mm Adjustable Wrench, Shifting Spanner
R80.00
For Tecno Spark 20 4G / 20C 4G Grid Butterfly Embossed Pattern Leather Phone Case with Lanyard(Red)
R250.77
NS TO92 50V 2N5210BU
R0.96
DOUGLAS TREASURE Litho Print Number 813 out of 850
R3,500.00

Customer ratings: 1 ratings

Thank you…., I received all items in good condition. Seller communicated well throughout ….*****
20 Sep 2021