Skip to content
tiusty edited this page Jul 1, 2017 · 11 revisions

Files

Excel Macros
Operation Mode
Setup Mode
Things To Do

User manual

Two important modes, setup mode and operation mode. The basic usage is:

  1. Use Excel Macros to generate the config file and the syringe iteration file.
  2. Run setupmode which loads the config, resets the system and loads the first 50 syringes to EEPROM
  3. Run operation mode for running the system, remember that the syringe iteration file (sampleTB.csv) is still needed for the operation mode.

Notes

Remeber that the built in libraries from Arudino 1.8 are needed, i.e SPI.h, EEPROM.h etc, but also the Arudion libraries saved in the github repo are needed. These libraries are modified to work with this code and thus the ones from the github repo are needed.

Clone this wiki locally