Hantek 6022BE

From sigrok
Revision as of 03:29, 14 March 2016 by Uwe Hermann (talk | contribs)
Jump to navigation Jump to search
Hantek 6022BE

The Hantek 6022BE is a USB-based, 2-channel oscilloscope with an analog bandwidth of 20MS/s and 48MS/s sampling rate.

See Hantek_6022BE/Info for more details (such as lsusb -v output) about the device.

Hardware

Photos

Another teardown:

Protocol

Oscilloscope command bRequest value Notes
Set CH0 voltage range 0xE0 Possible values: 1,2,5,10 (5V, 2.5V, 1V, 500mV).
Set CH1 voltage range 0xE1 Possible values: 1,2,5,10 (5V, 2.5V, 1V, 500mV).
Set sampling rate 0xE2 Possible values: 48, 30, 24, 16, 8, 4, 1 (MHz) and 50,20,10 (*10kHz).
Trigger oscilloscope 0xE3 Possible values: 1 == start sampling.
Set number of channels 0xE4 Possible values: 1, 2.

Firmware

We use the open-source firmware file hantek-6022be.fw from sigrok-firmware-fx2lafw for this device. The firmware was originally written by Jochen Hoenicke (see README for details), thanks a lot!

The protocol of the open-source firmware we use (see below) is similar, but not identical, to the vendor's firmware protocol. The vendor firmware was originally reverse engineered and documented for the Hantek6022API project. The open-source implementation was done from scratch, though.

Note: The firmware is not flashed into the device permanently! You need to only make it available in the usual place where libsigrok looks for firmware files, it will be used automatically (and "uploaded" to the Cypress FX2's SRAM every time you attach the 6022BE to a USB port).

Resources