Difference between revisions of "Brymen BM869"

From sigrok
Jump to navigation Jump to search
(explicitly mention BM869s as supported)
(→‎Resources: Fix links)
 
Line 62: Line 62:
== Resources ==
== Resources ==


* [http://www.brymen.com.tw/product-html/software-download/ Brymen protocol description and software] (dead link?)
* [http://www.brymen.com/PD02BM860s_usersmanualDL.html Manual]
* [http://brymen.com/product-html/images/DownloadList/ProtocolList/BM860-BM860s_List/BM860-BM860s-500000-count-dual-display-DMMs-protocol.pdf BM860(s) protocol description] (as of 2019-06-10)
* [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 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