Skip to content

Latest commit

 

History

History
executable file
·
13 lines (10 loc) · 617 Bytes

exercise7.md

File metadata and controls

executable file
·
13 lines (10 loc) · 617 Bytes

Exercise 7: Classifying IMU Data

  1. Open tinyml-workshop/ArduinoSketches/IMU_Classifier/IMU_Classifier.ino in the Arduino IDE.
  2. Switch to the model.h tab
  3. Replace the contents of model.h with the version you downloaded from Colab
  4. Upload the sketch: Sketch -> Upload
  5. Open the Serial Monitor: Tools -> Serial Monitor
  6. Perform the punch or flex gesture
  7. The confidence of each gesture will be printed to the Serial Monitor (0 -> low confidence, 1 -> high confidence)

screenshot with output of the imu classifier sketch

Next Exercise 8: Emojis