Difference between revisions of "BENNING MM 12"
m |
|||
Line 14: | Line 14: | ||
The '''BENNING MM 12''' is a 40000 counts, CAT IV (600V) / CAT III (1000V) dual display handheld digital multimeter with USB and Bluetooth LE connectivity. | The '''BENNING MM 12''' is a 40000 counts, CAT IV (600V) / CAT III (1000V) dual display handheld digital multimeter with USB and Bluetooth LE connectivity. | ||
It is based on the APPA 506B, See also: [[APPA | It is based on the APPA 506B, See also: [[APPA Multimeters]]. | ||
A driver supporting these APPA | A driver supporting these APPA-based devices ("appa-b" in sigrok) including the MM 12 has been created and will be included in mainline sigrok once it passes acception (more details in [https://github.com/sigrokproject/libsigrok/pull/99 pull request #99]). | ||
== Photos == | == Photos == |
Revision as of 09:36, 4 November 2020
Status | in progress |
---|---|
Source code | serial-dmm |
Counts | 40000 |
IEC 61010-1 | CAT III (1000V) / CAT IV (600V) |
Connectivity | Infrared (USB), Bluetooth LE |
Measurements | voltage, current, frequency, duty cycle, resistance, continuity, conductance, diode, capacitance, temperature |
Features | autorange, data hold, min/max/avg, crest, backlight, true-rms, dBm, dB, peak hold |
Website | benning.de |
The BENNING MM 12 is a 40000 counts, CAT IV (600V) / CAT III (1000V) dual display handheld digital multimeter with USB and Bluetooth LE connectivity.
It is based on the APPA 506B, See also: APPA Multimeters.
A driver supporting these APPA-based devices ("appa-b" in sigrok) including the MM 12 has been created and will be included in mainline sigrok once it passes acception (more details in pull request #99).
Photos
Examples: Establish data connection between sigrok and MM 12
Important: Driver is not (yet) part of mainline sigrok - see this repository in github if you want to use it already.
Serial/USB
Assuming the meter is turned on, plugged in and the usb-serial driver is loadad and up (should happen automatically). /dev/ttyUSB0 is used as an example.
List devices, if unsure what the serial port is:
# sigrok-cli --list-serial /dev/ttyUSB0 CP2102 USB to UART Bridge Controller - 2020y000231
Scan for MM 12 with USB/Serial connection:
$ sigrok-cli -d benning-mm12:conn=/dev/ttyUSB0 --scan
Show readings from connected meter:
$ sigrok-cli -d benning-mm12:conn=/dev/ttyUSB0 --continuous
Open in SmuView:
$ smuview --driver benning-mm12:conn=/dev/ttyUSB0
Bluetooth LE
Assuming the meter is turned on and bluetooth activated on the meter and the PC. Important: Your Bluetooth-Controller must support BLE.
Scan for BLE devices:
# sudo sigrok-cli --list-serial bt/appa-b/18-7A-93-BF-47-62 BENNING MM12 (BLE)
If your OS / UI supports it, you can also use the Bluetooth scanning capability from the system tray and pick the MAC address from the details there.
"18:7A:93:BF:47:62" acts as an example for the device address you will find. For sigrok the ":" must be replaced by "-" for now. That device address is used for the following examples, just replace it by the address of your own meter.
The full connection string then would look like this, as seen in the scanning result: bt/appa-b/18-7A-93-BF-47-62
Scan for MM 12 with BLE connection:
$ sigrok-cli -d benning-mm12:conn=bt/appa-b/18-7A-93-BF-47-62 --scan
Show readings from connected meter:
$ sigrok-cli -d benning-mm12:conn=bt/appa-b/18-7A-93-BF-47-62 --continuous
Open in SmuView:
$ smuview --driver benning-mm12:conn=bt/appa-b/18-7A-93-BF-47-62
Protocol
The protocol on Serial and BLE is the same for all of the APPA 150 / 208 / 506 based models.