Protocol decoders
This is a list of supported protocol decoders (PDs) and decoders which we might want to write in the future (or users might want to contribute).
See Protocol decoder API for details on how the decoders work in sigrok, and Protocol decoder HOWTO for a quick introduction about how to write your own decoders.
Low-level protocol decoders
Protocol decoders that only require raw probes/signals as input (and don't require any already decoded data from other PDs).
Protocol | Category | Output ID(s) | Status | Description | Comments |
---|---|---|---|---|---|
SPI | Embedded | spi | 80% | Serial Peripheral Interface (SPI) protocol. | Mostly working. |
I²C | Embedded | i2c | 80% | Inter-Integrated Circuit (I²C) protocol. | Mostly working. |
UART | Embedded | uart | 80% | Universal Asynchronous Receiver Transmitter (UART) protocol. | Mostly working. |
1-Wire | Embedded | 20% | Work in progress (Iztok Jeras) | ||
Microwire | Embedded | 0% | |||
UNI/O | Embedded | 0% | |||
CAN | Automotive | 0% | |||
FlexRay | Automotive | 0% | FlexRay is an automotive network communications protocol. | ||
LIN | Automotive | 0% | LIN (Local Interconnect Network) is an automotive bus standard. | ||
JTAG | Flash/debug | jtag | 80% | Joint Test Action Group (IEEE 1149.1) | Mostly working. |
SWD | Flash/debug | 0% | Serial Wire Debug | ||
AVR ISP | Flash/debug | avr_isp | 10% | Atmel AVR In-system programming (ISP) protocol. | Work in progress (Uwe Hermann) |
AVR PDI | Flash/debug | 0% | Atmel Program and Debug Interface (PDI) protocol. | ||
AVR TPI | Flash/debug | 0% | Atmel Tiny Programming Interface (TPI) protocol. | ||
USB (LS/FS) | PC | usb | 80% | Universal Serial Bus (USB), low-/full-speed signalling + protocol. | Mostly working. |
USB signalling (LS/FS) | PC | usb_signalling | 80% | Universal Serial Bus (USB), low-/full-speed signalling. | Mostly working. Will replace the "USB" PD soon. |
LPC | PC | lpc | 40% | Low-Pin-Count | Work in progress, untested (Uwe Hermann). |
FWH | PC | 0% | |||
ISA | PC | 0% | |||
PCI | PC | 0% | |||
SMBus | PC | 0% | |||
IDE | PC | 0% | |||
SCSI | PC | 0% | |||
PS/2 | PC | 0% | |||
AC'97 | Audio | 0% | |||
HD Audio | Audio | 0% | |||
I²S | Audio | i2s | 90% | I²S is a bus for connecting digital audio devices together. | Needs more testing and documentation. |
Nokia NRC17 | IR | 0% | |||
Sony SIRC | IR | 0% | |||
Philips RC-5 | IR | 0% | |||
Philips RC-6 | IR | 0% | |||
Philips RC-MM | IR | 0% | |||
Philips RECS80 | IR | 0% | |||
IrDA | Misc | 0% | |||
DCF77 | Misc | dcf77 | 80% | DCF77 time protocol | Mostly working. |
DALI | Misc | 0% | |||
PWM | Misc | 0% | |||
AT93C46 | EEPROM | 0% | Atmel AT93C46 serial EEPROM protocol | ||
HD44780 | Displays | 0% | HD44780 character LCD protocol | ||
7-segment display | Displays | 0% | |||
Transition counter | Other | transitioncounter | 90% | Counts rising and falling edges in the signal. | Mostly working. |
GPIB | Other | gpib | 0% | General purpose interface bus (GPIB), a.k.a. IEEE-488.1. |
High-level protocol decoders
Protocol decoders that do not (only) have raw signals/samples as input, but rather also data which was already decoded by one or more low-level PDs.
Protocol | Category | Input ID(s) | Output ID(s) | Status | Description | Comments |
---|---|---|---|---|---|---|
Macronix MX25Lxx05D | SPI flash | logic, spi | mx25lxx05d | 80% | SPI-attached serial EEPROM. Datasheet: [1]. | Mostly working. Not all commands are decoded yet, though. |
SA8807A | Displays | spi | 0% | SPI-attached LCD. Datasheet: Sames SA8807A. | ||
EA eDIPTFT43-A | Displays | i2c | 0% | I2C-attached LCD. Datasheet: EA eDIPTFT43-A. | ||
Analog Devices AD7291 | ADC | i2c | 0% | I2C-attached ADC. Datasheet: Analog Devices AD7291. | ||
Analog Devices ADS1258 | ADC | spi | 0% | SPI-attached ADC. | ||
Microchip MCP3901 | ADC | spi | 0% | Can be controlled via a parallel protocol, or SPI, or I2C. | ||
Melexis MLX90614 | Sensors | i2c | 30% | Partly working. | ||
MEMSIC MXC6225XU | Sensors | i2c | 30% | Digital Thermal Orientation Sensor (DTOS) | Partly working. | |
Epson RTC-8564 JE/NB | RTC | i2c | 40% | Partly working. | ||
Panasonic PAN1321 | Bluetooth | uart | pan1321 | 70% | Panasonic PAN1321 Bluetooth module protocol. | |
JTAG / STM32 | Flash/debug | jtag | jtag_stm32 | 50% | ST STM32-specific JTAG protocol details. | Work in progress. |
JTAG / TMPA9xx | Flash/debug | jtag | jtag_tmpa9xx | 0% | Toshiba TMPA9xx specific JTAG protocol details. | |
USB / Protocol | USB | usb_signalling | usb_protocol | 80% | Decodes USB signalling protocol info into USB packets. | Mostly working. |
USB / HID | USB | usb_protocol | usb_hid | 0% | ||
USB / USBTMC | USB | usb_protocol | usb_usbtmc | 0% | ||
Nintendo Wii Nunchuk | Other | i2c | nunchuk | 80% | Nintendo Wii Nunchuk I2C-based protocol. | Mostly working. |
DDC | Other | i2c | ddc | 70% | Display Data Channel (DDC) protocol. | |
I2C Demultiplexer | Other | i2c | i2c (one or more) | 80% | Mostly working. | |
I2C Filter | Other | i2c | i2c | 80% | Mostly working. | |
EDID | Other | i2c | edid | 80% | Mostly working. | |
UART dump | Other | uart | — | 80% | Dumps UART protocol decoder output as plain-text to stdout/file. | Mostly working. |