The Crowtail- Linear Potentiometer module uses a linear variable resistor with a maximum resistance of 10KΩ. When you move the slider from one side to the other, its output voltage will range from 0 V to the Vcc you applied. The panel mount design makes this module easy to be installed in projects.
Features
- Connection Mode:A(Analog)
- 30mm long slide length
- Linear resistance taper
Package list
- Crowtail- Linear Potentiometer x1
Wiki & External links
Feature
- 30 mm long slide length
- Linear resistance taper
- Connection Mode:A(Analog)
Specification
| Item | Min | Typical | Max | Unit |
|---|---|---|---|---|
| Voltage | 3.5 | 5.0 | 30 | V |
| Current | – | – | 30 | mA |
| Dimension | 20 x 60 | mm | ||
| Net Weight | 8.3 | g | ||
| Rotational life | >15000 | cycles | ||
| Total resistance | 10 | KΩ | ||
| Stroke length | 30 | mm | ||
| Total resistance tolerance | +/- 20% | / | ||

int sensorpin=A0;
int sensorValue=0;
void setup()
{
Serial.begin(9600);
}
void loop()
{
sensorValue = analogRead(sensorpin);
Serial.print("sensorValue ");
Serial.println(sensorValue);
}




دیدگاهها
هیچ دیدگاهی برای این محصول نوشته نشده است.