1.6.1 SAMD10 Xplained Mini Onboard Sensor Example

Path of the application within the repository is apps/onboard_sensor/firmware/sam_d10_xmini/

To build the application, refer to the following table and open the project using its IDE.

Project NameDescription
firmware\sam_d10_xmini.XMPLABX Project for SAM D10 Xplained Mini Evaluation Kit

Hardware Setup

  1. Project uses SAM D10 Xplained Mini Evaluation Kit
  2. Connect the Debug USB port on the board to the computer using a micro USB cable

Running The Application

  1. Open the application project sam_d10_xmini.X in the IDE
  2. Build the project and program the target board
  3. Configure COM Port
    • Select Autoconfigure in Variable Streamers tab
    • Select the correct COM port in source
    • Configuration files are stored as part of the project source files
    • In Auto Configure Options, browse the ../touch/datastreamer/ project folder and click on Select Folder
    • Update the Baud Rate to 38400 in COM Settings
    • Start Streaming for COM data

Detailed procedure can be found in Visualize Touch Data Using MPLAB® Data Visualizer page.