SLAA877 December   2018 MSP430FR2633

 

  1.   Capacitive Touch Gesture Software and Tuning
    1.     Trademarks
    2. 1 Introduction
    3. 2 Gestures
      1. 2.1 Theory of Operation
      2. 2.2 Sensor Gesture Processing
      3. 2.3 Gesture Software Overview
        1. 2.3.1 Slider Gesture
        2. 2.3.2 Wheel Gesture
        3. 2.3.3 Button Gesture
        4. 2.3.4 Sensor Handlers
        5. 2.3.5 How to Add Gestures to the CapTIvate Framework
    4. 3 Tuning
      1. 3.1 CapTIvate Design Center
        1. 3.1.1 Enabling Gesture Sensor Output
        2. 3.1.2 CDC Plot Channel Assignments
      2. 3.2 Tuning Process
        1. 3.2.1 Tap
        2. 3.2.2 Double Tap
        3. 3.2.3 Swipe
        4. 3.2.4 Slide
    5. 4 Example Demonstration Software Installation
      1. 4.1 Project Directories
      2. 4.2 Import the Project Into CCS

CDC Plot Channel Assignments

When the gesture information is streamed to the oscilloscope plot view from the MSP430FR2633 MCU, there are 9 channels, each containing a 16-bit value. To view only the ones of interest, click a data channel in the oscilloscope view to select or deselect it. The channels and assigned data values are:

Ch 0 = SensorTouch (this indicates when sensor is touched)

Ch 1 = SampleCount (current value of sample counter)

Ch 2 = SingleTap (this indicates a tap gesture)

Ch 3 = DoubleTap (this indicates a double-tap gesture)

Ch 4 = SlideLeft (this indicates a slide left motion gesture)

Ch 5 = SlideRight (this indicates a slide right motion gesture)

Ch 6 = SwipeLeft (this indicates a swipe left motion gesture)

Ch 7 = SwipeRight (this indicates a swipe right motion gesture)

Ch 8 = TapHold (this indicates a tap-and-hold gesture)