Difference between revisions of "Voltcraft DL-161S"

From sigrok
Jump to navigation Jump to search
(Created page with "{{Infobox sound level meter | image = 180px | name = Voltcraft DL-161S | status = planned | source_cod...")
 
Line 32: Line 32:
== Protocol ==
== Protocol ==


TODO.
The host sends commands and receives responses via bulk endpoint 2. A command consists of a single byte followed by any arguments to the command.
 
{| border="0" width="100%" class="alternategrey sigroktable"
|-
! Command
! Response
! Description
 
|-
| 0x0e
| 0xff
| '''Configure device'''
 
|-
|
|
| style="padding: 0; font-size: smaller;" |
{| border="0" width="100%" style="margin: 0; border-collapse: collapse;" class="alternategrey"
|-
| style="width: 1em;" |
| style="width: 3em;" | 1-2
| Length of data to follow, as a little-endian integer.
|-
| style="width: 1em;" |
| style="width: 3em;" | 3
| ?
|-
| style="width: 1em;" |
| style="width: 3em;" | 4
| ?
|-
| style="width: 1em;" |
| style="width: 3em;" | 5
| Last two digits of year, e.g. 0x0d for 2013
|-
| style="width: 1em;" |
| style="width: 3em;" | 6
| Month, 1-12
|-
| style="width: 1em;" |
| style="width: 3em;" | 7
| Day of month, 1-31
|-
| style="width: 1em;" |
| style="width: 3em;" | 8
| Hours
|-
| style="width: 1em;" |
| style="width: 3em;" | 9
| Minutes
|-
| style="width: 1em;" |
| style="width: 3em;" | 10
| Seconds
|-
| style="width: 1em;" |
| style="width: 3em;" | 11
| ?
|-
| style="width: 1em;" |
| style="width: 3em;" | 12
| ?
|-
| style="width: 1em;" |
| style="width: 3em;" | 13
| ?
|-
| style="width: 1em;" |
| style="width: 3em;" | 14
| ?
|-
| style="width: 1em;" |
| style="width: 3em;" | 15
| ?
|}
 
|}


== Resources ==
== Resources ==

Revision as of 10:41, 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 bulk endpoint 2. 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 Last two digits of year, e.g. 0x0d for 2013
6 Month, 1-12
7 Day of month, 1-31
8 Hours
9 Minutes
10 Seconds
11 ?
12 ?
13 ?
14 ?
15 ?

Resources