After entering this calibration mass, another prompt will appear in the serial monitor instructing the user to "Add calibrated mass...". Then, the user has 3 minutes to add taped pellets to the food holder, slide the food holder onto the mount plate, and screw the assembly in place. If no additional prompts have appeared in the Serial Monitor after pellets have been inserted and the food holder affixed to the mount plate (i.e., "Add calibrated mass..." is the most recent text window), this step should be successfully complete. Wait until further text appears before moving to step 36.5...
With practice, this amount of time is quite comfortable, but when learning it may be difficult to finish in 3 minutes. The 3-minute timeframe can be adjusted within the sketch if needed (i.e., line 44 - substitute '18000' for 6000*(# of minutes desired)).
When inserting pellets, it is recommended to fill pellet holes/openings from the outside-in (i.e., starting with the holes closest to the curved edge of the food holder). Hold pellets from the taped-end, and insert at an angle such that the non-taped end can be threaded through each hole. If tape has been applied correctly, the sticky end should prevent the pellet from sliding through the hole. Pressing the taped end firmly within the food holder interior should secure the pellet in place, making it difficult to pull out from the base/exterior. This is to ensure that the animal can eat then-suspended pellets, but not pull entire pellets out of the food holder (this would jeopardise recordings).
Screws can be inserted and tightened either using fingers or a screwdriver if experiencing difficulties.
After the calibration mass has been added and 3 minutes has elapsed, the setup() function within the sketch 1) tares and calibrates the SnackerTracker, 2) connects to on-chip LED lights, 3) checks that an SD card is present, 4) creates an output .csv file on the microSD card, then 5) passes control to the loop() function for data recording. An error message will be returned if there are issues with any of these processes.
It is essential that the user does not touch or bump the SnackerTracker and connecting cables during this process, but is rather patient until new text appears in the Serial Monitor indicating that these tasks have been completed successfully...