TZT Rotary Potentiometer Analog Knob Module For Raspberry Pi Arduino Electronic Blocks RV09 Rotary encoder for arduino
SPECIFICATIONS
Application: Computer
Brand Name: TZT teng
Condition: New
Dissipation Power: ..
High-concerned chemical: none
Operating Temperature: -40-+85
Origin: Mainland China
Package: SMD
Platform: Arduino, MCU, ARM, Raspberry Pi
Port: Analog
Resistance: 100K
Rotation angle: 270 degrees
Supply Voltage: 3.3V, 5V
Type: Voltage Regulator
is_customized: Yes
Characteristics:
•High quality rotary electric appliance, stable performance smooth movement
•Output 0 - VCC analog voltage signal
Specification:
1.Size: 26*20mm
2.Weight: 5g
3.Voltage: 3.3V, 5V
4.Port: Analog
5.Resistance: 100K
6.Rotation angle: 270 degrees
7.Platform: Arduino, MCU, ARM, Raspberry Pi
Connect the S port of the rotating potentiometer electronic block to the A0 end of the Arduino plate,and use the following program to read its simulation value.Through the simulation value to set the LED brightness.
const int led = 9; // the pin that the LED is attached to
int brightness = 0; // how bright the LED is
void setup() {
// declare pin 9 to be an output:
pinMode(led, OUTPUT);
}
void loop() {
brightness = analogRead(A0); //use A0 to read the electrical signal
brightness = map(brightness, 0, 1023, 0, 255);
// set the brightness of pin 9:
analogWrite(led, brightness);
}




- Standard Shipping: Standard Shipping (12–18 Business Days)
- Express Shipping: Expedited Shipping (5–9 Business Days)
- Free Shipping: Orders over $199 qualify automatically
- Tracking: Full tracking number provided for all orders
- Returns: 30-day hassle-free return window
- Condition: Items must be unused and in original packaging
- Refund: Full refund processed within 3-5 business days
- Factory Direct: ISO/TS 16949 certified manufacturer
- Quality: 100% electrical continuity tested before shipment
- Experience: 15+ years in automotive connector industry
- Support: Professional technical support available
You may also like
Blog posts
Title
Subscribe to our emails
Be the first to know about new collections and special offers.