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.
Supported protocol decoders
Number of currently supported protocol decoders: 48.
Protocol | Category | Input IDs | Output IDs | Status | Full name | Description |
---|---|---|---|---|---|---|
AM230x/DHTxx | Sensors | — | am230x | supported | Aosong AM230x/DHTxx | Aosong AM230x/DHTxx humidity/temperature sensor protocol. |
ARM ETMv3 | Flash/debug | uart | arm_etmv3 | supported | ARM Embedded Trace Macroblock | Decode ETM instruction trace packets. |
ARM ITM | Flash/debug | uart | arm_itm | supported | ARM Instrumentation Trace Macroblock | Trace data from Cortex-M / ARMv7m ITM module. |
ARM TPIU | Flash/debug | uart | uart | supported | ARM Trace Port Interface Unit | Filter TPIU formatted trace data into separate data streams. |
AVR ISP | Flash/debug | spi | avr_isp | supported | AVR in-system programming | Protocol for in-system programming Atmel AVR MCUs. |
CAN | Automotive | — | can | supported | Controller Area Network | Field bus protocol for distributed realtime control. |
DCF77 | Time signal | — | dcf77 | supported | DCF77 time protocol | European longwave time signal (77.5kHz carrier signal). |
DS1307 | RTC | i2c | ds1307 | supported | Dallas DS1307 | Realtime clock module protocol. |
EDID | PC | i2c | edid | supported | Extended Display Identification Data | Data structure describing display device capabilities. |
24xx EEPROM | Memory | i2c | eeprom24xx | supported | 24xx I²C EEPROM | 24xx series I²C EEPROM protocol. |
Guess bitrate | Other | — | guess_bitrate | supported | Guess bitrate/baudrate | Guess the bitrate/baudrate of a UART (or other) protocol. |
I2C | Embedded | — | i2c | supported | Inter-Integrated Circuit | Two-wire, multi-master, serial bus. |
I2C demux | Embedded | i2c | runtime decision | supported | I2C demultiplexer | Demux I2C packets into per-slave-address streams. |
I2C filter | Embedded | i2c | i2c | supported | I2C filter | Filter out addresses/directions in an I2C stream. |
I2S | Audio | — | i2s | supported | Integrated Interchip Sound | Serial bus for connecting digital audio devices. |
IR NEC | IR | — | ir_nec | supported | IR NEC | NEC infrared remote control protocol. |
IR RC-5 | IR | — | ir_rc5 | supported | IR RC-5 | RC-5 infrared remote control protocol. |
Jitter | Misc | — | jitter | supported | Timing jitter calculation | Retrieves the timing jitter between two digital signals. |
JTAG | Flash/debug | — | jtag | supported | Joint Test Action Group (IEEE 1149.1) | Protocol for testing, debugging, and flashing ICs. |
JTAG / STM32 | Flash/debug | jtag | jtag_stm32 | supported | Joint Test Action Group / ST STM32 | ST STM32-specific JTAG protocol. |
LM75 | Sensors | i2c | lm75 | supported | National LM75 | National LM75 (and compatibles) temperature sensor protocol. |
LPC | PC | — | lpc | supported | Low-Pin-Count | Protocol for low-bandwidth devices on PC mainboards. |
DS28EA00 | Sensors | onewire_network | maxim_ds28ea00 | supported | Maxim DS28EA00 1-Wire digital thermometer | 1-Wire digital thermometer with Sequence Detect and PIO. |
MIDI | Music | uart | midi | supported | Musical Instrument Digital Interface | Musical Instrument Digital Interface (MIDI) protocol. |
MLX90614 | Sensors | i2c | mlx90614 | supported | Melexis MLX90614 | Infrared Thermometer protocol. |
MX25Lxx05D | SPI flash | spi, logic | mx25lxx05d | supported | Macronix MX25Lxx05D | SPI (NOR) flash chip protocol. |
MXC6225XU | Sensors | i2c | mxc6225xu | supported | MEMSIC MXC6225XU | Digital Thermal Orientation Sensor (DTOS) protocol. |
nRF24L01(+) | Wireless | spi | nrf24l01 | supported | Nordic Semiconductor nRF24L01/nRF24L01+ | 2.4GHz transceiver chip. |
Nunchuk | Other | i2c | nunchuk | supported | Nintendo Wii Nunchuk | Nintendo Wii Nunchuk controller protocol. |
1-Wire link layer | Embedded | — | onewire_link | supported | 1-Wire serial communication bus (link layer) | Bidirectional, half-duplex, asynchronous serial bus. |
1-Wire network layer | Embedded | onewire_link | onewire_network | supported | 1-Wire serial communication bus (network layer) | Bidirectional, half-duplex, asynchronous serial bus. |
PAN1321 | Bluetooth | uart | pan1321 | supported | Panasonic PAN1321 | Bluetooth RF module with Serial Port Profile (SPP). |
Parallel | Misc | — | parallel | supported | Parallel sync bus | Generic parallel synchronous bus. |
PWM | Misc | — | pwm | supported | Pulse-width modulation | Analog level encoded in duty cycle percentage. |
RFM12 | Wireless | spi | rfm12 | supported | RFM12 control protocol | HopeRF RFM12 wireless transceivers control protocol. |
RGB LED (SPI) | LED | spi | rgb_led_spi | supported | RGB LED string decoder (SPI) | Generic RGB LED string protocol (RGB values clocked over SPI). |
RTC-8564 | RTC | i2c | rtc8564 | supported | Epson RTC-8564 JE/NB | Realtime clock module protocol. |
SD card (SPI mode) | Memory | spi | sdcard_spi | supported | Secure Digital card (SPI mode) | Secure Digital card (SPI mode) low-level protocol. |
S/PDIF | Audio | — | spdif | supported | Sony/Philips Digital Interface Format | Serial bus for connecting digital audio devices. |
SPI | Embedded | — | spi | supported | Serial Peripheral Interface | Full-duplex, synchronous, serial bus. |
SWD | Flash/debug | — | swd | supported | Serial Wire Debug | Two-wire protocol for debug access to ARM CPUs. |
TI TCA6408A | I/O expander | i2c | tca6408a | supported | Texas Instruments TCA6408A | Texas Instruments TCA6408A 8-bit I²C I/O expander. |
TI TLC5620 | DAC | — | tlc5620 | supported | Texas Instruments TLC5620 | Texas Instruments TLC5620 8-bit quad DAC. |
UART | Embedded | — | uart | supported | Universal Asynchronous Receiver/Transmitter | Asynchronous, serial bus. |
USB packet | USB | usb_signalling | usb_packet | supported | Universal Serial Bus (LS/FS) packet | USB (low-speed and full-speed) packet protocol. |
USB signalling | USB | — | usb_signalling | supported | Universal Serial Bus (LS/FS) signalling | USB (low-speed and full-speed) signalling protocol. |
XFP | Networking | i2c | xfp | supported | 10 Gigabit Small Form Factor Pluggable Module (XFP) | Data structure describing device capabilities. |
Z80 | CPU | — | z80 | supported | Zilog Z80 CPU | Zilog Z80 microprocessor disassembly. |
Possible candidates for future protocol decoders
Protocol | Category | Input ID(s) | Output ID(s) | Status | Description | Comments |
---|---|---|---|---|---|---|
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 | ads1258 | 0% | SPI-attached ADC. | Planned (Uwe Hermann). |
Microchip MCP3901 | ADC | spi | mcp3901 | 0% | Can be controlled via a parallel protocol, or SPI, or I2C. | Planned (Uwe Hermann). |
JTAG / TMPA9xx | Flash/debug | jtag | jtag_tmpa9xx | 0% | Toshiba TMPA9xx specific JTAG protocol details. | |
USB transaction | USB | usb_packet | usb_transaction | 30% | Work in progress (Uwe Hermann). | |
USB transfer | USB | usb_transaction | usb_transfer | 10% | Work in progress (Uwe Hermann). | |
USB / HID | USB | usb_transfer | usb_hid | 0% | ||
USB / CDC | USB | usb_transfer | usb_cdc | 0% | ||
USB / USBTMC | USB | usb_transfer | usb_usbtmc | 0% | ||
Dallas DS1985 | Other | onewire_network | 0% | Dallas DS1985 iButton (1-Wire) device. | Planned (Uwe Hermann). | |
Microwire | Embedded | — | 0% | |||
UNI/O | Embedded | — | 0% | |||
SSI | Embedded | — | 0% | Synchronous Serial Interface | ||
CompactFlash | Memory | — | 0% | |||
MMC | Memory | — | 0% | |||
Memory Stick | Memory | — | 0% | |||
SmartMedia | Memory | — | 0% | |||
xD-Picture Card | Memory | — | 0% | |||
SD card (SD mode) | Memory | — | sdcard_sd | 80% | Work in progress (Uwe Hermann). | |
ISO 7816 | Smartcards | — | 0% | |||
FlexRay | Automotive | — | 0% | FlexRay is an automotive network communications protocol. | ||
LIN | Automotive | — | 0% | LIN (Local Interconnect Network) is an automotive bus standard. | ||
AVR PDI | Flash/debug | — | 0% | Atmel Program and Debug Interface (PDI) protocol. | ||
AVR TPI | Flash/debug | — | 0% | Atmel Tiny Programming Interface (TPI) protocol. | ||
FWH | PC | — | 0% | |||
ISA | PC | — | 0% | |||
PCI | PC | — | 0% | |||
SMBus | PC | — | 0% | |||
IDE | PC | — | 0% | |||
SCSI | PC | — | 0% | |||
PS/2 | PC | — | 0% | Planned (Uwe Hermann). | ||
PECI | PC | — | 0% | Platform Environment Control Interface | ||
SVID | PC | — | 0% | Serial Voltage Identification | ||
AC'97 | Audio | — | 0% | Planned (Uwe Hermann). | ||
HD Audio | Audio | — | 0% | |||
Nokia NRC17 | IR | — | 0% | |||
Sony SIRC | IR | — | 0% | |||
Philips RC-6 | IR | — | 0% | |||
Philips RC-MM | IR | — | 0% | |||
Philips RECS80 | IR | — | 0% | |||
IrDA | Misc | — | 0% | |||
AT93C46 | EEPROM | — | 0% | Atmel AT93C46 serial EEPROM protocol | ||
HD44780 | Displays | — | 0% | HD44780 character LCD protocol | ||
7-segment display | Displays | — | 0% | |||
PCF8814 | Displays | — | pcf8814 | 50% | Philips PCF8814 65 x 96 pixels matrix LCD driver | Work in progress (Uwe Hermann). |
PCF8814 LCD | Displays | pcf8814 | pcf8814_lcd | 50% | Philips PCF8814 65 x 96 pixels matrix LCD driver | Work in progress (Uwe Hermann). |
GPIB | Other | — | gpib | 0% | General purpose interface bus (GPIB), a.k.a. IEEE-488.1. | Planned (Uwe Hermann). |
DMX512 | Industrial Lighting | — | dmx512 | 20% | Digital MultipleX 512 | Work in progress (Uwe Hermann). |
DSI | Industrial Lighting | — | dsi | 0% | Digital Serial Interface | |
DALI | Industrial Lighting | — | dali | 0% | ||
RDM | Industrial Lighting | — | rdm | 0% | ||
NMEA 0183 | GPS | uart | nmea0183 | 0% | ||
NMEA2000 | Marine | can | nmea2000 | 0% | NMEA 2000 Wikipedia page | |
DCC | Trains | — | dcc | 0% | ||
MVB | Trains | — | mvb | 0% | Multifunction Vehicle Bus | |
WTB | Trains | — | wtb | 0% | Wire Train Bus | |
C-Bus | Home automation | — | cbus | 0% | ||
X10 | Home automation | — | x10 | 0% | ||
LonWorks | Home automation | — | lonworks | 0% | ||
S-Bus | Home automation | — | sbus | 0% | ||
M-Bus | Automation | — | mbus | 0% | ||
Modbus RTU | Automation | uart | modbus | 0% | Work in progress (BartW on IRC). | |
Modbus ASCII | Automation | uart | modbus | 0% | ||
Modbus TCP | Automation | ip | modbus | 0% | ||
HART protocol | Automation | — | hart | 0% | ||
INTERBUS | Automation | — | interbus | 0% | ||
DirectNET | Automation | uart | directnet | 0% | ||
KNX | Automation | various | knx | 0% | ||
BACnet | Automation | bacnet | 0% | |||
OpenTherm | Automation | — | opentherm | 0% | ||
EBUS | Automation | uart | ebus | 0% | ||
AUI | Networking | — | aui | 0% | Attachment Unit Interface | |
MDI | Networking | — | mdi | 0% | Medium Dependent Interface | |
MII | Networking | — | mii | 0% | Media Independent Interface | |
GMII | Networking | — | gmii | 0% | Gigabit Media Independent Interface | |
XGMII | Networking | — | xgmii | 0% | 10 Gigabit Media Independent Interface | |
MDIO | Networking | — | mdio | 0% | Management Data Input/Output | Work in progress (Aurel). |
Wiegand | RFID | — | wiegand | 0% | Wiegand interface | |
ESP8266 | Wireless | uart | esp8266 | 0% | WiFi Serial Transceiver |