Product images are for informational purposes only and may vary slightly depending on the batch and supplier. Product specifications and prices may be subject to change without notice. We do our best to provide accurate and complete product specifications, but they may not be completely accurate. If you encounter any such situation, please let us know.
The product is intended for specialists and requires qualified and authorized personnel. The product does not include assembly/use instructions . Putting the product into operation by unqualified persons leads to the loss of the warranty according to the Terms and Conditions on the site.
The specified technical parameters (current, power, etc.) represent maximum allowable values under ideal operating conditions. For safe use and optimal lifespan, it is recommended to operate the product continuously at no more than 50% of the specified maximum values.
Digital potentiometer module, compatible with X9C103S, 10k, 33 positions
Allows electronic resistance adjustment directly from Arduino and other development boards, ideal for calibration, level control or prototyping. It operates at 3-5V, offers a 0-10k range via the compatible X9C103S chip, has 33 setting positions for repeatable adjustments, and VL and VH accept signals between -5V and +5V.
Shipping by Thursday 27 August
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
We ship from our stock within 24H
You earn points with every order, worth 5%.
Digital potentiometer that uses a cheaper alternative to the X9C103S chip, whose resistance can be controlled directly through development boards such as Arduino.
WARNING! This module supports 33 positions!
Specifications:
Supply voltage: 3 - 5VDC
Chip: compatible with X9C103S
Resistance: 0k - 10k
Number of positions: 33
VL and VH allow a voltage range between -5V and +5V.
Example test code:
| const int CS = 10; //CS pin to Arduino pin 10 const int INC = 9; //INC pin to Arduino pin 9 const int UD = 8; //UD pin to Arduino pin 8 void setup() { pinMode(CS, OUTPUT); pinMode(INC, OUTPUT); pinMode(UD, OUTPUT); digitalWrite(CS, HIGH); digitalWrite(INC, HIGH); digitalWrite(UD, HIGH); } void loop() { for (int i=0; i<=100; i+=10) { setResistance(i); delay(100); } } void setResistance(int percent) { digitalWrite(UD, LOW); digitalWrite(CS, LOW); for (int i=0; i<100; i++) { digitalWrite(INC, LOW); delayMicroseconds(1); digitalWrite(INC, HIGH); delayMicroseconds(1); } digitalWrite(UD, HIGH); for (int i=0; i digitalWrite(INC, LOW); delayMicroseconds(1); digitalWrite(INC, HIGH); delayMicroseconds(1); } digitalWrite(CS, HIGH); } |
Video tutorial (uses different code)
Produs destinat utilizarii in proiecte electronice, automatizari, prototipare, educatie si cercetare.
Produsul trebuie utilizat numai conform specificatiilor tehnice mentionate in descriere si/sau in documentatia produsului.
Avertismente generale de siguranta:
Nu utilizati produsul la tensiuni, curenti sau temperaturi peste valorile specificate.
Montajul si conectarea trebuie realizate de persoane cu cunostinte tehnice minime in domeniul electric/electronic.
Evitati scurtcircuitele, inversarea polaritatii si conectarea gresita a alimentarii.
Nu lasati produsul alimentat nesupravegheat in timpul testelor.
Produsul nu este jucarie si nu este destinat copiilor.
Pentru modulele electronice, se recomanda utilizarea in carcase, panouri sau montaje protejate, dupa caz.
Identificare produs:
Denumirea produsului, codul/SKU-ul si caracteristicile tehnice sunt mentionate in pagina produsului si/sau pe eticheta ambalajului.
Producator / Importator / Distribuitor:
Sigmanortec S.R.L.
Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania
E-mail: [email protected]
Website: www.sigmanortec.ro
Persoana responsabila in UE:
Sigmanortec S.R.L.
Calea Bucuresti nr. 9, Targu Jiu, Gorj, Romania
E-mail: [email protected]
Documentatie si siguranta:
Pentru informatii suplimentare, fise tehnice, declaratii de conformitate sau instructiuni, ne puteti contacta la [email protected].