Noise handling algorithm in 8 wire touch screen

Status
Not open for further replies.

hanhao

New Member
Noise handling algorithm in 8 wire touch screen
here's how a touch screen work https://focus.ti.com/lit/an/slaa298/slaa298.pdf


Problem:
when the touch pen is stationary on a point and reading ADC values from a touch screen using the micro controller, the ADC values are never the same
eg, 1st reading might be 500, 2nd reading is 510, 3rd is 505. This causes the the cursor to drift about the touch point, not something nice for the user. caps are already in place. hardware shouldnt be a problem as it's a standard setup

Proposed solution:
Now what i did was to create a boundary circle around the point, effectively locking all other bad readings into the circle.

**broken link removed**

**broken link removed**
but the problem is that
- for slow moving touch pen speed movements, due to this boundary circle, the cursor jumps from 1 circle to another. very ugly and it disallows slow movement.
- the size of the boundary circle has to be expanded when the touch screen wears out because of more noise

does anyone have a better solution?
thanks in advance
- hanhao
 
thank u all for your suggestions! i managed to solve the problem with an alternate averaging method without any hardware alterations
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…