This folder contain the source for the CapSense project and MatLab source for analysing the performance.

- 'CapSense_visualizer_1_2'.zip is the MatLab source used for analysis.

- 'RemoTI-CC253xDK-1.3.1_CapSense_2013-27-06_Patch'.zip is a patch to RemoTI 1.3.1 and contains the addition of a FrontPanel configuration in the ZidDongle project. This is the source for the software which runs on the CapSense Front Panel reference design. The CapSense application note (http://www.ti.com/lit/swra362) explains how the CapSense HAL works.

The FrontPanel configuration of the ZidDongle project makes the front panel behave like the CC2531 Dongle, with the addition of the CapSense interface. The CapSense parameters has been tuned based on measurements from the CC2531, communicated over UART, using the 'CapSense Visualizer' tool. With the notation used in the ApplicationNote:

HAL_CAPSENSE_THRESHOLD_MIN			:	20
HAL_CAPSENSE_THRESHOLD_MIN_DETECT		:	50
HAL_CAPSENSE_THRESHOLD_MULTIPLIER		:	 2
HAL_CAPSENSE_THRESHOLD_MULTIPLIER_DETECT	:	 4

all other parameters remain the same as in the Application Note. The optional HalCapSenseReset() function is not used by this application.