Skip to content

Digitizer ADC Calibration

Samuel Ross Meehan requested to merge digitizer-calibration into master

This is a merge request that has implemented a new standalone executable to perform a calibration of the ADC front ends on the "old" digitizer board in the B21 sci-lab. This is available when building the digitizer module standalone. It can be run with a command like :

./CalibrateADC -i 192.168.122.2 -r 0x04320000

This has been added to the README.md of the digitizer module itself.

Merge request reports