How to calibrate offsets and gain? #276
-
Please excuse my complete newbie question. This my first time on GitHub and first time asking a question. I am guessing however that I am not the only one with this problem. I see offsets on the channels and after spending days researching how to calibrate I am at my wits end with how to do it. I have found https://github.com/Ho-Ro/Hantek6022API and calibrate_6022.py and https://github.com/Ho-Ro/Hantek6022API/blob/main/README.md#create-calibration-values-for-openhantek So please help me with a scope user's step by step guide to calibrate the 6022. I have a 6022BL and am running Openhantek6022 on Linux Mint 20.2 Cinnamon. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
TL;DR:install the lates Longer explanation:Hantek6022API started as a low-level project for developers, mainly targeted on the development of firmware (e.g. for OpenHantek6022) and during the years I wrote some tools also interesting for the user of the Hantek scope HW.
The typical GitHub development process starts by cloning from GitHub to your local computer. Get the link to the GitHub repo from the green If you read further down from Developed under Linux you will come to the line saying:
Start reading there, until it mentions:
This was the complete build and install process for developer - as a Mint user you do not need to build your own packages, just install the debian package. The step by step installation tutorial for Hantek6022API: Download the latest |
Beta Was this translation helpful? Give feedback.
-
The latest commit (unstable) provides a new approach for integrated online calibration regardless of OS:
On next start the calibration will be read and used until next change. |
Beta Was this translation helpful? Give feedback.
TL;DR:
install the lates
*.deb
package and typecalibrate_6022.py
in a terminal window.Longer explanation:
Hantek6022API started as a low-level project for developers, mainly targeted on the development of firmware (e.g. for OpenHantek6022) and during the years I wrote some tools also interesting for the user of the Hantek scope HW.
The typical GitHub development process starts by cloning from GitHub to your local …