- Press the reset button on the board
- Open the Serial Monitor:
Tools -> Serial Monitor
- Make a punch gesture with the board in your hand - you should see the sensor data log in the Serial Monitor
- Repeat the gesture 10 (or more) times to gather addition data
- Copy and paste the data from the serial output to new text file named
punch.csv
- Close the Serial Monitor
- Press the reset button on the board
- Open the Serial Monitor:
Tools -> Serial Monitor
- Make a flex gesture with the board in your hand
- Repeat the flex gesture at least 10 times
- Copy and paste the serial output to new text file named
flex.csv
Visual Studio Code, Sublime Text, or Atom will all work great for creating CSV files. If you don't have one of these editors installed, try Notepad.exe on Windows or TextEdit on MacOS. Note that TextEdit wants to save data in rich text format default. Be sure to choose Format -> Make Plain Text before choosing File -> Save.