kanflo / opendps

Give your DPS5005 the upgrade it deserves

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Skip parts of calibration

buffedelic opened this issue · 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?

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.

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