Difference between revisions of "Brymen BM869"
(Supported) |
(→Resources: Fix links) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 3: | Line 3: | ||
| name = Brymen BM869 | | name = Brymen BM869 | ||
| status = supported | | status = supported | ||
| source_code_dir = | | source_code_dir = serial-dmm | ||
| counts = 50000, 500000(DCV), 99999(Hz) | | counts = 50000, 500000(DCV), 99999(Hz) | ||
| categories = CAT IV (1000V) | | categories = CAT IV (1000V) | ||
Line 13: | Line 13: | ||
The '''Brymen BM869''' is a 50000 counts (500000 DC), CAT IV (1000V) dual display handheld digital multimeter with USB connectivity. | The '''Brymen BM869''' is a 50000 counts (500000 DC), CAT IV (1000V) dual display handheld digital multimeter with USB connectivity. | ||
The '''BM869s''' is also supported, it uses the same cable and protocol. | |||
== Hardware == | == Hardware == | ||
Line 55: | Line 56: | ||
== Protocol == | == Protocol == | ||
The Brymen vendor describes the protocol in PDF documents which reside in the product's download section. There are instructions for both the USB (HID) communication as well as the layout of packets whose data bytes communicate measurement results. Individual bits represent LCD segments for digits including signs, and other indicators. Which is a common approach for other multimeter chipsets, too. | |||
Several document names were observed over time (500000count-professional-dual-display-DMMs-protocol.pdf, BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf). Download links kept changing their paths. They either referenced PDF files directly or ZIP files which contained PDF files. Software installations could also contain protocol descriptions, or protocol documentation was available for individual download. It's probably best to just start at the vendor's site and manually navigate the download area. | |||
== Resources == | == Resources == | ||
* [http://www.brymen.com. | * [http://www.brymen.com/PD02BM860s_usersmanualDL.html Manual] | ||
* [http://www.brymen.com/PD02BM860s_softwareDL.html Brymen protocol description and software] (as of 2021-05-17) | |||
* [http://www.eevblog.com/forum/testgear/brymen-ir-connection-protocol-anyone-sniffed-it-yet/ Brymen raw IR protocol reverse engineering and home made cable] (EEVBlog forum) | * [http://www.eevblog.com/forum/testgear/brymen-ir-connection-protocol-anyone-sniffed-it-yet/ Brymen raw IR protocol reverse engineering and home made cable] (EEVBlog forum) | ||
Latest revision as of 20:04, 17 May 2021
Status | supported |
---|---|
Source code | serial-dmm |
Counts | 50000, 500000(DCV), 99999(Hz) |
IEC 61010-1 | CAT IV (1000V) |
Connectivity | Infrared (USB) |
Measurements | voltage, current, frequency, duty cycle, resistance, continuity, conductance, diode, capacitance, temperature |
Features | autorange, data hold, min/max/avg, crest, backlight, true-rms, dBm, %4-20mA, VFD |
Website | brymen.com |
The Brymen BM869 is a 50000 counts (500000 DC), CAT IV (1000V) dual display handheld digital multimeter with USB connectivity. The BM869s is also supported, it uses the same cable and protocol.
Hardware
Multimeter:
- Multimeter IC: BTC AD-85-4 (hidden under metal shielding)
- Precision +2.5V Voltage reference: Analog Devices REF43
- True RMS-to-DC converter: Analog Devices AD636
- 4 Kb EEPROM: Seiko S-24CS04A.
- J-FET input op-amp: Three NMJ062 chips marked 062-JRC.
- Rail-to-Rail op-amp: Two Microchip MCP6021 probably dedicated to the two temperature sensors.
Cable: The Brymen BC-86X cable is designed to be used with the Brymen BM867 and BM869. See Device_cables#Brymen_BU-86X.
Photos
Multimeter:
Cable:
Protocol
The Brymen vendor describes the protocol in PDF documents which reside in the product's download section. There are instructions for both the USB (HID) communication as well as the layout of packets whose data bytes communicate measurement results. Individual bits represent LCD segments for digits including signs, and other indicators. Which is a common approach for other multimeter chipsets, too.
Several document names were observed over time (500000count-professional-dual-display-DMMs-protocol.pdf, BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf). Download links kept changing their paths. They either referenced PDF files directly or ZIP files which contained PDF files. Software installations could also contain protocol descriptions, or protocol documentation was available for individual download. It's probably best to just start at the vendor's site and manually navigate the download area.
Resources
- Manual
- Brymen protocol description and software (as of 2021-05-17)
- Brymen raw IR protocol reverse engineering and home made cable (EEVBlog forum)