Couple of years ago, I bought a Capsense add-on from Texas Instruments for MSP-430 Launchpad. It worked right out of the box as expected but a closer observation showed me that the board was nothing but a colored copper plate PCB with catchy SMD LEDS beneath. Curiosity drove me to internet and books which taught me the concept of Capacitive touch sensing. Armed with the following tools, I set myself to make my own capacitive sensor circuit. Components Used: Stellaris LM4F120XL ARM Cortex M4F board Resistors - 2 x 2.2 M ohm Wires + Conductive surface ( I used a Coin) PROJECT: The aim to design a simple capacitive touch sensing circuit and code an ARM cortex microcontroller to sense the capacitance change when a human touches the sensor. STELLARIS LM4F120XL: The Stellaris launchpad from Texas Instruments is the main processing core of the project. The following are its features ARM - Cortex M4F core ( Floating point) 256 KB Flash and 32 KB ...
A Maker's Expedition..