Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 754 Bytes

exercise4.md

File metadata and controls

18 lines (14 loc) · 754 Bytes

Exercise 4: Gather the Training Data

  1. Press the reset button on the board
  2. Open the Serial Monitor: Tools -> Serial Monitor
  3. Push the button, make a punch gesture with the board in your hand
  4. Repeat 10 times to gather more data
  5. Copy and paste the data from the serial output to new text file called punch.csv using your favorite text editor
  6. Close the Serial Monitor
  7. Press the reset button on the board
  8. Open the Serial Monitor: Tools -> Serial Monitor
  9. Push the button, flex
  10. Repeat 10 times
  11. Copy and paste the serial output to new text file flex.csv using your favorite text editor

screenshot of serial monitor with IMU data

Next Exercise 5: Machine Learning