You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[][commits]
3
+
[](https://github.com/OpenHantek/OpenHantek6022/releases)
[](https://github.com/OpenHantek/OpenHantek6022/commits/master)
OpenHantek6022 is a free software for **Hantek DSO6022** USB digital signal oscilloscopes that is actively developed on
15
11
[github.com/OpenHantek/OpenHantek6022](https://github.com/OpenHantek/OpenHantek6022) - but only for Hantek 6022BE/BL and compatible scopes (Voltcraft, Darkwire, Protek, Acetech, etc.).
16
12
@@ -20,18 +16,34 @@ but David [stopped maintaining](https://github.com/OpenHantek/openhantek/issues/
20
16
21
17
<p><imgalt="Image of main window on linux"width="100%"src="docs/images/screenshot_mainwindow.png"></p>
22
18
19
+
#### Content
20
+
*[About OpenHantek6022](#about-openhantek6022)
21
+
*[Features](#features)
22
+
*[AC coupling](#ac-coupling)
23
+
*[Continous Integration](#continous-integration)
24
+
*[Building OpenHantek6022 from source](#building-openhantek6022-from-source)
*[Specifications, features, limitations and developer documentation](#specifications--features--limitations-and-developer-documentation)
30
+
*[Contribute](#contribute)
31
+
*[Other DSO open source software](#other-dso-open-source-software)
32
+
*[Other related software](#other-related-software)
33
+
34
+
## About OpenHantek6022
23
35
* Supported devices:
24
-
* Hantek 6022BE and 6022BL as well as compatible scopes (e.g. Voltcraft DSO-2020).
25
-
* SainSmart DDS120 (thx [msiegert](https://github.com/msiegert)) - this device has a different analog front end
36
+
- Hantek 6022BE and 6022BL as well as compatible scopes (e.g. Voltcraft DSO-2020).
37
+
- SainSmart DDS120 (thx [msiegert](https://github.com/msiegert)) - this device has a different analog front end
26
38
and uses the [slightly improved sigrok firmware](https://github.com/Ho-Ro/sigrok-firmware-fx2lafw), which has [some limitations](https://sigrok.org/wiki/SainSmart_DDS120/Info#Open-source_firmware_details)
27
39
compared to the Hantek scopes (see [#69](https://github.com/OpenHantek/OpenHantek6022/issues/69#issuecomment-607341694)).
40
+
28
41
* Demo mode is provided by the `-d` or `--demoMode` command line option.
29
42
* Fully supported operating system: Linux; developed under debian stable for amd64 architecture.
30
43
* Raspberry Pi packages (raspbian stable) are available on the [Releases](https://github.com/OpenHantek/OpenHantek6022/releases) page, check this [setup requirement](docs/build.md#raspberrypi).
31
44
* Compiles under FreeBSD (packaging / installation: work in progress, thx [tspspi](https://github.com/tspspi)).
32
45
* Other operating systems builds: [Windows](docs/images/screenshot_mainwindow_win.png) (mostly untested) & macOS (completely untested).
33
-
34
-
**No support for non-Linux related issues unless a volunteer steps in!**
46
+
**No support for non-Linux related issues unless a volunteer steps in!**
35
47
* Uses [free open source firmware](https://github.com/Ho-Ro/Hantek6022API), no longer dependent on nonfree Hantek firmware.
36
48
* Extensive [User Manual](docs/OpenHantek6022_User_Manual.pdf) with technical specs and schematics.
37
49
@@ -67,15 +79,18 @@ but David [stopped maintaining](https://github.com/OpenHantek/openhantek/issues/
67
79
* French, German, Russian and Spanish localisation complete, Italian and Portuguese translation ongoing.
68
80
69
81
## AC coupling
70
-
*A [little HW modification](docs/HANTEK6022_AC_Modification.pdf) adds AC coupling. OpenHantek6022 supports this feature since v2.17-rc5 / FW0204.
82
+
A [little HW modification](docs/HANTEK6022_AC_Modification.pdf) adds AC coupling. OpenHantek6022 supports this feature since v2.17-rc5 / FW0204.
0 commit comments