Difference between revisions of "Hantek iDSO1070A"

From sigrok
Jump to navigation Jump to search
m
m (added wifi module info)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox oscilloscope
{{Infobox oscilloscope
| image              = [[File:2CH-70-Hantek-iDSO1070A-iPhone-iPad-Android.jpg|180px]]
| image              =  
| name                = Hantek iDSO1070A
| name                = Hantek iDSO1070A
| status              = planned
| source_code_dir    =
| channels            = 2
| channels            = 2
| samplerate          = 250MS/s (125 for 2 channels)
| samplerate          = 250MS/s (125 for 2 channels)
Line 12: Line 14:
| display            = none
| display            = none
| connectivity        = USB / WiFi
| connectivity        = USB / WiFi
| features            =
| website            = [http://www.hantek.com/en/ProductDetail_2_31.html hantek.com]
| website            = [http://www.hantek.com/en/ProductDetail_2_31.html hantek.com]
}}
}}
Line 20: Line 23:


* '''Main chip''': [http://www.xilinx.com/support/documentation/spartan-3an_data_sheets.htm Xilinx Spartan XC3S50A] ([http://www.xilinx.com/support/documentation/data_sheets/ds557.pdf datasheet])
* '''Main chip''': [http://www.xilinx.com/support/documentation/spartan-3an_data_sheets.htm Xilinx Spartan XC3S50A] ([http://www.xilinx.com/support/documentation/data_sheets/ds557.pdf datasheet])
* '''Wifi module''': [http://en.mxchip.com/product/wifi_product/39 MxChip EMW3162] ([http://en.mxchip.com/download/getFiles/57391c8444837.pdf/Datasheet.pdf datasheet])
* '''Main oscillator''': 50MHz 50.000 YX FH
* '''Main oscillator''': 50MHz 50.000 YX FH


Line 25: Line 30:


<gallery>
<gallery>
File:2CH-70-Hantek-iDSO1070A-iPhone-iPad-Android.jpg|<small>Hantek iDSO1070A Front</small>
File:Hantek_iDSO1070A_inside1_front.JPG|<small>PCB, top</small>
File:Hantek_iDSO1070A_inside1_back.JPG|<small>PCB, bottom</small>
File:Hantek_iDSO1070A_channel_module.JPG|<small>Channel module</small>
File:Hantek_iDSO1070A_wifi_module.JPG|<small>WiFi Module</small>
File:Hantek_iDSO1070A_detail_1.JPG|<small>Detail</small>
</gallery>
</gallery>
== Notes ==
* Has been found cross channel interference. To observe this just connect Channel 1 to 5V DC and it is possible to see the shift of Channel 2 zero offset.


== Protocol ==
== Protocol ==
[https://github.com/hhornbacher/idso1070-protocol Reverse engineered implementation of the protocol]


== Resources ==
== Resources ==
Line 35: Line 49:
[[Category:Device]]
[[Category:Device]]
[[Category:Oscilloscope]]
[[Category:Oscilloscope]]
[[Category:Planned]]

Latest revision as of 11:07, 24 December 2018

Hantek iDSO1070A
Status planned
Channels 2
Samplerate 250MS/s (125 for 2 channels)
Analog bandwidth 70MHz
Vertical resolution 8bit
Triggers CH1, CH2, EXT (all hardware)
Input impedance 1MΩ‖25pF
Memory ?
Display none
Connectivity USB / WiFi
Website hantek.com

The Hantek iDSO1070A is a USB/WiFi-based, 2-channel oscilloscope with an analog bandwidth of 70MHz and 250MS/s sampling rate.

Hardware

  • Main oscillator: 50MHz 50.000 YX FH

Photos

Notes

  • Has been found cross channel interference. To observe this just connect Channel 1 to 5V DC and it is possible to see the shift of Channel 2 zero offset.

Protocol

Reverse engineered implementation of the protocol

Resources