Difference between revisions of "Voltcraft DL-161S"

From sigrok
Jump to navigation Jump to search
Line 105: Line 105:
| style="width: 1em;" |
| style="width: 1em;" |
| style="width: 3em;" | 15
| style="width: 3em;" | 15
| ?
| Alarm low threshold
|-
|-
| style="width: 1em;" |
| style="width: 1em;" |
| style="width: 3em;" | 16
| style="width: 3em;" | 16
| ?
| Alarm high threshold
|}
|}



Revision as of 10:54, 25 July 2013

Voltcraft DL-161S
Voltcraft DL-161S.png
Status planned
Connectivity USB
Frequency range 31.5Hz - 8kHz
Measurement range (A) 30dB - 130dB
Accuracy (94dB@1kHz) 1.4dB
Frequency weighting A, C
Time weighting F, S
Standards IEC 61672-1 Class 2
Website Voltcraft

The Voltcraft DL-161S is a sound level meter with USB connectivity.

See Voltcraft DL-161S/Info for more details (such as lsusb -vvv output) about the device.

This is a rebadged CEM DT-173.

Hardware

TODO

Photos

Protocol

The host sends commands and receives responses via a virtual serial port, with USB bulk endpoint 2 as a backend. A command consists of a single byte followed by any arguments to the command.

Command Response Description
0x0e 0xff Configure device
1-2 Length of data to follow, as a little-endian integer.
3 ?
4 ?
5 Sample interval 1-7, representing 50ms, 500ms, 1s, 2s, 5s, 10s, 60s respectively.
6 Last two digits of year, e.g. 0x0d for 2013
7 Month, 1-12
8 Day of month, 1-31
9 Hours
10 Minutes
11 Seconds
12 ?
13 ?
14 Number of samples to acquire.
15 Alarm low threshold
16 Alarm high threshold

Resources