Difference between revisions of "Kecheng KC-330B"

From sigrok
Jump to navigation Jump to search
Line 35: Line 35:
== Protocol ==
== 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.
{| border="0" width="95%" class="alternategrey sigroktable"
|-
! Command
! Response
! Description
|-
| 0x02
| 0x82 + length byte + device model (ASCII)
| Identify
|-
| 0x03 + 6 bytes configuration
| 0x83
| Configure device
|}


[[Category:Device]]
[[Category:Device]]
[[Category:Sound level meter]]
[[Category:Sound level meter]]
[[Category:In progress]]
[[Category:In progress]]

Revision as of 00:01, 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
0x02 0x82 + length byte + device model (ASCII) Identify
0x03 + 6 bytes configuration 0x83 Configure device