Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1013 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 1013 Bytes

TMS_data_collection

Wiring

Group 293

Preparation for collection

  1. Install the Arduino program.
  2. Copy and paste the code from code.txt into Arduino and compile it (if you 3. encounter an HX711 error, install and include the necessary library).
  3. Upload the code to the Arduino.
  4. Open the Serial Monitor to test the program.

Collection process

  1. Run the Serial Monitor with the load cell untouched.
  2. Verify that each sensor value is being read correctly.
  3. After TMS is complete, disconnect the USB cable connected to the Arduino (to 4. preserve data and stop the program).
  4. Copy all sensor values recorded in the Serial Monitor and save them to a text file.

Notes

  1. Do not close the Serial Monitor after TMS (closing it will result in loss of output data).
  2. To rerun the program, simply reopen the Serial Monitor.
  3. Occasionally, gently press the load cell to check if it's working correctly.