Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Resistive touch screen datas

Status
Not open for further replies.

pnsuresh

Junior Member level 1
Joined
Mar 30, 2017
Messages
18
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
138
Hi,

Am connecting 4 wire resistive touch panel to arduino uno board. (Am using TouchScreen.h library)

pressure is always zero. I need to know 4 wire resistive touch wire connection.
 

Intended connection is explained in the demo project

Code C - [expand]
1
2
3
4
5
6
7
#define YP A2  // must be an analog pin, use "An" notation!
 
#define XM A3  // must be an analog pin, use "An" notation!
 
#define YM 8   // can be a digital pin
 
#define XP 9   // can be a digital pin

 

How to identify in Touchscreen(ST-008) connector?
 

Am using 15 inch resistive touch screen. 1 and 3 resistance value is 530 ohms (Y+ , Y-)
2 and 4 resistance value is 300 ohms (X+ , X-)
 

1 and 3 resistance value is 530 ohms (Y+ , Y-)
2 and 4 resistance value is 300 ohms (X+ , X-)

This pin numbers are correct or not? Touch screen model - ST-151001 (ST-008)
 

Hi,

Just follow the traces ... it's quite obvious.
(I don't have one by hand, to do this for you)

Klaus
 

It's not showing correct value. Pressure =0.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top