Difference between revisions of "Victor 70C"
Jump to navigation
Jump to search
Uwe Hermann (talk | contribs) m |
|||
(36 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
[[File:Victor 70C | {{Infobox multimeter | ||
| image = [[File:Victor_70C.png|180px]] | |||
| name = Victor 70C | |||
| status = supported | |||
| source_code_dir = serial-dmm | |||
| counts = 6000 | |||
| categories = CAT II | |||
| connectivity = USB (standard cable) | |||
| measurements = voltage, current, resistance, continuity, diode, capacitance, frequency, temperature | |||
| features = max/min, data hold, relative, backlight | |||
| website = [http://www.china-victor.com/english/en/product_data.aspx?ClassID=168&ID=121 china-victor.com] | |||
}} | |||
The Victor 70C is | The '''Victor 70C''' is a 6000 counts, CAT II handheld digital multimeter with USB connectivity. | ||
It | It is also sold as the [http://github.com/mvneves/victor70c#victor70c-software-for-linux EZA EZ-735]. | ||
See [[Victor 70C/Info]] for more details (such as '''lsusb -v''' output) about the device. | |||
* [http://datasheet.octopart.com/HEF4066BT-Philips-datasheet-87533.pdf HEF4066BT] quadruple bilateral switches | == Hardware == | ||
* [http://www.ic-fortune.com/upload/Download/FS9922-DMM4-DS-11_EN.pdf Fortune Semiconductor FS9922-DMM4] multimeter chip | |||
* [http://datasheet.octopart.com/HEF4066BT-Philips-datasheet-87533.pdf NXP HEF4066BT] quadruple bilateral switches | |||
* [http://datasheet.octopart.com/TC7660EOA-Microchip-datasheet-1009.pdf Microchip TC7660E] charge pump DC-to-DC voltage converter | |||
* [http://datasheet.octopart.com/TLC27L2CP-Texas-Instruments-datasheet-151061.pdf Texas Instruments 27L2C] precision dual op-amp | |||
* Unknown USB interface chip (HID) | |||
Note: the USB/HID chip is ''in the multimeter'' (not in the USB cable/connector) for this device. The device is connected to the PC using a standard USB cable (without any internal logic/chip). | |||
== Photos == | |||
<gallery> | |||
File:Victor 70C.jpg|<small>Device, front</small> | |||
File:Victor 70C PCB top.jpg|<small>PCB, front</small> | |||
File:Victor 70C PCB bottom.jpg|<small>PCB, bottom</small> | |||
File:Victor 70C LCD controller.jpg|<small>DMM/LCD chip</small> | |||
File:Victor 70C HEF4066BT.jpg|<small>NXP HEF4066BT</small> | |||
File:Victor 70C TC7660E.jpg|<small>Microchip TC7660E</small> | |||
File:Victor 70C 27L2C.jpg|<small>TI 27L2C</small> | |||
File:Victor 70C LCD.jpg|<small>LCD</small> | |||
</gallery> | |||
== Protocol == | |||
See [[Victor protocol]]. | |||
== Resources == | |||
* [https://web.archive.org/web/20160527152655/http://homepage.ntlworld.com/green_bean/coffee/roastlogger/dmmdetails.html RoastLogger: Input Devices] (Victor Victor 86B/86C support) | |||
* [http://www.daveansell.co.uk/?q=node/44 Dave Ansell Science Communication: Victor 86C multimeter USB encoding for linux] (PHP) | |||
* [https://web.archive.org/web/20170104171210/https://code.google.com/archive/p/victor86b-usb-interface/ victor86b-usb-interface: USB interface for Victor 86B Digital Multimeter using HIDAPI] (see also [http://www.codeproject.com/Articles/310547/USB-Digital-Multimeter-Driver-using-HIDAPI here]) | |||
* [https://github.com/mvneves/victor70c Github: victor70c] (HIDAPI) | |||
* [http://translate.google.com/translate?hl=de&sl=zh-CN&tl=en&u=http%3A%2F%2Fmytes.blog.163.com%2Fblog%2Fstatic%2F24568310201163010029970%2F Random review / photos] | |||
[[Category:Device]] | |||
[[Category:Multimeter]] | |||
[[Category:Supported]] |
Latest revision as of 19:29, 15 June 2019
Status | supported |
---|---|
Source code | serial-dmm |
Counts | 6000 |
IEC 61010-1 | CAT II |
Connectivity | USB (standard cable) |
Measurements | voltage, current, resistance, continuity, diode, capacitance, frequency, temperature |
Features | max/min, data hold, relative, backlight |
Website | china-victor.com |
The Victor 70C is a 6000 counts, CAT II handheld digital multimeter with USB connectivity.
It is also sold as the EZA EZ-735.
See Victor 70C/Info for more details (such as lsusb -v output) about the device.
Hardware
- Fortune Semiconductor FS9922-DMM4 multimeter chip
- NXP HEF4066BT quadruple bilateral switches
- Microchip TC7660E charge pump DC-to-DC voltage converter
- Texas Instruments 27L2C precision dual op-amp
- Unknown USB interface chip (HID)
Note: the USB/HID chip is in the multimeter (not in the USB cable/connector) for this device. The device is connected to the PC using a standard USB cable (without any internal logic/chip).
Photos
Protocol
See Victor protocol.
Resources
- RoastLogger: Input Devices (Victor Victor 86B/86C support)
- Dave Ansell Science Communication: Victor 86C multimeter USB encoding for linux (PHP)
- victor86b-usb-interface: USB interface for Victor 86B Digital Multimeter using HIDAPI (see also here)
- Github: victor70c (HIDAPI)
- Random review / photos