SlideShare une entreprise Scribd logo
1  sur  10
The Art of Capacitive Touch Sensing
By (Mark Lee, Senior Application Engineer, Cypress Semiconductor Corp.)



Executive Summary
Touch sensors have been around for years, but recent advances in mixed signal programmable devices are making
capacitance-based touch sensors a practical and value-added alternative to mechanical switches in a wide range of consumer
products. This article walks through a design example of a touch-sensitive button that can be actuated through a thick glass
overlay.

Typical capacitive sensor designs specify an overlay of 3mm or less. Sensing a finger through an overlay becomes
increasingly more difficult as the overlay thickness increases. In other words, as the overlay thickness increases, the process
of tuning the system moves from science to art. To demonstrate how to make a capacitive sensor that pushes the limits of
today’s technology, the thickness of the glass overlay in this example is set at 10mm. Glass is easy to work with, readily
available, and transparent so you can see the underlying sensor pads. Glass overlays also have direct application in white
goods.



Finger Capacitance
At the heart of any capacitive sensing system is a set of conductors that interact with electric fields. The tissue of the human
body is filled with conductive electrolytes covered by a layer of skin, a lossy dielectric. It is the conductive property of fingers
that makes capacitive touch sensing possible.

A simple parallel plate capacitor has two conductors separated by a dielectric layer. Most of the energy in this system is
concentrated directly between the plates. Some of the energy spills over into the area outside the plates, and the electric field
lines associated with this effect are called fringing fields. Part of the challenge of making a practical capacitive sensor is to
design a set of printed circuit traces which direct fringing fields into an active sensing area accessible to a user. A parallel
plate capacitor is not a good choice for such a sensor pattern.

Placing a finger near fringing electric fields adds conductive surface area to the capacitive system. The additional charge
storage capacity added by the finger is known as finger capacitance, CF. The capacitance of the sensor without a finger
present is denoted as CP in this article, which stands for parasitic capacitance.

A common misconception about capacitive sensors is that the finger needs to be grounded for the system to work. A finger
can be sensed because it can hold a charge, and this occurs if the finger is floating or grounded.



PCB Layout of the Sensor
Figure 1 shows the top view of a printed circuit board (PCB) which implements one of the capacitive sensor buttons in this
design example. The button diameter is 10mm, the average size of an adult fingertip. The PCB assembled for this
demonstration circuit contains four buttons with centers spaced 20mm apart. The ground plane is also on the top layer, as
shown in the figure. The sensor pad is isolated from the ground plane by a uniform gap. The size of the gap is an important
design parameter. If the gap is set too small, too much field energy will go directly to ground. If set too large, control is lost
over how the energy is directed through the overlay. The selected gap size of 0.5mm works well for directing the fringing fields
through 10mm of glass overlay.




The Art of Capacitive Touch Sensing                                                                                     Page 1 of 10

Published in Embedded.com (http://www.embedded.com)                                                                     March 2007



                                                                                                                                       [+] Feedback
Figure 1. Top View of PCB

                            GROUND


                                SENSOR




Figure 2 shows a cross-sectional view of the same sensor pattern. A via in the PCB connects the sensor pad to the trace on
the bottom side of the board, as shown in the figure. The dielectric constant, εr, influences how tightly the electric field energy
can pack into the material as the field tries to find the shortest path to ground. Standard window glass has an εr of around 8,
while the FR4 material of the PCB has an εr of around 4. Pyrex® glass, which is commonly used in white goods, has an εr of
around 5. In this design example, standard window glass is used. Note that the glass sheet is mounted on the PCB using the
nonconductive adhesive film 468-MP from 3M.

                                      Figure 2. Cross-sectional view of PCB and overlay




                                  FINGER                                                   AIR
                                                                                       εr        1
                                                                                            =




                                                                                   GLASS OVERLAY
                                                                                      εr = 8


                                                                                           FR4
                                                                                      εr        4
                                                                                            =




                                                                  COPPER TRACES

CapSense 101
The fundamental components of a capacitive sensing system are a programmable current source, a precision analog
comparator, and an analog mux bus that can sequence through an array of capacitive sensors. A relaxation oscillator
functions as the capacitance sensor in the system presented in this article. A simplified circuit diagram of this oscillator is
shown in figure 3.




The Art of Capacitive Touch Sensing                                                                                    Page 2 of 10

Published in Embedded.com (http://www.embedded.com)                                                                    March 2007



                                                                                                                                      [+] Feedback
Figure 3. The Relaxation Oscillator circuit




The output of the comparator is fed into the clock input of a PWM which gates a 16-bit counter clocked at 24MHz. A finger on
the sensor increases the capacitance, thus increasing the counts. This is how a finger is sensed. Typical waveforms for this
system are shown in figure 4.

                             Figure 4. Waveforms of the CapSense Relaxation Oscillator circuit




         Comparator
           Output




A schematic for an implementation of this project is shown in figure 5. For capacitive sensing and serial communication the
circuit uses a Cypress CY8C21x34 series PSoC chip which contains a set of analog and digital functional blocks that are
configured by firmware stored in on-board flash memory. A second chip handles RS232 level shifting to provide a
communications link to a host computer, enabling data logging of capacitive sensing data at 115,200 baud. The pin
assignments for the four CapSense buttons are shown in the table in figure 5. The PSoC is programmed through the ISSP
header that contains power, ground, and the programming pins SCL and SDA. The host PC connects to the capacitive sense
board through a DB9 connector.




The Art of Capacitive Touch Sensing                                                                             Page 3 of 10

Published in Embedded.com (http://www.embedded.com)                                                              March 2007



                                                                                                                               [+] Feedback
Figure 5. Schematic for the capacitive sensing circuit



                                                                                                                     +5V
                            BUTTON          PIN      PORT
                                             9
                                 0                   P2[1]
                                                                                                                                    0.1uF
                                                     P2[3]
                                 1           8
                                 2                   P2[5]
                                             7                                                                       VDD
                                                                                                             C1+
                                 3           6       P2[7]                                                                                  2
                                                                                               1uF                         T1_OUT
                                                                                                             C1-
                                                                     +5V
                                                                                                                   MAX232
                                                                                                             C2+                            5
                                                                                               1uF
                                                                                 0.1uF
                                                                                                             C2-
                                                                                                                                                DB9-F
                     BUTTON0                                         VDD
                                                           P2[7]              P0[1]                          T1_IN
                                                                                         TX8
                                                                                                              VS+    VSS     VS-
                            BUTTON1                                                                   +5V
                                                           P2[5]

                                                                   CY8C21434
                                                                                                            1uF            1uF
                                     BUTTON2
                                                           P2[3]
                                                                                         SDA
                                                                              P1[0]
                                              BUTTON3                                    SCL
                                                           P2[1]              P1[1]
                                                                     VSS
                                                                                               ISSP




The PSoC is configured in firmware to operate from a 5V supply with an internally generated 24MHz system clock. The
24MHz clock is divided by 26 to provide a clock for the 115,200 baud TX8 module. The CapSense User Module is selected to
run in Period Method, an operating mode in which counts are accumulated over a fixed number of relaxation oscillator cycles.
In other words, the 16-bit counter value represents a period that is proportional to the capacitance of the sensor.
Listing 1 provides a listing of the system firmware. Most of the work involved in setting up a capacitive sensing system has
been coded into a set of standard CSR routines that are called from a C program. For example, CSR_1_Start() configures the
internal routing of the PSoC so that the current source DAC is connected to the analog mux, and the comparator is connected
to the properly initialized PWM and 16 bit counter.

                                              Listing 1: Firmware for a capacitive sensing system

//-----------------------------start of listing--------------------------------------------------------
//----------------------------------------------------------------------------
// main.c, a CapSense program in C
//           A demonstration of Capacitive Sensing with PSoC
//           with a 10mm glass overlay
//----------------------------------------------------------------------------
#include <m8c.h>                      // part specific constants and macros
#include quot;PSoCAPI.hquot;                 // PSoC API definitions for all User Modules
void main()
{
   //a flag that is set when a finger is on any buttons
             int bBaselineButtonFlag;

            CSR_1_Start(); //initialize CapSense user module
            TX8_1_Start(TX8_1_PARITY_NONE); //initialize TX8 module

The Art of Capacitive Touch Sensing                                                                                                                     Page 4 of 10

Published in Embedded.com (http://www.embedded.com)                                                                                                     March 2007



                                                                                                                                                                       [+] Feedback
M8C_EnableGInt; //enable global interrupts

            CSR_1_SetDacCurrent(200,0); //set current source to 200 out of 255
                                                //use low range of current source
            CSR_1_SetScanSpeed(255); //set number of osc cycles to 255-2=253
                      while(1)
            {
                       CSR_1_StartScan(1,1,0); //scan one button only, button 1 on P2[3]
           //wait for scanning of button to complete
                       while (!(CSR_1_GetScanStatus() & CSR_1_SCAN_SET_COMPLETE));

 //update baseline if required, set flag if any button pressed
                   bBaselineButtonFlag = CSR_1_bUpdateBaseline(0);

//data log the raw counts on button 1
                   TX8_1_PutSHexInt(CSR_1_iaSwResult[1]);
                   TX8_1_PutChar(',');

//data log switch mask... which switch is on?
                                      TX8_1_PutSHexInt(CSR_1_baSwOnMask[0]);
                                      TX8_1_CPutString(quot;,quot;);

//data log switch difference = raw counts - baseline
                   TX8_1_PutSHexInt(CSR_1_iaSwDiff[1]);
                   TX8_1_PutChar(',');

//data log update timer as a teaching aid
                   TX8_1_PutSHexInt(CSR_1_bBaselineUpdateTimer);
                   TX8_1_PutChar(',');

//data log the baseline counts for button 1
                   TX8_1_PutSHexInt(CSR_1_iaSwBaseline[1]/4);


                                               TX8_1_PutCRLF();


             }
}
//-------------------------------end of listing--------------------------------------------------------


Turning the Sensor
Every time the function CSR_1_StartScan( ) is called in the program listed above, the capacitance of Button1 is measured.
The raw count values are stored in the CSR_1_iaSwResult[] array. The user module also tracks a baseline for the raw counts.
The baseline value of each button is an average raw count level computed periodically by an IIR filter in software. The update
rate for the IIR filter is programmable. The baseline enables the system to adapt to drift in the system due to temperature and
other environmental effects.
The switch difference array CSR_1_iaSwDiff[] contains the raw count values with the baseline offset removed. The current
ON/OFF state of the buttons is determined using the switch difference values. This allows the performance of the system to
remain constant even though the baseline may be drifting over time.
Figure 6 shows the transfer function between difference counts and button state that is implemented in firmware. The
hysteresis in this transfer function provides clean transitions between ON and OFF states even though the counts are noisy.
This provides a debounce function for the buttons. The lower threshold is called the Noise Threshold, and the upper threshold
is called the Finger Threshold. Setting of the threshold levels determines the performance of the system. With very thick
overlays, the signal-to-noise ratio is low. Setting the threshold levels in this kind of system is challenging, and this is part of art
of capacitive sensing.


The Art of Capacitive Touch Sensing                                                                                       Page 5 of 10

Published in Embedded.com (http://www.embedded.com)                                                                        March 2007



                                                                                                                                          [+] Feedback
Figure 6. Transfer function between difference counts and button state


                                                                                      ON


                             BUTTON STATE



                                                 OFF



                                                    NOISE                   FINGER
                                                  THRESHOLD               THRESHOLD


                                                             COUNTS
An idealized raw counts waveform for a 3 second button press is shown in figure 7. The threshold levels for this project are
shown in the figure. The Noise Threshold is set to 10 counts, and the Finger Threshold is set to 60 counts. The noise
component that is always present in real count data is not shown in figure 8 so that the threshold levels can be seen clearly.
                Figure 7. Placing the threshold levels on a plot of raw counts with the baseline removed




                                       FINGER
                                     THRESHOLD




                                                         NOISE THRESHOLD




The Art of Capacitive Touch Sensing                                                                               Page 6 of 10

Published in Embedded.com (http://www.embedded.com)                                                                March 2007



                                                                                                                                 [+] Feedback
Part of the tuning process includes selecting the level of the current source DAC and setting the number of oscillator cycles to
accumulate counts. In the firmware, the function CSR_1_SetDacCurrent(200,0) sets current source to level 200 out of 255 in
low range of current source, about 14uA. The function CSR_1_SetScanSpeed(255) sets the number of oscillator cycles to
253 (255-2). Analysis of the raw counts and difference counts shows that the system has a parasitic trace capacitance, CP, of
around 15pF, and a finger capacitance, CF, of around 0.5pF. The finger changes the total capacitance by around 3%.
Acquisition of each raw count value only takes 500 microseconds per button.



Measured Performance
The measured performance of the capacitive sensing system is shown in figure 8. The difference counts were captured on the
host PC via a terminal emulation program, and then plotted with the help of a spreadsheet. The finger is placed on the 10mm
thick glass overlay for 3 seconds. The ON/OFF state of the buttons is superimposed on the raw counts. The button
transitions cleanly between states even with the relatively noisy raw counts signal produced by the sensing through the thick
glass. Note how the finger and button threshold are adjusted periodically as the baseline drifts. When a finger press is
sensed, the baseline value locks its value until the finger is removed.
                           Figure 8. Measured performance of the sensor through 10mm of glass




                                                                       ON



                                      OFF                                                                OFF


                                   FINGER
                                 THRESHOLD




                                                            NOISE THRESOLD




Figures 9 and 10 show detail views of each state transistion. In figure 9, the button state is initially OFF. The first sample of
the difference count over the finger threshold transitions the button state to ON. In figure 10, the button makes a transition to
the OFF state with the first sample of the difference count below the noise threshold.




The Art of Capacitive Touch Sensing                                                                                  Page 7 of 10

Published in Embedded.com (http://www.embedded.com)                                                                   March 2007



                                                                                                                                    [+] Feedback
Figure 9. Close-up of transition to ON state




                                                                                  ON



                                                  OFF




                                      Figure 10. Close-up of transition to OFF state




                                                      ON



                                                                                  OFF




The Art of Capacitive Touch Sensing                                                     Page 8 of 10

Published in Embedded.com (http://www.embedded.com)                                     March 2007



                                                                                                       [+] Feedback
Conclusion
The primary advantage of capacitance-based touch sensors over mechanical switches is that capacitance-based touch
sensors do not wear out through long-term use, as do mechanical switches. Recent advances in mixed signal technology
have not only brought down the expense of touch sensors to the point where they are cost-effective to implement in a wide
range of consumer products, but also enable higher sensitivity and reliability of sensing circuits to increase overlay thickness
and durability. Using the design techniques presented here, it is possible to sense a finger press through 10mm of glass, as
well as achieve clean transitions between ON and OFF button states using the debounce method based on noise and finger
thresholds, making capacitive touch sensors a practical alternative to mechanical components.




The Art of Capacitive Touch Sensing                                                                                 Page 9 of 10

Published in Embedded.com (http://www.embedded.com)                                                                  March 2007



                                                                                                                                   [+] Feedback
References


                                                                                                                                                        Cypress Semiconductor
                                                                                                                                                           198 Champion Court
                                                                                                                                                      San Jose, CA 95134-1709
                                                                                                                                                          Phone: 408-943-2600
                                                                                                                                                              Fax: 408-943-4730
                                                                                                                                                        http://www.cypress.com

© Cypress Semiconductor Corporation, 2007. The information contained herein is subject to change without notice. Cypress Semiconductor Corporation assumes no responsibility for the
use of any circuitry other than circuitry embodied in a Cypress product. Nor does it convey or imply any license under patent or other rights. Cypress products are not warranted nor intended
to be used for medical, life support, life saving, critical control or safety applications, unless pursuant to an express written agreement with Cypress. Furthermore, Cypress does not authorize
its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of
Cypress products in life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges.

PSoC Designer™, Programmable System-on-Chip™, and PSoC Express™ are trademarks and PSoC® is a registered trademark of Cypress Semiconductor Corp. All other trademarks or
registered trademarks referenced herein are property of the respective corporations.

This Source Code (software and/or firmware) is owned by Cypress Semiconductor Corporation (Cypress) and is protected by and subject to worldwide patent protection (United States and
foreign), United States copyright laws and international treaty provisions. Cypress hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use, modify, create
derivative works of, and compile the Cypress Source Code and derivative works for the sole purpose of creating custom software and or firmware in support of licensee product to be used
only in conjunction with a Cypress integrated circuit as specified in the applicable agreement. Any reproduction, modification, translation, compilation, or representation of this Source Code
except as specified above is prohibited without the express written permission of Cypress.

Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes without further notice to the materials described
herein. Cypress does not assume any liability arising out of the application or use of any product or circuit described herein. Cypress does not authorize its products for use as critical
components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress’ product in a life-support
systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges.

Use may be limited by and subject to the applicable Cypress software license agreement.




The Art of Capacitive Touch Sensing                                                                                                                                          Page 10 of 10

Published in Embedded.com (http://www.embedded.com)                                                                                                                             March 2007



                                                                                                                                                                                                    [+] Feedback

Contenu connexe

Tendances

Ion Implantation UPS.pdf
Ion Implantation UPS.pdfIon Implantation UPS.pdf
Ion Implantation UPS.pdfssuser0e2fb9
 
5.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 20135.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 2013Bhargav Veepuri
 
METAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUET
METAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUETMETAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUET
METAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUETA. S. M. Jannatul Islam
 
Chemical Vapour Deposition
Chemical Vapour DepositionChemical Vapour Deposition
Chemical Vapour Depositionaroosa khan
 
Electron Beam Lithography review paper - EE541 Dublin City University
Electron Beam Lithography review paper - EE541 Dublin City UniversityElectron Beam Lithography review paper - EE541 Dublin City University
Electron Beam Lithography review paper - EE541 Dublin City UniversityRay Tyndall
 
Mask fabrication process
Mask fabrication process Mask fabrication process
Mask fabrication process pardis paliz
 
Etching, Diffusion, Ion Implantation--ABU SYED KUET
Etching, Diffusion, Ion Implantation--ABU SYED KUETEtching, Diffusion, Ion Implantation--ABU SYED KUET
Etching, Diffusion, Ion Implantation--ABU SYED KUETA. S. M. Jannatul Islam
 
Negative Photoresists in photolithography
Negative Photoresists in photolithographyNegative Photoresists in photolithography
Negative Photoresists in photolithographySoudip Sinha Roy
 
Junction-depth & Sheet-resitance meassurement
Junction-depth & Sheet-resitance meassurementJunction-depth & Sheet-resitance meassurement
Junction-depth & Sheet-resitance meassurementLinh Hoang-Tuan
 
photolithography_a
photolithography_aphotolithography_a
photolithography_aguestda8318
 
High resolution electron energy loss spectroscopy
High resolution electron energy loss spectroscopyHigh resolution electron energy loss spectroscopy
High resolution electron energy loss spectroscopyMuhammad Bilal Abbasi
 
Focused ion beam lithography
Focused ion beam lithographyFocused ion beam lithography
Focused ion beam lithographyGVijayalakshmiG
 
MOSFET, SOI-FET and FIN-FET-ABU SYED KUET
MOSFET, SOI-FET and FIN-FET-ABU SYED KUETMOSFET, SOI-FET and FIN-FET-ABU SYED KUET
MOSFET, SOI-FET and FIN-FET-ABU SYED KUETA. S. M. Jannatul Islam
 
Molecular Beam Epitaxy-MBE---ABU SYED KUET
Molecular Beam Epitaxy-MBE---ABU SYED KUETMolecular Beam Epitaxy-MBE---ABU SYED KUET
Molecular Beam Epitaxy-MBE---ABU SYED KUETA. S. M. Jannatul Islam
 
A brief description of photolithography
A brief description of photolithographyA brief description of photolithography
A brief description of photolithographyshashi kant
 
7. dopant diffusion 1,2 2013 microtech
7. dopant diffusion 1,2 2013 microtech7. dopant diffusion 1,2 2013 microtech
7. dopant diffusion 1,2 2013 microtechBhargav Veepuri
 
Part III. Metal-Organic Chemical Vapor Deposition
Part III. Metal-Organic Chemical Vapor DepositionPart III. Metal-Organic Chemical Vapor Deposition
Part III. Metal-Organic Chemical Vapor DepositionAnthony Liu
 

Tendances (20)

Ion Implantation UPS.pdf
Ion Implantation UPS.pdfIon Implantation UPS.pdf
Ion Implantation UPS.pdf
 
5.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 20135.1. lithography 1,2.final 2013
5.1. lithography 1,2.final 2013
 
METAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUET
METAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUETMETAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUET
METAL ORGANIC CHEMICAL VAPOR DEPOSITION- MOCVD--ABU SYED KUET
 
Chemical Vapour Deposition
Chemical Vapour DepositionChemical Vapour Deposition
Chemical Vapour Deposition
 
Electron Beam Lithography review paper - EE541 Dublin City University
Electron Beam Lithography review paper - EE541 Dublin City UniversityElectron Beam Lithography review paper - EE541 Dublin City University
Electron Beam Lithography review paper - EE541 Dublin City University
 
Mask fabrication process
Mask fabrication process Mask fabrication process
Mask fabrication process
 
Etching, Diffusion, Ion Implantation--ABU SYED KUET
Etching, Diffusion, Ion Implantation--ABU SYED KUETEtching, Diffusion, Ion Implantation--ABU SYED KUET
Etching, Diffusion, Ion Implantation--ABU SYED KUET
 
Negative Photoresists in photolithography
Negative Photoresists in photolithographyNegative Photoresists in photolithography
Negative Photoresists in photolithography
 
Junction-depth & Sheet-resitance meassurement
Junction-depth & Sheet-resitance meassurementJunction-depth & Sheet-resitance meassurement
Junction-depth & Sheet-resitance meassurement
 
photolithography_a
photolithography_aphotolithography_a
photolithography_a
 
High resolution electron energy loss spectroscopy
High resolution electron energy loss spectroscopyHigh resolution electron energy loss spectroscopy
High resolution electron energy loss spectroscopy
 
Focused ion beam lithography
Focused ion beam lithographyFocused ion beam lithography
Focused ion beam lithography
 
MOSFET, SOI-FET and FIN-FET-ABU SYED KUET
MOSFET, SOI-FET and FIN-FET-ABU SYED KUETMOSFET, SOI-FET and FIN-FET-ABU SYED KUET
MOSFET, SOI-FET and FIN-FET-ABU SYED KUET
 
Molecular Beam Epitaxy-MBE---ABU SYED KUET
Molecular Beam Epitaxy-MBE---ABU SYED KUETMolecular Beam Epitaxy-MBE---ABU SYED KUET
Molecular Beam Epitaxy-MBE---ABU SYED KUET
 
Pcb designing
Pcb designingPcb designing
Pcb designing
 
A brief description of photolithography
A brief description of photolithographyA brief description of photolithography
A brief description of photolithography
 
7. dopant diffusion 1,2 2013 microtech
7. dopant diffusion 1,2 2013 microtech7. dopant diffusion 1,2 2013 microtech
7. dopant diffusion 1,2 2013 microtech
 
2 d materials
2 d materials2 d materials
2 d materials
 
Apps of thin films
Apps of thin filmsApps of thin films
Apps of thin films
 
Part III. Metal-Organic Chemical Vapor Deposition
Part III. Metal-Organic Chemical Vapor DepositionPart III. Metal-Organic Chemical Vapor Deposition
Part III. Metal-Organic Chemical Vapor Deposition
 

En vedette

Capacitive touch technology
Capacitive touch technologyCapacitive touch technology
Capacitive touch technologyZaforUllah Jewel
 
2008 Sae Capacitive Sensing
2008 Sae Capacitive Sensing2008 Sae Capacitive Sensing
2008 Sae Capacitive Sensingzztdn3
 
Wireless Wall Switch (Single Key)
Wireless Wall Switch (Single Key)Wireless Wall Switch (Single Key)
Wireless Wall Switch (Single Key)Daniel Chen
 
Web classification of Digital Libraries using GATE Machine Learning  
Web classification of Digital Libraries using GATE Machine Learning  	Web classification of Digital Libraries using GATE Machine Learning  
Web classification of Digital Libraries using GATE Machine Learning   sstose
 
Intoduction to mTouch Capacitive Touch Sensing
Intoduction to mTouch Capacitive Touch SensingIntoduction to mTouch Capacitive Touch Sensing
Intoduction to mTouch Capacitive Touch SensingPremier Farnell
 
Ee325 cmos design lab 6 report - loren k schwappach
Ee325 cmos design   lab 6 report - loren k schwappachEe325 cmos design   lab 6 report - loren k schwappach
Ee325 cmos design lab 6 report - loren k schwappachLoren Schwappach
 
A minor project report HOME AUTOMATION USING MOBILE PHONES
A minor project report HOME AUTOMATION  USING  MOBILE PHONESA minor project report HOME AUTOMATION  USING  MOBILE PHONES
A minor project report HOME AUTOMATION USING MOBILE PHONESashokkok
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationArifur Rahman
 
Touch screen home automation
Touch screen home automationTouch screen home automation
Touch screen home automationvision2d16
 
My Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation SystemMy Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation SystemMichael Olafusi
 

En vedette (13)

Capacitive touch technology
Capacitive touch technologyCapacitive touch technology
Capacitive touch technology
 
2008 Sae Capacitive Sensing
2008 Sae Capacitive Sensing2008 Sae Capacitive Sensing
2008 Sae Capacitive Sensing
 
Wireless Wall Switch (Single Key)
Wireless Wall Switch (Single Key)Wireless Wall Switch (Single Key)
Wireless Wall Switch (Single Key)
 
Web classification of Digital Libraries using GATE Machine Learning  
Web classification of Digital Libraries using GATE Machine Learning  	Web classification of Digital Libraries using GATE Machine Learning  
Web classification of Digital Libraries using GATE Machine Learning  
 
AND, NAND, OR, NOR GATES
AND, NAND, OR, NOR GATESAND, NAND, OR, NOR GATES
AND, NAND, OR, NOR GATES
 
Intoduction to mTouch Capacitive Touch Sensing
Intoduction to mTouch Capacitive Touch SensingIntoduction to mTouch Capacitive Touch Sensing
Intoduction to mTouch Capacitive Touch Sensing
 
Nand gate
Nand gateNand gate
Nand gate
 
Ee325 cmos design lab 6 report - loren k schwappach
Ee325 cmos design   lab 6 report - loren k schwappachEe325 cmos design   lab 6 report - loren k schwappach
Ee325 cmos design lab 6 report - loren k schwappach
 
A minor project report HOME AUTOMATION USING MOBILE PHONES
A minor project report HOME AUTOMATION  USING  MOBILE PHONESA minor project report HOME AUTOMATION  USING  MOBILE PHONES
A minor project report HOME AUTOMATION USING MOBILE PHONES
 
Touchscreen PPT
Touchscreen PPTTouchscreen PPT
Touchscreen PPT
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home Automation
 
Touch screen home automation
Touch screen home automationTouch screen home automation
Touch screen home automation
 
My Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation SystemMy Final Year Project - Individual Control Home Automation System
My Final Year Project - Individual Control Home Automation System
 

Similaire à Capacitive Touch Sensing

Capacitance Sensing - Layout Guidelines for PSoC CapSense
Capacitance Sensing - Layout Guidelines for PSoC CapSenseCapacitance Sensing - Layout Guidelines for PSoC CapSense
Capacitance Sensing - Layout Guidelines for PSoC CapSenseRuth Moore
 
CapSense Capacitive Sensors Sigma Delta Algorithm
CapSense Capacitive Sensors Sigma Delta AlgorithmCapSense Capacitive Sensors Sigma Delta Algorithm
CapSense Capacitive Sensors Sigma Delta AlgorithmRuth Moore
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyIJEEE
 
visteon-touch_sensor_transparent_conductor_optical_comparison
visteon-touch_sensor_transparent_conductor_optical_comparisonvisteon-touch_sensor_transparent_conductor_optical_comparison
visteon-touch_sensor_transparent_conductor_optical_comparisonJason Weber
 
SolAero Tech Intern_Project Overview
SolAero Tech Intern_Project OverviewSolAero Tech Intern_Project Overview
SolAero Tech Intern_Project OverviewEddie Benitez-Jones
 
IRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo Method
IRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo MethodIRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo Method
IRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo MethodIRJET Journal
 
High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach
High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach
High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach IJERA Editor
 
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...eSAT Journals
 
High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...eSAT Publishing House
 
Programmable Load Shedding for the utility department
Programmable Load Shedding for the utility departmentProgrammable Load Shedding for the utility department
Programmable Load Shedding for the utility departmentMukund Hundekar
 
IRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based MultiplierIRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based MultiplierIRJET Journal
 
Comparative Study of Delay Line Based Time to Digital Converter using FPGA
Comparative Study of Delay Line Based Time to Digital Converter using FPGAComparative Study of Delay Line Based Time to Digital Converter using FPGA
Comparative Study of Delay Line Based Time to Digital Converter using FPGAIRJET Journal
 
IRJET- Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...
IRJET-  	  Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...IRJET-  	  Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...
IRJET- Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...IRJET Journal
 
Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...Umair Shahzad
 
IRJET - Interfacing Multi-Digit 7-Segment with 8051 Microcontroller
IRJET -  	  Interfacing Multi-Digit 7-Segment with 8051 MicrocontrollerIRJET -  	  Interfacing Multi-Digit 7-Segment with 8051 Microcontroller
IRJET - Interfacing Multi-Digit 7-Segment with 8051 MicrocontrollerIRJET Journal
 
IRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-TrackingIRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-TrackingIRJET Journal
 
IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...
IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...
IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...IRJET Journal
 

Similaire à Capacitive Touch Sensing (20)

Capacitance Sensing - Layout Guidelines for PSoC CapSense
Capacitance Sensing - Layout Guidelines for PSoC CapSenseCapacitance Sensing - Layout Guidelines for PSoC CapSense
Capacitance Sensing - Layout Guidelines for PSoC CapSense
 
CapSense Capacitive Sensors Sigma Delta Algorithm
CapSense Capacitive Sensors Sigma Delta AlgorithmCapSense Capacitive Sensors Sigma Delta Algorithm
CapSense Capacitive Sensors Sigma Delta Algorithm
 
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm TechnologyDesign Analysis of Delay Register with PTL Logic using 90 nm Technology
Design Analysis of Delay Register with PTL Logic using 90 nm Technology
 
visteon-touch_sensor_transparent_conductor_optical_comparison
visteon-touch_sensor_transparent_conductor_optical_comparisonvisteon-touch_sensor_transparent_conductor_optical_comparison
visteon-touch_sensor_transparent_conductor_optical_comparison
 
SolAero Tech Intern_Project Overview
SolAero Tech Intern_Project OverviewSolAero Tech Intern_Project Overview
SolAero Tech Intern_Project Overview
 
biometrics
biometricsbiometrics
biometrics
 
IRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo Method
IRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo MethodIRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo Method
IRJET- Synchronization Scheme of MIMO-OFDM using Monte Carlo Method
 
High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach
High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach
High Performance and Low power VLSI CMOS Circuit Designs using ONOFIC Approach
 
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...Design and implementation of 15 4 compressor using 1-bit semi domino full add...
Design and implementation of 15 4 compressor using 1-bit semi domino full add...
 
High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...High performance low leakage power full subtractor circuit design using rate ...
High performance low leakage power full subtractor circuit design using rate ...
 
6 10
6 106 10
6 10
 
Programmable Load Shedding for the utility department
Programmable Load Shedding for the utility departmentProgrammable Load Shedding for the utility department
Programmable Load Shedding for the utility department
 
IRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based MultiplierIRJET- Design of Memristor based Multiplier
IRJET- Design of Memristor based Multiplier
 
Ijeet 07 05_001
Ijeet 07 05_001Ijeet 07 05_001
Ijeet 07 05_001
 
Comparative Study of Delay Line Based Time to Digital Converter using FPGA
Comparative Study of Delay Line Based Time to Digital Converter using FPGAComparative Study of Delay Line Based Time to Digital Converter using FPGA
Comparative Study of Delay Line Based Time to Digital Converter using FPGA
 
IRJET- Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...
IRJET-  	  Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...IRJET-  	  Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...
IRJET- Implementation of Low Power 32-Bit Carry-Look Ahead Adder using Ad...
 
Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...Design and Analysis of a Control System Using Root Locus and Frequency Respon...
Design and Analysis of a Control System Using Root Locus and Frequency Respon...
 
IRJET - Interfacing Multi-Digit 7-Segment with 8051 Microcontroller
IRJET -  	  Interfacing Multi-Digit 7-Segment with 8051 MicrocontrollerIRJET -  	  Interfacing Multi-Digit 7-Segment with 8051 Microcontroller
IRJET - Interfacing Multi-Digit 7-Segment with 8051 Microcontroller
 
IRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-TrackingIRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
IRJET- Re-Configuration Topology for On-Chip Networks by Back-Tracking
 
IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...
IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...
IRJET- Comparative Study of Sidelobe Roll-Off Ratio for Various Window Functi...
 

Dernier

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...gurkirankumar98700
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘RTylerCroy
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 

Dernier (20)

08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
Kalyanpur ) Call Girls in Lucknow Finest Escorts Service 🍸 8923113531 🎰 Avail...
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
🐬 The future of MySQL is Postgres 🐘
🐬  The future of MySQL is Postgres   🐘🐬  The future of MySQL is Postgres   🐘
🐬 The future of MySQL is Postgres 🐘
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 

Capacitive Touch Sensing

  • 1. The Art of Capacitive Touch Sensing By (Mark Lee, Senior Application Engineer, Cypress Semiconductor Corp.) Executive Summary Touch sensors have been around for years, but recent advances in mixed signal programmable devices are making capacitance-based touch sensors a practical and value-added alternative to mechanical switches in a wide range of consumer products. This article walks through a design example of a touch-sensitive button that can be actuated through a thick glass overlay. Typical capacitive sensor designs specify an overlay of 3mm or less. Sensing a finger through an overlay becomes increasingly more difficult as the overlay thickness increases. In other words, as the overlay thickness increases, the process of tuning the system moves from science to art. To demonstrate how to make a capacitive sensor that pushes the limits of today’s technology, the thickness of the glass overlay in this example is set at 10mm. Glass is easy to work with, readily available, and transparent so you can see the underlying sensor pads. Glass overlays also have direct application in white goods. Finger Capacitance At the heart of any capacitive sensing system is a set of conductors that interact with electric fields. The tissue of the human body is filled with conductive electrolytes covered by a layer of skin, a lossy dielectric. It is the conductive property of fingers that makes capacitive touch sensing possible. A simple parallel plate capacitor has two conductors separated by a dielectric layer. Most of the energy in this system is concentrated directly between the plates. Some of the energy spills over into the area outside the plates, and the electric field lines associated with this effect are called fringing fields. Part of the challenge of making a practical capacitive sensor is to design a set of printed circuit traces which direct fringing fields into an active sensing area accessible to a user. A parallel plate capacitor is not a good choice for such a sensor pattern. Placing a finger near fringing electric fields adds conductive surface area to the capacitive system. The additional charge storage capacity added by the finger is known as finger capacitance, CF. The capacitance of the sensor without a finger present is denoted as CP in this article, which stands for parasitic capacitance. A common misconception about capacitive sensors is that the finger needs to be grounded for the system to work. A finger can be sensed because it can hold a charge, and this occurs if the finger is floating or grounded. PCB Layout of the Sensor Figure 1 shows the top view of a printed circuit board (PCB) which implements one of the capacitive sensor buttons in this design example. The button diameter is 10mm, the average size of an adult fingertip. The PCB assembled for this demonstration circuit contains four buttons with centers spaced 20mm apart. The ground plane is also on the top layer, as shown in the figure. The sensor pad is isolated from the ground plane by a uniform gap. The size of the gap is an important design parameter. If the gap is set too small, too much field energy will go directly to ground. If set too large, control is lost over how the energy is directed through the overlay. The selected gap size of 0.5mm works well for directing the fringing fields through 10mm of glass overlay. The Art of Capacitive Touch Sensing Page 1 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 2. Figure 1. Top View of PCB GROUND SENSOR Figure 2 shows a cross-sectional view of the same sensor pattern. A via in the PCB connects the sensor pad to the trace on the bottom side of the board, as shown in the figure. The dielectric constant, εr, influences how tightly the electric field energy can pack into the material as the field tries to find the shortest path to ground. Standard window glass has an εr of around 8, while the FR4 material of the PCB has an εr of around 4. Pyrex® glass, which is commonly used in white goods, has an εr of around 5. In this design example, standard window glass is used. Note that the glass sheet is mounted on the PCB using the nonconductive adhesive film 468-MP from 3M. Figure 2. Cross-sectional view of PCB and overlay FINGER AIR εr 1 = GLASS OVERLAY εr = 8 FR4 εr 4 = COPPER TRACES CapSense 101 The fundamental components of a capacitive sensing system are a programmable current source, a precision analog comparator, and an analog mux bus that can sequence through an array of capacitive sensors. A relaxation oscillator functions as the capacitance sensor in the system presented in this article. A simplified circuit diagram of this oscillator is shown in figure 3. The Art of Capacitive Touch Sensing Page 2 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 3. Figure 3. The Relaxation Oscillator circuit The output of the comparator is fed into the clock input of a PWM which gates a 16-bit counter clocked at 24MHz. A finger on the sensor increases the capacitance, thus increasing the counts. This is how a finger is sensed. Typical waveforms for this system are shown in figure 4. Figure 4. Waveforms of the CapSense Relaxation Oscillator circuit Comparator Output A schematic for an implementation of this project is shown in figure 5. For capacitive sensing and serial communication the circuit uses a Cypress CY8C21x34 series PSoC chip which contains a set of analog and digital functional blocks that are configured by firmware stored in on-board flash memory. A second chip handles RS232 level shifting to provide a communications link to a host computer, enabling data logging of capacitive sensing data at 115,200 baud. The pin assignments for the four CapSense buttons are shown in the table in figure 5. The PSoC is programmed through the ISSP header that contains power, ground, and the programming pins SCL and SDA. The host PC connects to the capacitive sense board through a DB9 connector. The Art of Capacitive Touch Sensing Page 3 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 4. Figure 5. Schematic for the capacitive sensing circuit +5V BUTTON PIN PORT 9 0 P2[1] 0.1uF P2[3] 1 8 2 P2[5] 7 VDD C1+ 3 6 P2[7] 2 1uF T1_OUT C1- +5V MAX232 C2+ 5 1uF 0.1uF C2- DB9-F BUTTON0 VDD P2[7] P0[1] T1_IN TX8 VS+ VSS VS- BUTTON1 +5V P2[5] CY8C21434 1uF 1uF BUTTON2 P2[3] SDA P1[0] BUTTON3 SCL P2[1] P1[1] VSS ISSP The PSoC is configured in firmware to operate from a 5V supply with an internally generated 24MHz system clock. The 24MHz clock is divided by 26 to provide a clock for the 115,200 baud TX8 module. The CapSense User Module is selected to run in Period Method, an operating mode in which counts are accumulated over a fixed number of relaxation oscillator cycles. In other words, the 16-bit counter value represents a period that is proportional to the capacitance of the sensor. Listing 1 provides a listing of the system firmware. Most of the work involved in setting up a capacitive sensing system has been coded into a set of standard CSR routines that are called from a C program. For example, CSR_1_Start() configures the internal routing of the PSoC so that the current source DAC is connected to the analog mux, and the comparator is connected to the properly initialized PWM and 16 bit counter. Listing 1: Firmware for a capacitive sensing system //-----------------------------start of listing-------------------------------------------------------- //---------------------------------------------------------------------------- // main.c, a CapSense program in C // A demonstration of Capacitive Sensing with PSoC // with a 10mm glass overlay //---------------------------------------------------------------------------- #include <m8c.h> // part specific constants and macros #include quot;PSoCAPI.hquot; // PSoC API definitions for all User Modules void main() { //a flag that is set when a finger is on any buttons int bBaselineButtonFlag; CSR_1_Start(); //initialize CapSense user module TX8_1_Start(TX8_1_PARITY_NONE); //initialize TX8 module The Art of Capacitive Touch Sensing Page 4 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 5. M8C_EnableGInt; //enable global interrupts CSR_1_SetDacCurrent(200,0); //set current source to 200 out of 255 //use low range of current source CSR_1_SetScanSpeed(255); //set number of osc cycles to 255-2=253 while(1) { CSR_1_StartScan(1,1,0); //scan one button only, button 1 on P2[3] //wait for scanning of button to complete while (!(CSR_1_GetScanStatus() & CSR_1_SCAN_SET_COMPLETE)); //update baseline if required, set flag if any button pressed bBaselineButtonFlag = CSR_1_bUpdateBaseline(0); //data log the raw counts on button 1 TX8_1_PutSHexInt(CSR_1_iaSwResult[1]); TX8_1_PutChar(','); //data log switch mask... which switch is on? TX8_1_PutSHexInt(CSR_1_baSwOnMask[0]); TX8_1_CPutString(quot;,quot;); //data log switch difference = raw counts - baseline TX8_1_PutSHexInt(CSR_1_iaSwDiff[1]); TX8_1_PutChar(','); //data log update timer as a teaching aid TX8_1_PutSHexInt(CSR_1_bBaselineUpdateTimer); TX8_1_PutChar(','); //data log the baseline counts for button 1 TX8_1_PutSHexInt(CSR_1_iaSwBaseline[1]/4); TX8_1_PutCRLF(); } } //-------------------------------end of listing-------------------------------------------------------- Turning the Sensor Every time the function CSR_1_StartScan( ) is called in the program listed above, the capacitance of Button1 is measured. The raw count values are stored in the CSR_1_iaSwResult[] array. The user module also tracks a baseline for the raw counts. The baseline value of each button is an average raw count level computed periodically by an IIR filter in software. The update rate for the IIR filter is programmable. The baseline enables the system to adapt to drift in the system due to temperature and other environmental effects. The switch difference array CSR_1_iaSwDiff[] contains the raw count values with the baseline offset removed. The current ON/OFF state of the buttons is determined using the switch difference values. This allows the performance of the system to remain constant even though the baseline may be drifting over time. Figure 6 shows the transfer function between difference counts and button state that is implemented in firmware. The hysteresis in this transfer function provides clean transitions between ON and OFF states even though the counts are noisy. This provides a debounce function for the buttons. The lower threshold is called the Noise Threshold, and the upper threshold is called the Finger Threshold. Setting of the threshold levels determines the performance of the system. With very thick overlays, the signal-to-noise ratio is low. Setting the threshold levels in this kind of system is challenging, and this is part of art of capacitive sensing. The Art of Capacitive Touch Sensing Page 5 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 6. Figure 6. Transfer function between difference counts and button state ON BUTTON STATE OFF NOISE FINGER THRESHOLD THRESHOLD COUNTS An idealized raw counts waveform for a 3 second button press is shown in figure 7. The threshold levels for this project are shown in the figure. The Noise Threshold is set to 10 counts, and the Finger Threshold is set to 60 counts. The noise component that is always present in real count data is not shown in figure 8 so that the threshold levels can be seen clearly. Figure 7. Placing the threshold levels on a plot of raw counts with the baseline removed FINGER THRESHOLD NOISE THRESHOLD The Art of Capacitive Touch Sensing Page 6 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 7. Part of the tuning process includes selecting the level of the current source DAC and setting the number of oscillator cycles to accumulate counts. In the firmware, the function CSR_1_SetDacCurrent(200,0) sets current source to level 200 out of 255 in low range of current source, about 14uA. The function CSR_1_SetScanSpeed(255) sets the number of oscillator cycles to 253 (255-2). Analysis of the raw counts and difference counts shows that the system has a parasitic trace capacitance, CP, of around 15pF, and a finger capacitance, CF, of around 0.5pF. The finger changes the total capacitance by around 3%. Acquisition of each raw count value only takes 500 microseconds per button. Measured Performance The measured performance of the capacitive sensing system is shown in figure 8. The difference counts were captured on the host PC via a terminal emulation program, and then plotted with the help of a spreadsheet. The finger is placed on the 10mm thick glass overlay for 3 seconds. The ON/OFF state of the buttons is superimposed on the raw counts. The button transitions cleanly between states even with the relatively noisy raw counts signal produced by the sensing through the thick glass. Note how the finger and button threshold are adjusted periodically as the baseline drifts. When a finger press is sensed, the baseline value locks its value until the finger is removed. Figure 8. Measured performance of the sensor through 10mm of glass ON OFF OFF FINGER THRESHOLD NOISE THRESOLD Figures 9 and 10 show detail views of each state transistion. In figure 9, the button state is initially OFF. The first sample of the difference count over the finger threshold transitions the button state to ON. In figure 10, the button makes a transition to the OFF state with the first sample of the difference count below the noise threshold. The Art of Capacitive Touch Sensing Page 7 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 8. Figure 9. Close-up of transition to ON state ON OFF Figure 10. Close-up of transition to OFF state ON OFF The Art of Capacitive Touch Sensing Page 8 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 9. Conclusion The primary advantage of capacitance-based touch sensors over mechanical switches is that capacitance-based touch sensors do not wear out through long-term use, as do mechanical switches. Recent advances in mixed signal technology have not only brought down the expense of touch sensors to the point where they are cost-effective to implement in a wide range of consumer products, but also enable higher sensitivity and reliability of sensing circuits to increase overlay thickness and durability. Using the design techniques presented here, it is possible to sense a finger press through 10mm of glass, as well as achieve clean transitions between ON and OFF button states using the debounce method based on noise and finger thresholds, making capacitive touch sensors a practical alternative to mechanical components. The Art of Capacitive Touch Sensing Page 9 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback
  • 10. References Cypress Semiconductor 198 Champion Court San Jose, CA 95134-1709 Phone: 408-943-2600 Fax: 408-943-4730 http://www.cypress.com © Cypress Semiconductor Corporation, 2007. The information contained herein is subject to change without notice. Cypress Semiconductor Corporation assumes no responsibility for the use of any circuitry other than circuitry embodied in a Cypress product. Nor does it convey or imply any license under patent or other rights. Cypress products are not warranted nor intended to be used for medical, life support, life saving, critical control or safety applications, unless pursuant to an express written agreement with Cypress. Furthermore, Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress products in life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. PSoC Designer™, Programmable System-on-Chip™, and PSoC Express™ are trademarks and PSoC® is a registered trademark of Cypress Semiconductor Corp. All other trademarks or registered trademarks referenced herein are property of the respective corporations. This Source Code (software and/or firmware) is owned by Cypress Semiconductor Corporation (Cypress) and is protected by and subject to worldwide patent protection (United States and foreign), United States copyright laws and international treaty provisions. Cypress hereby grants to licensee a personal, non-exclusive, non-transferable license to copy, use, modify, create derivative works of, and compile the Cypress Source Code and derivative works for the sole purpose of creating custom software and or firmware in support of licensee product to be used only in conjunction with a Cypress integrated circuit as specified in the applicable agreement. Any reproduction, modification, translation, compilation, or representation of this Source Code except as specified above is prohibited without the express written permission of Cypress. Disclaimer: CYPRESS MAKES NO WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, WITH REGARD TO THIS MATERIAL, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Cypress reserves the right to make changes without further notice to the materials described herein. Cypress does not assume any liability arising out of the application or use of any product or circuit described herein. Cypress does not authorize its products for use as critical components in life-support systems where a malfunction or failure may reasonably be expected to result in significant injury to the user. The inclusion of Cypress’ product in a life-support systems application implies that the manufacturer assumes all risk of such use and in doing so indemnifies Cypress against all charges. Use may be limited by and subject to the applicable Cypress software license agreement. The Art of Capacitive Touch Sensing Page 10 of 10 Published in Embedded.com (http://www.embedded.com) March 2007 [+] Feedback