Skip to content

Latest commit

 

History

History
executable file
·
18 lines (14 loc) · 822 Bytes

File metadata and controls

executable file
·
18 lines (14 loc) · 822 Bytes

Exercise 4: Gather the Training Data

  1. Press the reset button on the board
  2. Open the Serial Monitor: Tools -> Serial Monitor
  3. Make a punch gesture with the board in your hand - you should see the sensor data log in the Serial Monitor
  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. Make a flex gesture with the board in your hand
  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