From 74929e9988e12bbf3af6d0d7fdcff38819d03b9f Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 27 Aug 2012 23:34:46 +0200 Subject: Add Tondaj SL-814 sound level meter UART dumps. --- uart/tondaj_sl-814/README | 31 +++++++++++++++++++++++++ uart/tondaj_sl-814/sl-814_uart_init.sr | Bin 0 -> 3381 bytes uart/tondaj_sl-814/sl-814_uart_init_and_run.sr | Bin 0 -> 3466 bytes uart/tondaj_sl-814/sl-814_uart_run.sr | Bin 0 -> 3477 bytes 4 files changed, 31 insertions(+) create mode 100644 uart/tondaj_sl-814/README create mode 100644 uart/tondaj_sl-814/sl-814_uart_init.sr create mode 100644 uart/tondaj_sl-814/sl-814_uart_init_and_run.sr create mode 100644 uart/tondaj_sl-814/sl-814_uart_run.sr (limited to 'uart/tondaj_sl-814') diff --git a/uart/tondaj_sl-814/README b/uart/tondaj_sl-814/README new file mode 100644 index 0000000..0c36e37 --- /dev/null +++ b/uart/tondaj_sl-814/README @@ -0,0 +1,31 @@ +------------------------------------------------------------------------------- +Tondaj SL-814 UART +------------------------------------------------------------------------------- + +This is a set of example captures of the serial (UART) data of a +Tondaj SL-814 sound level meter. + +The communication happens at 9600 baud, 8e1. + +Details: +TODO + + +Logic analyzer setup +-------------------- + +The logic analyzer used was a Saleae Logic (at 1MHz): + + Probe UART + ---------------- + 1 (black) RX + 2 (brown) TX + + +Data +---- + +The sigrok command line used was: + + sigrok-cli -d fx2lafw:samplerate=1mhz --time 3s -p 1=RX,2=TX -o .sr + diff --git a/uart/tondaj_sl-814/sl-814_uart_init.sr b/uart/tondaj_sl-814/sl-814_uart_init.sr new file mode 100644 index 0000000..a0b5e5f Binary files /dev/null and b/uart/tondaj_sl-814/sl-814_uart_init.sr differ diff --git a/uart/tondaj_sl-814/sl-814_uart_init_and_run.sr b/uart/tondaj_sl-814/sl-814_uart_init_and_run.sr new file mode 100644 index 0000000..3499b5e Binary files /dev/null and b/uart/tondaj_sl-814/sl-814_uart_init_and_run.sr differ diff --git a/uart/tondaj_sl-814/sl-814_uart_run.sr b/uart/tondaj_sl-814/sl-814_uart_run.sr new file mode 100644 index 0000000..eab1fbd Binary files /dev/null and b/uart/tondaj_sl-814/sl-814_uart_run.sr differ -- cgit v1.2.3-54-g00ecf