Difference between revisions of "CEM DT-8852"
Jump to navigation
Jump to search
Line 82: | Line 82: | ||
|- | |- | ||
| 0x08 | | 0x08 | ||
| 0 | |||
| | |||
|- | |||
| 0x0a | |||
| 0 | | 0 | ||
| | | | ||
Line 122: | Line 126: | ||
|- | |- | ||
| 0x1f | | 0x1f | ||
| 0 | |||
| | |||
|- | |||
| 0x30 | |||
| 0 | |||
| | |||
|- | |||
| 0x40 | |||
| 0 | | 0 | ||
| | | | ||
|- | |- | ||
| 0x4b | | 0x4b | ||
| 0 | |||
| | |||
|- | |||
| 0x04c | |||
| 0 | | 0 | ||
| | | |
Revision as of 00:16, 5 June 2013
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
- Holtek HT49R70A microcontroller
- Silicon Labs CP2102 USB-serial interface
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 | |
0x40 | 0 | |
0x4b | 0 | |
0x04c | 0 |
Resources
TODO.