PIC32CM LE Curiosity Pro Sensor Example using T10 Xplained Pro Mutual
Path of the application within the repository is apps/t10_mutualcap_xpro_board/pic32cm_le00_cpro/
To build the application, refer to the following table and open the project using its IDE.
Touch Application
Project Name | Description |
---|---|
t10_mutualcap_xpro_board/pic32cm_LE00_cpro/pic32cm_LE00_cpro.X | MPLABX Project for PIC32CM LE Curiosity Pro Evaluation Kit |
Setting up the hardware
- Connect T10 Xplained Pro Extension Kit to PIC32CM LE Curiosity Pro Evaluation Kit on extension header EXT1 & EXT2
- Connect the Debug USB port on the board to the computer using a micro USB cable
Running the Application
- Open the application project pic32cm_LE00_cpro.X in the IDE
- Build the project and program the target board
Monitoring Touch Data in MPLAB DV Touch plugin
Prerequisite MPLAB Data Visualizer and Touch Pluign. Procedure for Installation is available in Introduction to Touch Plugin.
- Configure COM Port
- Select the correct COM port in Connection tab
- Update the Baud Rate to 115200 in COM Settings
- Start Streaming for COM data
- COM Port on Touch
- Select Touch in Connection tab
- For data source, from drop-down menu, select configured COM port as source
- Start Streaming on Touch
Detailed procedure can be found in Introduction to Touch Plugin page.