-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calibration enhancement #176
Comments
The 6022Bx have self calibration functions and OpenHantek is using them. I planned on making the entire DeviceSpecification struct of the current device available in the settings including the offsets, but didn't have time for that yet. Would be awesome if you could contribute the offset part at least. |
I am OK to contribute. |
Self-calibration is a new feature in the development branch openhantek2 |
I tried to compile openhantek2... it fails linking CXX:[100%] Linking CXX executable OpenHantek
|
I did not write intentionally in bold ... Apologies |
Use the code tags next time :) can you please tell which compiler you are using? |
Output of cmake: lsb_release -a |
Latest commit 24714cc compiles OK. |
Hello,
Would it be possible to implement a calibration (automatic or manual ) ?
My DSO6022BE show a few mv on both channels when they are grounded, but not at the same level (Origin is obviously hardware)
I am thinking of a new option in settings menu, to offset a channel (automaticaly or manualy) by the voltage masured when probe is grounded.
The text was updated successfully, but these errors were encountered: