Difference between revisions of "CEM DT-8852"

From sigrok
Jump to navigation Jump to search
Line 131: Line 131:
| 0x30
| 0x30
| 0
| 0
|  
| Measurement range 30-80 dB
|-
|-
| 0x40
| 0x40
| 0
| 0
|  
| Measurement range 30-130 dB (auto)
|-
|-
| 0x4b
| 0x4b
| 0
| 0
|  
| Measurement range 50-100 dB
|-
|-
| 0x04c
| 0x04c
| 0
| 0
|  
| Measurement range 80-130 dB


|}
|}

Revision as of 01:19, 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 in BCD; first nibble unknown
0x07 0
0x08 0
0x0a 0
0x0b 1
0x0c 0
0x0d 2 Current measurement as shown on the display, multiplied by 10, in BCD
0x0e 0
0x11 0
0x19 0
0x1a 0
0x1b 0 Frequency weighting dBA
0x1c 0 Frequency weighting dBC
0x1f 0
0x30 0 Measurement range 30-80 dB
0x40 0 Measurement range 30-130 dB (auto)
0x4b 0 Measurement range 50-100 dB
0x04c 0 Measurement range 80-130 dB

Resources

TODO.