Difference between revisions of "Hantek DSO-220"

From sigrok
Jump to navigation Jump to search
Line 13: Line 13:
* '''USB''': Cypress EZ-USB AN2131QC ([https://media.digikey.com/pdf/Data%20Sheets/Cypress%20PDFs/AN2131SC,QC,AN2135SC,36SC.pdf datasheet])
* '''USB''': Cypress EZ-USB AN2131QC ([https://media.digikey.com/pdf/Data%20Sheets/Cypress%20PDFs/AN2131SC,QC,AN2135SC,36SC.pdf datasheet])
* '''I2C EEPROM''': Unknown (die marking masked on all photos I've seen)
* '''I2C EEPROM''': Unknown (die marking masked on all photos I've seen)
* '''SRAM (64KB)''': 2x ISSI IS62LV256 32K x 8 Low Voltage Static RAM ([https://media.digikey.com/pdf/Data%20Sheets/ISSI%20PDFs/IS62LV256.pdf datasheet])
* '''SRAM (64KB)''': 2x ISSI IS62LV256L-15T 32K x 8 Low Voltage CMOS Static RAM ([https://www.digchip.com/datasheets/download_datasheet.php?id=446931&part-number=IS62LV256L datasheet])
* '''Dual 4-channel analog multiplexer/demultiplexer''': 74HCT4052 ([https://assets.nexperia.com/documents/data-sheet/74HC_HCT4052.pdf datasheet])
* '''ADC''': Texas Instruments ADC1175-50 8-Bit, 50 MSPS, 125mW A/D Converter ([https://www.ti.com/lit/ds/symlink/adc1175-50.pdf?ts=1592690570571&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FADC1175-50 datasheet])
* '''Dual 4-channel analog multiplexer/demultiplexer''': 74HC4052 ([https://assets.nexperia.com/documents/data-sheet/74HC_HCT4052.pdf datasheet])
* '''Crystal''': 60MHz
* '''Crystal''': 60MHz


There is an unpopulated JTAG header for the CPLD labeled J8. Its pinout is as follows:
There is an unpopulated JTAG header for the CPLD labeled J8. Its pinout is as follows:
# +3.3v (pin 1 has a square pad)
# +3.3V (pin 1 has a square pad)
# TCK
# TCK
# TDI
# TDI

Revision as of 06:51, 21 June 2020

Voltcraft DSO-220

The Voltcraft DSO-220 is a USB-based, 2-channel oscilloscope with an analog bandwidth of 20MHz and 60MS/s sampling rate.

This is a rebadged Hantek DSO-220.

See Voltcraft DSO-220/Info for more details (such as lsusb -vvv output) about the device.

Hardware

The PCB does not look professionally assembled; both my unit and the unit in the mikrocontroller.net teardown linked below appear to have most components, including SMD ones, hand-soldered. There are clear reworks present, with SMD resistors bridging between through-hole pads on the underside of the board.

  • Main chip: Xilinx XC95144XL CPLD (JTAG IDCODE 0x59608093) (datasheet)
  • USB: Cypress EZ-USB AN2131QC (datasheet)
  • I2C EEPROM: Unknown (die marking masked on all photos I've seen)
  • SRAM (64KB): 2x ISSI IS62LV256L-15T 32K x 8 Low Voltage CMOS Static RAM (datasheet)
  • ADC: Texas Instruments ADC1175-50 8-Bit, 50 MSPS, 125mW A/D Converter (datasheet)
  • Dual 4-channel analog multiplexer/demultiplexer: 74HC4052 (datasheet)
  • Crystal: 60MHz

There is an unpopulated JTAG header for the CPLD labeled J8. Its pinout is as follows:

  1. +3.3V (pin 1 has a square pad)
  2. TCK
  3. TDI
  4. TDO
  5. TMS
  6. GND

Photos

TODO.

Protocol

TODO.

Resources