]> sigrok.org Git - sigrok-dumps.git/log
sigrok-dumps.git
7 weeks agoavr_isp: add dump for ATmega328/P master github/master
Simon Ruderich [Sat, 10 Feb 2024 14:20:19 +0000 (15:20 +0100)]
avr_isp: add dump for ATmega328/P

18 months agoREADME: discuss installation of example captures
Gerhard Sittig [Sun, 2 Oct 2022 12:14:11 +0000 (14:14 +0200)]
README: discuss installation of example captures

The sigrok-dumps repository differs from other components in that it's
neither autotoolized nor uses cmake. Which results in the necessity to
specify non-obvious commands to install the captures without actually
building them.

Introduce an "Installing" README section. Provide example commands for
'make install' invocations.

18 months agoMakefile: use PREFIX in "make install", use DESTDIR in traditional ways
Gerhard Sittig [Sun, 2 Oct 2022 12:08:00 +0000 (14:08 +0200)]
Makefile: use PREFIX in "make install", use DESTDIR in traditional ways

Commit 4fafe8159940 as of 2012-05-14 introduced a simple "make install"
target. Unfortunately it used the DESTDIR variable to mean the location
where captures get installed to (relative to the target filesystem's
root). But traditionally DESTDIR is an optional "root directory" owned
by packagers or used for cross build installs. While the install location
within the filesystem should be relative to a --prefix spec which users
can control during build.

Use DESTDIR during installation in its traditional meaning, accept when
it's specified externally, but don't modify it locally. Use PREFIX to
mean the in-filesystem base directory which share/... gets appended to.
Provide a backwards compatible builtin, accept an external override.

  $ make PREFIX=${HOME} install
  $ make DESTDIR=$( pwd )/rootfs install

Add a developer comment. Ideally we would not have to roll DIY shell
commands, and use a higher level build tool instead. The reason that
this has not been done yet might be the portable construction of the
list of directories to install at compile time (a guess).

18 months agoMakefile: explicitly list which example capture subdirs to install
Gerhard Sittig [Sun, 2 Oct 2022 12:03:00 +0000 (14:03 +0200)]
Makefile: explicitly list which example capture subdirs to install

Commit 4fafe8159940 as of 2012-05-14 introduced a simple "make install"
target. The asterisk wildcard and the additional Makefile "negation" use
to work for clean checkouts, but are considered too greedy a pattern for
locally modified work areas during development.

Explicitly list which subdirs to install to the filesystem. Which
improves robustness, avoids clutter, and is considered acceptable
maintenance overhead since adding more top level directories should
be rare an event. The explicit list is also easy to trim down should
developers want that during local work.

Phrase the subdirectories list such that users can specify additional
items in the "make install" invocation.

2 years agolpc: Add capture from Intel H55 chipsset
Anton Blanchard [Mon, 13 Sep 2021 01:17:07 +0000 (11:17 +1000)]
lpc: Add capture from Intel H55 chipsset

This adds an LPC I/O read transaction from an Intel H55 chipset.

[ gsi: rename probes to improve usability ]

2 years agolpc: Add captures from IBM POWER9 processor
Anton Blanchard [Mon, 6 Sep 2021 04:37:34 +0000 (14:37 +1000)]
lpc: Add captures from IBM POWER9 processor

This adds LPC I/O reads and writes and firmware reads and writes from
an IBM POWER9 processor. It also adds an example of an aborted
transaction.

2 years agodoc: update IRC reference to Libera.Chat
Gerhard Sittig [Wed, 16 Jun 2021 18:52:24 +0000 (20:52 +0200)]
doc: update IRC reference to Libera.Chat

3 years agoseven_segment: expand the alphabet and show unknown characters
Ben Gardiner [Sun, 22 Nov 2020 20:59:19 +0000 (20:59 +0000)]
seven_segment: expand the alphabet and show unknown characters

Signed-off-by: Ben Gardiner <redacted>
[ gsi: usability nits, rename traces and update README ]

3 years agospi: commit SQI captures with four I/O data lines
Gerhard Sittig [Sun, 8 Nov 2020 06:23:03 +0000 (07:23 +0100)]
spi: commit SQI captures with four I/O data lines

3 years agods3231: add Maxim DS3231 real time clock example captures
Gerhard Sittig [Wed, 9 Sep 2020 16:17:59 +0000 (18:17 +0200)]
ds3231: add Maxim DS3231 real time clock example captures

Submitted-By: ascuber <redacted>
3 years agodcc: Add captures for DCC model railway control
BenediktO [Sun, 22 Dec 2019 09:09:42 +0000 (10:09 +0100)]
dcc: Add captures for DCC model railway control

[ gsi: README nits ]

3 years agomcp23017: Add dumps of the microchip mcp23017 i/o expander
Benedikt Otto [Sat, 25 Jul 2020 11:27:51 +0000 (13:27 +0200)]
mcp23017: Add dumps of the microchip mcp23017 i/o expander

[ gsi: minor README markup/flow nits, more perceivable chip function ]

3 years agoir_nec: Add dumps for corner cases (timing tolerance, last packet decode)
Benedikt Otto [Thu, 23 Jul 2020 08:58:27 +0000 (10:58 +0200)]
ir_nec: Add dumps for corner cases (timing tolerance, last packet decode)

Add file joy_it_sbc_irc01_all.sr which exceeds the previous 5% limit for
timing tolerances and would not decode at all.

Add file joy_it_sbc_irc01_enter_no_repeat.sr which lacks a repeat code
after a key press, which earlier decoder versions would have failed to
decode.

[ gsi: rename probes, add README, rephrase commit message ]

3 years agosle44xx: extend the README for the SLE4442 captures
Gerhard Sittig [Tue, 18 Aug 2020 18:19:42 +0000 (20:19 +0200)]
sle44xx: extend the README for the SLE4442 captures

Create a README in the sle44xx/ parent directory, discuss the chip
family's features, and reference the Siemens datasheet. Extend the
README for the SLE4442 captures, don't assume that all users are
familiar with the chips and their protocol. The example dumps also
serve for learning and exploration of the curious. Fixup the probe
names (according to --show their names are in the 0..7 range).

3 years agosle44xx: add smart card dumps for the SLE4442 chip
Federico Cerutti [Tue, 18 Aug 2020 17:04:57 +0000 (19:04 +0200)]
sle44xx: add smart card dumps for the SLE4442 chip

Each dump file contains the capture of a single operation.
Dumps were performed with a generic fx2lafw device @ 500kHz

[ gsi: rephrase the commit message's caption ]

3 years agoavr_isp: Add dumps for program page, EEPROM, lock memory types.
Helge Kruse [Sun, 2 Aug 2020 16:18:19 +0000 (18:18 +0200)]
avr_isp: Add dumps for program page, EEPROM, lock memory types.

[ gsi: rephrase commit message, reflow README, consistent signal names ]

3 years agosdq: commit SDQ example data
Gerhard Sittig [Wed, 12 Aug 2020 16:56:46 +0000 (18:56 +0200)]
sdq: commit SDQ example data

This capture was
Submitted-By: Philip Åkesson <redacted>
[ gsi: rename probe for auto-assignment, add README, trim snippet for tests ]

3 years agost7735: Add dump with unknown command
gregor-anich-uibk [Sat, 8 Aug 2020 12:17:43 +0000 (14:17 +0200)]
st7735: Add dump with unknown command

[ gsi: README markup nits, and shorter snippet for automated test ]

3 years agost25r39xx: Add dumps of HydraNFC Shield v2
bvernoux [Mon, 13 Jul 2020 20:27:16 +0000 (22:27 +0200)]
st25r39xx: Add dumps of HydraNFC Shield v2

STMicroelectronics ST25R3916 NFC chipset communication using SPI + IRQ pin for
scan/read UID of NFC-A/B/V and read all ST25R3916 registers Space A & B

3 years agoir_nec: add capture for extended NEC protocol
Gerhard Sittig [Sun, 26 Jul 2020 06:49:42 +0000 (08:49 +0200)]
ir_nec: add capture for extended NEC protocol

This is a modified version of a capture that was
Submitted-By: Sebastian Rittau <redacted>
The file was provided as an attachment to bug #1583. I renamed the file,
renamed the probe for automatic assignment to the decoder, upsampled to
100kHz for compatibility with the IRMP decoder, and added a README.

3 years agoir_sirc: add captures for Sony IR (SIRC)
Gerhard Sittig [Mon, 20 Jul 2020 20:03:21 +0000 (22:03 +0200)]
ir_sirc: add captures for Sony IR (SIRC)

Captures were provided by Tom Flanagan <redacted>. I renamed the
files and the probes, added a README, and trimmed several seconds of
idle input signal.

3 years agospdif: Add more example files.
Arno Morbach [Mon, 13 Jan 2020 13:24:04 +0000 (14:24 +0100)]
spdif: Add more example files.

3 years agorgb_led_ws281x: Add WS281x_RGBW Test Data
Stefan [Thu, 4 Jun 2020 11:59:17 +0000 (13:59 +0200)]
rgb_led_ws281x: Add WS281x_RGBW Test Data

3 years agocaliper: rename dump files and probes
Gerhard Sittig [Sat, 18 Jul 2020 19:25:23 +0000 (21:25 +0200)]
caliper: rename dump files and probes

Rename captures to the "caliper*.sr" pattern. This avoids names which
start with dashes and could result in surprises. Users still can tell
whether to expect positive or negative values without too much effort.

Rename the probes. It's absolutely confusing to provide RXD and TXD
names for a protocol that has CLK and DATA signals. And users had to
manually assign the traces to decoder inputs after guessing which might
be which (it's not as obvious for calipers as I2C or SPI would be).

3 years agocaliper: added example dumps (mm and inch, positive and negative)
Tomas Mudrunka [Sat, 30 May 2020 17:24:58 +0000 (19:24 +0200)]
caliper: added example dumps (mm and inch, positive and negative)

3 years agoxy2-100: Add two dumps
Soeren Apel [Fri, 10 Jul 2020 19:01:05 +0000 (21:01 +0200)]
xy2-100: Add two dumps

3 years agosae_j1850_vpw: Add VPW sample data from P01 PCM
pman92 [Sat, 2 May 2020 09:03:58 +0000 (19:03 +1000)]
sae_j1850_vpw: Add VPW sample data from P01 PCM

[ gsi: changed directory layout, reworked README markup ]

3 years agopjon/pjdl: add capture of minimal PJON frames over PJDL link layer
Gerhard Sittig [Mon, 22 Jun 2020 18:13:15 +0000 (20:13 +0200)]
pjon/pjdl: add capture of minimal PJON frames over PJDL link layer

The PJON protocol can use several link layers. These captures run on
PJDL, demonstrate a minimal PJON frame (with TX info) and a response.
And also contain a few exceptional conditions: Glitches in the signal,
outside and inside of frames. Lack of recipient's response, too.

The snippets were extracted from a capture that was
Submitted-By: Julio Aguirre <redacted>
3 years agonrf905: Move into the spi/ subdirectory.
Uwe Hermann [Tue, 2 Jun 2020 18:05:10 +0000 (20:05 +0200)]
nrf905: Move into the spi/ subdirectory.

3 years agoAdd Nordic Semiconductor nRF905 dumps
Jorge Solla [Mon, 6 Apr 2020 19:20:24 +0000 (21:20 +0200)]
Add Nordic Semiconductor nRF905 dumps

4 years agoad5626: Move into the "dac" subdirectory.
Uwe Hermann [Fri, 10 Apr 2020 22:24:01 +0000 (00:24 +0200)]
ad5626: Move into the "dac" subdirectory.

This is not technically SPI as such (just a sync/clocked protocol).
It's a custom DAC protocol with SCLK, SDIN, CS#, CLR#, and LDAC# pins.

4 years agoad5626: Fix pin names as per datasheet.
Uwe Hermann [Fri, 10 Apr 2020 22:01:20 +0000 (00:01 +0200)]
ad5626: Fix pin names as per datasheet.

4 years agoltc2422: Fix pin names as per datasheet.
Uwe Hermann [Fri, 10 Apr 2020 22:02:42 +0000 (00:02 +0200)]
ltc2422: Fix pin names as per datasheet.

4 years agoAdd dumps for AD7920.
Teo Perisanu [Thu, 19 Mar 2020 07:51:27 +0000 (09:51 +0200)]
Add dumps for AD7920.

Signed-off-by: Teo Perisanu <redacted>
4 years agoAdd dumps for AD5626.
Teo Perisanu [Thu, 19 Mar 2020 07:50:55 +0000 (09:50 +0200)]
Add dumps for AD5626.

Signed-off-by: Teo Perisanu <redacted>
4 years agoAdd dumps for LTC2422.
Teo Perisanu [Thu, 19 Mar 2020 07:50:41 +0000 (09:50 +0200)]
Add dumps for LTC2422.

Signed-off-by: Teo Perisanu <redacted>
4 years agoAdd dumps for LTC2607.
Teo Perisanu [Thu, 19 Mar 2020 07:50:27 +0000 (09:50 +0200)]
Add dumps for LTC2607.

Signed-off-by: Teo Perisanu <redacted>
4 years agoAdd dumps for ADXL345.
Teo Perisanu [Tue, 17 Mar 2020 10:18:08 +0000 (12:18 +0200)]
Add dumps for ADXL345.

Signed-off-by: Teo Perisanu <redacted>
4 years agosdcard: Add a few more sample files.
Uwe Hermann [Mon, 13 Jan 2020 00:02:34 +0000 (01:02 +0100)]
sdcard: Add a few more sample files.

4 years agocjtag: Extract two smaller snippets.
Uwe Hermann [Wed, 8 Jan 2020 23:56:23 +0000 (00:56 +0100)]
cjtag: Extract two smaller snippets.

4 years agocjtag: Add two example files.
Uwe Hermann [Wed, 8 Jan 2020 18:25:28 +0000 (19:25 +0100)]
cjtag: Add two example files.

Original files (used for conversion) were provided by Kongou Hikari (diodep):

https://github.com/sigrokproject/libsigrokdecode/pull/23#issuecomment-562906001

4 years agodmx512: Add/update URLs and device descriptions.
Uwe Hermann [Fri, 3 Jan 2020 21:44:43 +0000 (22:44 +0100)]
dmx512: Add/update URLs and device descriptions.

This is partially based on online searches and guesswork, might not
be entirely accurate.

4 years agodmx512: Added additional dumps
Gabse [Wed, 25 Dec 2019 15:27:28 +0000 (16:27 +0100)]
dmx512: Added additional dumps

4 years agomisc/vcd: introduce VCD example files with not yet supported features
Gerhard Sittig [Thu, 2 Jan 2020 19:49:26 +0000 (20:49 +0100)]
misc/vcd: introduce VCD example files with not yet supported features

The VCD input module of the libsigrok library currently exclusively
supports single bit logic data. Provide some captures in the VCD format
which exercise currently unsupported features which a future version of
the input module might want to support (bit vectors, multi bit numbers,
analog signals).

4 years agops2: Add an example of PS/2 keyboard communication, update README
Maik Merten [Sat, 21 Dec 2019 15:11:38 +0000 (16:11 +0100)]
ps2: Add an example of PS/2 keyboard communication, update README

This is an example of PS/2 keyboard communication where the receiving
controller remains passive.

4 years agoac97: Add some Analog Devices AD1981A dumps.
Uwe Hermann [Fri, 20 Dec 2019 19:15:04 +0000 (20:15 +0100)]
ac97: Add some Analog Devices AD1981A dumps.

4 years agouart: Add a few error cases (EMC-induced glitches).
Uwe Hermann [Fri, 13 Dec 2019 23:16:55 +0000 (00:16 +0100)]
uart: Add a few error cases (EMC-induced glitches).

4 years agogrbl: Fix channel names, add another capture.
Uwe Hermann [Fri, 13 Dec 2019 23:16:11 +0000 (00:16 +0100)]
grbl: Fix channel names, add another capture.

4 years agoAdd Grbl CNC captures.
Uwe Hermann [Fri, 13 Dec 2019 11:16:06 +0000 (12:16 +0100)]
Add Grbl CNC captures.

4 years agohdcp: Add an unknown example file.
Uwe Hermann [Sat, 7 Dec 2019 14:56:14 +0000 (15:56 +0100)]
hdcp: Add an unknown example file.

Created by davecraig.

Source:
https://github.com/sigrokproject/libsigrokdecode/pull/8

4 years agorc-6: initial commit of 3 RC-6 dumps
BenediktO [Sun, 1 Dec 2019 11:53:04 +0000 (12:53 +0100)]
rc-6: initial commit of 3 RC-6 dumps

4 years agotrekstor_ebr30_a_uart.sr: Remove long trailing idle phase.
Uwe Hermann [Fri, 29 Nov 2019 18:41:54 +0000 (19:41 +0100)]
trekstor_ebr30_a_uart.sr: Remove long trailing idle phase.

4 years agosignature: add dumps and README
sharow [Mon, 7 Oct 2019 00:26:09 +0000 (09:26 +0900)]
signature: add dumps and README

4 years agoDMX dump of a µDMX interface
Gabse [Fri, 22 Nov 2019 06:32:29 +0000 (07:32 +0100)]
DMX dump of a µDMX interface

4 years agoNFC ISO/IEC 15693 vicinity reader / tag capture with demodulation
bvernoux [Sat, 23 Nov 2019 17:21:01 +0000 (18:21 +0100)]
NFC ISO/IEC 15693 vicinity reader / tag capture with demodulation

4 years agoAdd two TDM audio samples
Ben Dooks [Fri, 17 May 2019 16:58:08 +0000 (17:58 +0100)]
Add two TDM audio samples

4 years agoAdd dumps for Amulet LCD UART protocol
Vesa-Pekka Palmu [Thu, 18 Jul 2019 15:57:36 +0000 (18:57 +0300)]
Add dumps for Amulet LCD UART protocol

4 years agones-gamepad: add generated dumps
stephan.thiele [Sun, 27 Oct 2019 19:34:32 +0000 (20:34 +0100)]
nes-gamepad: add generated dumps

4 years agoAdd dumps short GPIB transfers to HP53131A, HP33120A, Keithley 2015
Adrian Godwin [Sat, 9 Nov 2019 00:58:26 +0000 (00:58 +0000)]
Add dumps short GPIB transfers to HP53131A, HP33120A, Keithley 2015

4 years agocan: remove duplicated dump
stephan.thiele [Wed, 13 Nov 2019 20:00:13 +0000 (21:00 +0100)]
can: remove duplicated dump

4 years agomicrowire: Add a Microchip 93LC46B dump.
Uwe Hermann [Sat, 9 Nov 2019 15:41:35 +0000 (16:41 +0100)]
microwire: Add a Microchip 93LC46B dump.

4 years agohd44780: README: Fix probe indices (0-7 for FX2 LAs).
Uwe Hermann [Wed, 6 Nov 2019 22:08:00 +0000 (23:08 +0100)]
hd44780: README: Fix probe indices (0-7 for FX2 LAs).

4 years agohd44780: Add 9 additional dumps
BenediktO [Sun, 13 Oct 2019 13:18:32 +0000 (15:18 +0200)]
hd44780: Add 9 additional dumps

4 years agoseven_segment: Add dumps
Benedikt Otto [Sat, 12 Oct 2019 17:42:12 +0000 (19:42 +0200)]
seven_segment: Add dumps

4 years agomrf24j40: Add a few dumps from an MRF24J40MA based ECG.
Uwe Hermann [Fri, 23 Aug 2019 11:15:58 +0000 (13:15 +0200)]
mrf24j40: Add a few dumps from an MRF24J40MA based ECG.

4 years agomrf24j40: Move files to sensormote/ subdir.
Uwe Hermann [Fri, 23 Aug 2019 10:38:57 +0000 (12:38 +0200)]
mrf24j40: Move files to sensormote/ subdir.

4 years agoadd NXP PCA9571 decoder test .sr dumpfiles
Mickael Bosch [Tue, 2 Jul 2019 14:33:56 +0000 (16:33 +0200)]
add NXP PCA9571 decoder test .sr dumpfiles

4 years agomodbus: Add a wizmodbus dump.
Uwe Hermann [Sun, 30 Jun 2019 22:23:04 +0000 (00:23 +0200)]
modbus: Add a wizmodbus dump.

(Provided by Andrew Gregory on the mailing list)

4 years agomodbus: Add a few flowmeter dumps.
Uwe Hermann [Sun, 30 Jun 2019 21:45:05 +0000 (23:45 +0200)]
modbus: Add a few flowmeter dumps.

4 years agospi_mode: cmds: Add a small README.
Uwe Hermann [Sun, 30 Jun 2019 14:15:19 +0000 (16:15 +0200)]
spi_mode: cmds: Add a small README.

4 years agospi_mode: Add a CMD17 example.
Pierre Poulain [Tue, 16 Apr 2019 18:48:53 +0000 (20:48 +0200)]
spi_mode: Add a CMD17 example.

File provided in bug #1377 as public domain.

4 years agoAdd cp2110_serial_over_hid_ut612_snippet.sr.
Uwe Hermann [Thu, 20 Jun 2019 18:50:43 +0000 (20:50 +0200)]
Add cp2110_serial_over_hid_ut612_snippet.sr.

4 years agoAdd cp2102_setup_with_outdata_nak.sr.
Stefan Brüns [Thu, 20 Jun 2019 17:32:39 +0000 (19:32 +0200)]
Add cp2102_setup_with_outdata_nak.sr.

4 years agoenc28j60: Adds trace and README
Jiahao Li [Wed, 20 Feb 2019 23:12:56 +0000 (18:12 -0500)]
enc28j60: Adds trace and README

4 years agoRename 2ch-16bit-16khz to 2ch-32bit-8khz.
Uwe Hermann [Tue, 30 Apr 2019 17:17:10 +0000 (19:17 +0200)]
Rename 2ch-16bit-16khz to 2ch-32bit-8khz.

https://github.com/sigrokproject/libsigrokdecode/pull/6#issuecomment-442025810

4 years agoatsha204a: Add dumps for atecc508a and update README
Michalis Pappas [Fri, 26 Apr 2019 21:16:31 +0000 (23:16 +0200)]
atsha204a: Add dumps for atecc508a and update README

5 years agoROHM BH1750FVI: Added dumps for digital ambient light sensor.
Libor Gabaj [Tue, 16 Apr 2019 21:00:53 +0000 (23:00 +0200)]
ROHM BH1750FVI: Added dumps for digital ambient light sensor.

5 years agosdcard_spi: Add a real sample of CMD24.
Uwe Hermann [Wed, 17 Apr 2019 14:27:18 +0000 (16:27 +0200)]
sdcard_spi: Add a real sample of CMD24.

Pierre Poulain provided this file in bug #1365 as public domain.

5 years agosdcard_spi: add CMD24 dumps (write single block)
Gerhard Sittig [Wed, 3 Apr 2019 17:54:12 +0000 (19:54 +0200)]
sdcard_spi: add CMD24 dumps (write single block)

Pierre Poulain provided these files in bug #1365 as public domain.

5 years agoexample dumps for CC1101
Marco [Thu, 28 Mar 2019 09:38:50 +0000 (10:38 +0100)]
example dumps for CC1101

5 years agoonewire/ds2408: add dumps and README
Mariusz Bialonczyk [Fri, 22 Mar 2019 06:45:55 +0000 (07:45 +0100)]
onewire/ds2408: add dumps and README

5 years agoflexray: add dumps for cold start and dynamic frames
stephan.thiele [Tue, 19 Mar 2019 09:25:19 +0000 (10:25 +0100)]
flexray: add dumps for cold start and dynamic frames

5 years agoflexray: add dump and README
stephan.thiele [Sun, 3 Mar 2019 19:44:05 +0000 (20:44 +0100)]
flexray: add dump and README

5 years agocan_fd/arbitrary_traffic/README: Minor capitalization fixes.
Uwe Hermann [Sat, 2 Mar 2019 13:15:25 +0000 (14:15 +0100)]
can_fd/arbitrary_traffic/README: Minor capitalization fixes.

5 years agocan_fd: add dumps with BRS + extended ids
Stephan Thiele [Fri, 1 Mar 2019 21:21:43 +0000 (22:21 +0100)]
can_fd: add dumps with BRS + extended ids

5 years agortc_dallas_ds1307: Add sigrok session file for demonstrating bugfixes.
Libor Gabaj [Sat, 2 Feb 2019 20:29:36 +0000 (21:29 +0100)]
rtc_dallas_ds1307: Add sigrok session file for demonstrating bugfixes.

- 12-hours mode
- PM flag
- 32768 Hz SQW

5 years agocan_fd: add dumps and README
Stephan Thiele [Wed, 9 Jan 2019 22:02:06 +0000 (23:02 +0100)]
can_fd: add dumps and README

5 years agohd44780: move HD44780 dump into the display/ subdirectory
Gerhard Sittig [Sun, 20 Jan 2019 10:12:17 +0000 (11:12 +0100)]
hd44780: move HD44780 dump into the display/ subdirectory

5 years agoAdd example dumps for the FSK decoder.
selabnayr [Wed, 21 Nov 2018 21:36:40 +0000 (13:36 -0800)]
Add example dumps for the FSK decoder.

5 years agoAdded dump for Xicor X2444M, nonvolatile static RAM.
Stefan Petersen [Wed, 31 Oct 2018 13:34:24 +0000 (14:34 +0100)]
Added dump for Xicor X2444M, nonvolatile static RAM.

5 years agouart: add dumps for LIN
coon [Wed, 17 Oct 2018 10:56:35 +0000 (12:56 +0200)]
uart: add dumps for LIN

5 years agowinbond_w25q80d: Extract chip_erase_and_writes.sr snippets.
Uwe Hermann [Sun, 21 Oct 2018 16:11:50 +0000 (18:11 +0200)]
winbond_w25q80d: Extract chip_erase_and_writes.sr snippets.

5 years agoAdd Winbond W25Q80DV captures
Vesa-Pekka Palmu [Wed, 17 Oct 2018 13:11:11 +0000 (16:11 +0300)]
Add Winbond W25Q80DV captures

5 years agoAdd sample HUB75 LED matrix capture
Vesa-Pekka Palmu [Sun, 14 Oct 2018 16:34:57 +0000 (19:34 +0300)]
Add sample HUB75 LED matrix capture

This is a standard interface for most RGB LED matrix modules.

5 years agoadesto_at25sf041: Expand README a litte.
Uwe Hermann [Sun, 14 Oct 2018 14:59:26 +0000 (16:59 +0200)]
adesto_at25sf041: Expand README a litte.

5 years agoAdesto AT25SF041 serial flash captures
Vesa-Pekka Palmu [Sun, 14 Oct 2018 13:44:22 +0000 (16:44 +0300)]
Adesto AT25SF041 serial flash captures

Simple device ID checks, status register reads and data reads.

5 years agotrekstor_ebr30_a: README: Document I2C slave addresses.
Uwe Hermann [Fri, 12 Oct 2018 21:15:38 +0000 (23:15 +0200)]
trekstor_ebr30_a: README: Document I2C slave addresses.

5 years agoAdd a few Maxim MAX3420E SPI/USB captures.
Uwe Hermann [Tue, 25 Sep 2018 21:47:22 +0000 (23:47 +0200)]
Add a few Maxim MAX3420E SPI/USB captures.

5 years agomodified miller encoding
Christoph Rackwitz [Mon, 6 Aug 2018 03:04:10 +0000 (05:04 +0200)]
modified miller encoding

baseband, hilbert transform and lowpass, thresholded .sr session

5 years agoAdded HDMI-CEC protocol dumps
Jorge Solla [Thu, 6 Sep 2018 07:30:40 +0000 (09:30 +0200)]
Added HDMI-CEC protocol dumps