Difference between revisions of "Kecheng KC-330B"

From sigrok
Jump to navigation Jump to search
Line 42: Line 42:
! Response
! Response
! Description
! Description
|-
| 0x01 + 6 bytes
| 0x81
| Configure
|-
| colspan="3" 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
| Sample rate 0-6, representing 125ms, 500ms, 1s, 2s, 5s, 10s, 60s respectively.
|-
| style="width: 1em;" |
| style="width: 3em;" | 2
| Alarm low threshold
|-
| style="width: 1em;" |
| style="width: 3em;" | 3
| Alarm high threshold
|-
| style="width: 1em;" |
| style="width: 3em;" | 4
| Time weighting: 0=Fast, 1=Slow
|-
| style="width: 1em;" |
| style="width: 3em;" | 5
| Frequency weighting: 0=dBA, 1=dBC
|-
| style="width: 1em;" |
| style="width: 3em;" | 6
| Data source: 0=memory, 1=real time
|}
|-
|-
| 0x02
| 0x02
| 0x82 + length byte + device model (ASCII)
| 0x82 + length byte + device model (ASCII)
| Identify
| Identify
|-
|-
| 0x03 + 6 bytes configuration
| 0x03 + 6 bytes
| 0x83
| 0x83
| Configure device
| ?
 
|-
| colspan="3" 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
| ?
|}
|}
|}



Revision as of 00:53, 18 June 2013

Kecheng KC-330B
Kecheng KC-330B.png
Status in progress
Connectivity USB
Measurement range (A) 30dB - 130dB
Resolution 0.1dB
Accuracy (94dB@1kHz) 1.5dB
Frequency weighting A, C
Time weighting F, S

The Kecheng KC-330B is a sound level meter and data logger with USB connectivity.

See Kecheng KC-330B/Info for more details (such as lsusb -vvv output) about the device.

Hardware

Photos

Protocol

The host sends commands to the device via endpoint 2, and receives responses via endpoint 1. A command consists of a single byte, with the MSB (bit 7) cleared, followed by any arguments to the command. The response from the device consists of at least one byte: the command, with the MSB set.

Command Response Description
0x01 + 6 bytes 0x81 Configure
1 Sample rate 0-6, representing 125ms, 500ms, 1s, 2s, 5s, 10s, 60s respectively.
2 Alarm low threshold
3 Alarm high threshold
4 Time weighting: 0=Fast, 1=Slow
5 Frequency weighting: 0=dBA, 1=dBC
6 Data source: 0=memory, 1=real time
0x02 0x82 + length byte + device model (ASCII) Identify
0x03 + 6 bytes 0x83 ?
1 ?
2 ?
3 ?
4 ?
5 ?
6 ?