Resistive touch screen, 5.6inch, ST-05601, 5V
zoom_out_map
chevron_left chevron_right

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.

Resistive touch screen, 5.6inch , ST-05601, 5V

5.6 inch resistive touch screen, ideal for Arduino projects and other development boards where you need precise touch position detection and touch control. It operates at 5V and is compatible with 5V logic, responds quickly under 6 ms, can be operated with gloves, pen or any object, suitable for interactive applications and industrial prototyping.

156.71 RON Tax included

129.51 RON Tax excluded

No reviews yet
1-2 zile
check In Stoc

Shipping by Thursday 27 August

Close

This product has a warranty of 2 years.

INTERNATIONAL DELIVERY
International fast shipping within EU. Free Shipping for orders above 100 EUR in most EU countries.
FAST DISPATCH 24H
We ship from our stock within 24H
LOYALTY POINTS
You earn points with every order, worth 5%.

Resistive touch screen, ST-05601, compatible with Arduino and other development boards, which allows the creation of projects that require detecting the position on the surface of a screen, for example, to provide touch control. Being a resistive screen, it can be used with gloves, a pen or any other instrument, being able to detect touch with any object. This feature also makes it suitable for projects such as a ball balancing platform, where the position of the ball is controlled by tilting the platform with two servomotors.

The screen supports a supply voltage of 5VDC, being compatible with 5v logic.

Specifications:

Supply voltage: 5VDC

Model: ST‑05601

Screen type: resistive touch

Size: 5.6 inches / 125.5 x 98mm

Response time: <= 6 ms

Weight: 36g

 

Use:

Connect the signal cables to the device interface. Use the touch surface for navigation, applying moderate pressure.

Avoid direct exposure to liquids, excessive dust, or mechanical shock to extend the life of the screen.

Example of connecting to Arduino:

Y1 - A0

X2 - A1

Y2 - A2

X1 - A3

Example code:

_______________________________________

int Y1 = A0;

int X2 = A1;

int Y2 = A2;

int X1 = A3;

 

void setup() {

Serial.begin(9600);

}

 

int readX(){

pinMode(X1, INPUT);

pinMode(X2, OUTPUT);

pinMode(Y2, INPUT);

pinMode(X1, OUTPUT);

digitalWrite(x2, LOW);

digitalWrite(x1, HIGH);

delay(5);

return analogRead(y1);

}

 

int readY(){

pinMode(y1, OUTPUT);

pinMode(x2, INPUT);

pinMode(y2, OUTPUT);

pinMode(x1, INPUT);

digitalWrite(y1, LOW);

digitalWrite(y2, HIGH);

delay(5);

return analogRead(x2);

}

 

void loop(){

int x = readX();

int y = readY();

Serial.print("x: ");

Serial.print(x);

Serial.print("y: ");

Serial.println(y-);

}

__________________________

88004

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].

Customers who bought this product also bought: