سبد خرید شما خالی است!
به فروشگاه ما خوش آمدید هم اکنون می توانید وارد حساب خود شوید و یا حساب جدید باز نمایید.
تلفن تماس تلگرام و واتس آپ Whatsapp & Telegram +989177629869
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 app... جزئیات بیشتر »
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.
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); }