opendps icon indicating copy to clipboard operation
opendps copied to clipboard

Skip parts of calibration

Open buffedelic opened this issue 4 years ago • 2 comments

I am struggling with the task of getting my current reading kind of correct. Voltage is spot on even with load up to 2A in rages of 1-5v. Can I get the calibration variables stored and skip the first part of calibration involving Vin and Vout?

buffedelic avatar Apr 12 '20 20:04 buffedelic

Hi, somehow for me more convinent and accurate is manual calibration, check commands like: ./dpsctl.py -d /dev/ttyUSB0 --screen settings

./dpsctl.py -d /dev/ttyUSB0 -c A_ADC_K=your calibration factor

./dpsctl.py -d /dev/ttyUSB0 -c A_ADC_C=your calibration factor

./dpsctl.py -d /dev/ttyUSB0 -p A_DAC=100

./dpsctl.py -d /dev/ttyUSB0 --screen main

or check manual for the script.

polihedron avatar May 11 '20 13:05 polihedron

I think -cr might give you all the calibration values as well, not sure

Xenoamor avatar May 14 '20 13:05 Xenoamor