Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Day to day operating procedure for the temperature array should proceed approximately as follows: 

Run the acquisition command from the control computer command line: 

$ cd ~/Documents/sampling/arduino/

$ seqTimeSec=301

$ averageTimeSec=10
$ sudo a+rw /dev/ttyACM0  #Check which dev port the arduino is assigned - typically ttyACM0 or ttyACM2

$ python3 ReadDataFromJimArduinoCircuit.py "/dev/ttyACM0" $seqTimeSec  $averageTimeSec

  • No labels