Difference between revisions of "CEM DT-8852"

From sigrok
Jump to navigation Jump to search
Line 62: Line 62:
|-
|-
! Token
! Token
! Data
! Description
! Description
|-
| 0x02
| 0
| Time weighting Fast
|-
| 0x03
| 0
| Time weighting Slow
|-
| 0x06
| 3
| Current time
|-
| 0x07
| 0
|
|-
| 0x08
| 0
|
|-
| 0x0b
| 1
|
|-
| 0x0c
| 0
|
|-
|-
| 0x0d
| 0x0d
| 2
| Current measurement, as shown on the display
| Current measurement, as shown on the display
|-
| 0x0e
| 0
|
|-
| 0x11
| 0
|
|-
| 0x19
| 0
|
|-
| 0x1a
| 0
|
|-
| 0x1b
| 0
| Frequency weighting dBA
|-
| 0x1c
| 0
| Frequency weighting dBC
|-
| 0x1f
| 0
|
|-
| 0x4b
| 0
|


|}
|}

Revision as of 01:05, 5 June 2013

CEM DT-8852
CEM DT-8852.png
Status in progress
Connectivity USB
Frequency range 31.5Hz - 8kHz
Measurement range (A) 30dB - 130dB
Resolution 0.1dB
Accuracy (94dB@1kHz) 1.4dB
Frequency weighting A, C
Time weighting F, S
Standards IEC 61672-1 Class 2
Website cem-instruments.com

The CEM DT-8852 is an IEC 61672-1 class 2 compliant sound level meter with USB connectivity.

See CEM DT-8852/Info for more details (such as lsusb -vvv output) about the device.

Hardware

Photos

Protocol

The device communicates at 9600 baud, no parity, 8 data bits, and 1 stop bit (9600/8n1).

Current settings and measurements are continually streamed over the serial bus. Data is encapsulated in packets of between two and five bytes. The packets are structured as follows:

1 2 3 4 5
0xa5 Token Data

The number of data bytes depend on the token. These are the tokens:

Token Data Description
0x02 0 Time weighting Fast
0x03 0 Time weighting Slow
0x06 3 Current time
0x07 0
0x08 0
0x0b 1
0x0c 0
0x0d 2 Current measurement, as shown on the display
0x0e 0
0x11 0
0x19 0
0x1a 0
0x1b 0 Frequency weighting dBA
0x1c 0 Frequency weighting dBC
0x1f 0
0x4b 0

Resources

TODO.