How to interface touch sensor to psoc 6

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
prJ_3956181
Level 1
Level 1
First like received First like given

Can anyone tell how to use TOUCH sensor with psoc using ADC BLOCK

0 Likes
1 Solution
Hari
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi prJ_3956181

Touch sensor, called CapSense in PSoC, can be implemented in two ways: CSD or CSX. It uses an ADC to measure the change in capacitance, and hence, the CapSense block can directly be used.

CSD implementation requires a copper pad that acts as a button, and this measures the change in capacitance to determine the presence or absence of a touch.

CSX uses a Tx and an Rx electrode to measure the mutual capacitance formed between them to detect a touch.

Please refer the appnotes Getting Started with CapSense and CapSense design guide for more information.

You can also check the code examples provided with PSoC creator or modus toolbox for getting started with CapSense coding.

Please let us know your requirement so that we can provide a more accurate answer.

Thanks and regards
Harigovind

View solution in original post

0 Likes
1 Reply
Hari
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi prJ_3956181

Touch sensor, called CapSense in PSoC, can be implemented in two ways: CSD or CSX. It uses an ADC to measure the change in capacitance, and hence, the CapSense block can directly be used.

CSD implementation requires a copper pad that acts as a button, and this measures the change in capacitance to determine the presence or absence of a touch.

CSX uses a Tx and an Rx electrode to measure the mutual capacitance formed between them to detect a touch.

Please refer the appnotes Getting Started with CapSense and CapSense design guide for more information.

You can also check the code examples provided with PSoC creator or modus toolbox for getting started with CapSense coding.

Please let us know your requirement so that we can provide a more accurate answer.

Thanks and regards
Harigovind

0 Likes