Difference between revisions of "UNI-T UT181A"
Jump to navigation
Jump to search
(adjust cables, link to external lib and protocol doc, resources section) |
|||
Line 2: | Line 2: | ||
| image = [[File:UNI-T-UT181A.jpg|180px]] | | image = [[File:UNI-T-UT181A.jpg|180px]] | ||
| name = UNI-T UT181A | | name = UNI-T UT181A | ||
| status = | | status = planned | ||
| source_code_dir = | | source_code_dir = | ||
| counts = 60000 | | counts = 60000 | ||
| categories = CAT IV (600V) / CAT III (1000V) | | categories = CAT IV (600V) / CAT III (1000V) | ||
| connectivity = [[Device_cables#UNI-T_UT- | | connectivity = [[Device_cables#UNI-T_UT-D09|USB]] / [[Device_cables#UNI-T_UT-D07A|BLE]] | ||
| measurements = voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature | | measurements = voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature | ||
| features = autorange, true-rms, data hold, min/max, | | features = autorange, true-rms, data hold, min/max, relative, bargraph, backlight, logging | ||
| website = [https://www.uni-trend.com/index.php?m=content&c=index&a=show&catid=148&id=16 uni-trend.com] | | website = [https://www.uni-trend.com/index.php?m=content&c=index&a=show&catid=148&id=16 uni-trend.com] | ||
}} | }} | ||
The '''UNI-T UT181A''' is a logging digital multimeter with PC connectivity. | |||
See [[Device cables#UNI-T_UT-D09]] and [[Device cables#UNI-T_UT-D07A]] for cables. | |||
Users need to enable communication in the meter's menu system before starting the application. | |||
== Protocol and usage == | |||
Currently there is no sigrok driver for the UT181A device. | |||
An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver. | |||
== Resources == | |||
https://github.com/antage/ut181a-cli | * [https://github.com/antage/ut181a-cli ut181a DMM library] and [https://github.com/antage/ut181a-cli ut181a-cli application] | ||
* [https://github.com/antage/ut181a/blob/master/Protocol.md UT181A protocol description] | |||
[[Category:Device]] | |||
[[Category:Multimeter]] | |||
[[Category:Planned]] | |||
Revision as of 22:04, 13 December 2019
Status | planned |
---|---|
Counts | 60000 |
IEC 61010-1 | CAT IV (600V) / CAT III (1000V) |
Connectivity | USB / BLE |
Measurements | voltage, current, resistance, capacitance, frequency, duty cycle, diode, continuity, temperature |
Features | autorange, true-rms, data hold, min/max, relative, bargraph, backlight, logging |
Website | uni-trend.com |
The UNI-T UT181A is a logging digital multimeter with PC connectivity. See Device cables#UNI-T_UT-D09 and Device cables#UNI-T_UT-D07A for cables. Users need to enable communication in the meter's menu system before starting the application.
Protocol and usage
Currently there is no sigrok driver for the UT181A device. An external MIT licensed project which was written in the Rust programming language also contains a description of the protocol, see the Resources section below. This will be useful in the creation of a sigrok driver.