Difference between revisions of "CEM DT-8852"
Jump to navigation
Jump to search
Line 40: | Line 40: | ||
== Protocol == | == 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: | |||
{| border="0" width="30em" class="alternategrey sigroktable" | |||
|- | |||
| style="width: 3em; text-align: center;" | 1 | |||
| style="width: 3em; text-align: center;" | 2 | |||
| style="width: 3em; text-align: center;" | 3 | |||
| style="width: 3em; text-align: center;" | 4 | |||
| style="width: 3em; text-align: center;" | 5 | |||
|- | |||
| 0xa5 | |||
| Token | |||
| colspan="3" | Data | |||
|} | |||
The number of data bytes depend on the token. These are the tokens: | |||
{| border="0" width="95%" class="alternategrey sigroktable" | |||
|- | |||
! Token | |||
! Description | |||
|- | |||
| 0x0d | |||
| Current measurement, as shown on the display | |||
|} | |||
== Resources == | == Resources == |
Revision as of 23:51, 4 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 | Description |
---|---|
0x0d | Current measurement, as shown on the display |
Resources
TODO.