Difference between revisions of "Voltcraft DL-161S"
Jump to navigation
Jump to search
Line 145: | Line 145: | ||
| style="width: 3em;" | 16 | | style="width: 3em;" | 16 | ||
| Alarm high threshold | | Alarm high threshold | ||
|} | |||
|- | |||
| 0x0d | |||
| 0xff | |||
| '''Get stored measuremen count''', 2 bytes payload: | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | 1-2 | |||
| <i>Always 0x0000?</i> | |||
|- | |||
| | |||
| | |||
| Response has 3 byte payload, representing the number of stored samples as a little-endian integer. | |||
|- | |||
| 0x0f | |||
| | |||
| '''Get stored measurements''', 2 bytes payload is offset into buffer (<i>as pages? page size?</i>) | |||
|- | |||
| | |||
| | |||
| 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 | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | 2 | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | 3 | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | 4 | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | 5 | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | 6 | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | | |||
| | |||
|- | |||
| style="width: 1em;" | | |||
| style="width: 3em;" | | |||
| | |||
|} | |} | ||
Revision as of 14:04, 25 July 2013
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 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0x0c | 0xff | Calibrate device, 2 bytes payload: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1 | Calibration value, as a signed integer between -10 and 10, where 1 represents 0.1 dB | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2 | Unused (0x00) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0x0e | 0xff | Configure device | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0x0d | 0xff | Get stored measuremen count, 2 bytes payload: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||
1-2 | Always 0x0000? | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Response has 3 byte payload, representing the number of stored samples as a little-endian integer. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
0x0f | Get stored measurements, 2 bytes payload is offset into buffer (as pages? page size?) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|