Difference between revisions of "Brymen BM869"

From sigrok
Jump to navigation Jump to search
(Created page with "{{Infobox multimeter | image = File:Bm869_mugshot.png | name = Brymen BM869 | status = in progress | source_code_dir = brymen-bm86x | counts ...")
 
(→‎Resources: Fix links)
 
(5 intermediate revisions by 2 users not shown)
Line 2: Line 2:
| image          = [[File:Bm869_mugshot.png]]
| image          = [[File:Bm869_mugshot.png]]
| name            = Brymen BM869
| name            = Brymen BM869
| status          = in progress
| status          = supported
| source_code_dir = brymen-bm86x
| 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 ==


It is described by Brymen in a document named 500000count-professional-dual-display-DMMs-protocol.pdf which is part of their [http://www.brymen.com.tw/product-html/software-download/ BM860-Bs86x windows software distribution].
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.tw/product-html/software-download/ Brymen protocol description and software]
* [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)


[[Category:Device]]
[[Category:Device]]
[[Category:Multimeter]]
[[Category:Multimeter]]
[[Category:In progress]]
[[Category:Supported]]

Latest revision as of 21:04, 17 May 2021

Brymen BM869
Bm869 mugshot.png
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:

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