Difference between revisions of "Protocol decoders"

From sigrok
Jump to navigation Jump to search
(Add missing supported PDs.)
m
Line 20: Line 20:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| SPI
| SPI
|
| spi
| bgcolor="lime" | 80%
| bgcolor="lime" | 80%
| Serial Peripheral Interface (SPI) protocol.
| Serial Peripheral Interface (SPI) protocol.
Line 26: Line 26:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| I2C
| I2C
|
| i2c
| bgcolor="lime" | 80%
| bgcolor="lime" | 80%
| Inter-Integrated Circuit (I2C) protocol.
| Inter-Integrated Circuit (I2C) protocol.
Line 32: Line 32:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| UART
| UART
|
| uart
| bgcolor="lime" | 80%
| bgcolor="lime" | 80%
| Universal Asynchronous Receiver Transmitter (UART) protocol.
| Universal Asynchronous Receiver Transmitter (UART) protocol.
Line 76: Line 76:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| USB (full-speed)
| USB (full-speed)
|
| usb
| bgcolor="lime" | 80%
| bgcolor="lime" | 80%
| Universal Serial Bus (USB), full-speed, low-level protocol.
| Universal Serial Bus (USB), full-speed, low-level protocol.
|
| Mostly working, though some details need to be fixed or improved.
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| LPC
| LPC
Line 162: Line 162:


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| [http://en.wikipedia.org/wiki/DCF77 DCF77]
| DCF77
|
| dcf77
| bgcolor="lime" | 80%
| bgcolor="lime" | 80%
|
| [http://en.wikipedia.org/wiki/DCF77 DCF77] time protocol
| Mostly working, though some details need to be fixed or improved.
| Mostly working, though some details need to be fixed or improved.


Line 190: Line 190:
|- bgcolor="#dddddd"
|- bgcolor="#dddddd"
| Transition counter
| Transition counter
|
| transitioncounter
| bgcolor="lime" | 90%
| bgcolor="lime" | 90%
| Counts rising and falling edges in the signal.  
| Counts rising and falling edges in the signal.  
Line 221: Line 221:


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| Macronix MX25Lxx05D
| logic, spi
| mx25lxx05d
| mx25lxx05d
| SPI
|
| bgcolor="red" | 0%
| bgcolor="red" | 0%
| SPI-attached serial EEPROM. Datasheet: [http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/3F21BAC2E121E17848257639003A3146/$File/MX25L1605D-3205D-6405D-1.5.pdf].
| SPI-attached serial EEPROM. Datasheet: [http://www.macronix.com/QuickPlace/hq/PageLibrary4825740B00298A3B.nsf/h_Index/3F21BAC2E121E17848257639003A3146/$File/MX25L1605D-3205D-6405D-1.5.pdf].
Line 233: Line 233:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| SA8807A
| SA8807A
| SPI
| spi
|
|
| bgcolor="red" | 0%
| bgcolor="red" | 0%
Line 240: Line 240:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| EA eDIPTFT43-A
| EA eDIPTFT43-A
| I2C
| i2c
|
|
| bgcolor="red" | 0%
| bgcolor="red" | 0%
Line 251: Line 251:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| AD7291
| AD7291
| USART
| uart
|
|
| bgcolor="red" | 0%
| bgcolor="red" | 0%
Line 262: Line 262:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| Wii Nunchuk
| Wii Nunchuk
| I2C
| i2c
|
| nunchuk
| bgcolor="yellow" | 70%
| bgcolor="yellow" | 70%
| Nintendo Wii Nunchuk I2C-based protocol.
| Nintendo Wii Nunchuk I2C-based protocol.
Line 270: Line 270:
|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| DDC
| DDC
| I2C
| i2c
|
| ddc
| bgcolor="yellow" | 70%
| bgcolor="yellow" | 70%
| [https://en.wikipedia.org/wiki/Display_Data_Channel Display Data Channel] (DDC) protocol.
| [http://en.wikipedia.org/wiki/Display_Data_Channel Display Data Channel] (DDC) protocol.
|  
|  


|- bgcolor="#eeeeee"
|- bgcolor="#eeeeee"
| PAN1321
| PAN1321
| UART
| uart
|
| pan1321
| bgcolor="yellow" | 70%
| bgcolor="yellow" | 70%
| Panasonic PAN1321 Bluetooth module protocol.
| Panasonic PAN1321 Bluetooth module protocol.

Revision as of 00:39, 15 January 2012

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.

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 Output ID(s) Status Description Comments
Basic / microcontrollers / embedded
SPI spi 80% Serial Peripheral Interface (SPI) protocol. Mostly working, though some details need to be fixed or improved.
I2C i2c 80% Inter-Integrated Circuit (I2C) protocol. Mostly working, though some details need to be fixed or improved.
UART uart 80% Universal Asynchronous Receiver Transmitter (UART) protocol. Mostly working, though some details need to be fixed or improved.
Automotive / industrial / embedded
CAN 0%
Flexray 0%
Embedded
JTAG 0%
SWD 0%
PC
USB (full-speed) usb 80% Universal Serial Bus (USB), full-speed, low-level protocol. Mostly working, though some details need to be fixed or improved.
LPC 0%
FWH 0%
ISA 0%
PCI 0%
SMBus 0%
Consumer IR
Nokia NRC17 0%
Sony SIRC 0%
Philips RC-5 0%
Philips RC-6 0%
Philips RC-MM 0%
Philips RECS80 0%
Miscellaneous
IrDA 0%
DCF77 dcf77 80% DCF77 time protocol Mostly working, though some details need to be fixed or improved.
Serial EEPROMs
AT93C46 0% Atmel AT93C46 serial EEPROM protocol
Displays
HD44780 0% HD44780 character LCD protocol
Transition counter transitioncounter 90% Counts rising and falling edges in the signal. Mostly working.

... and many, many more.

Ideas:

  • Number of clock cycles / rising-edges / falling-edges / transitions / etc. (total or per-signal)
  • Min/Max/Avg distance between two events (rising edge, falling edge, signal lenths, etc.)
  • ...

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 Input ID(s) Output ID(s) Status Description Comments
Serial EEPROMs
Macronix MX25Lxx05D logic, spi mx25lxx05d 0% SPI-attached serial EEPROM. Datasheet: [1]. Mostly working, though some details need to be fixed or improved.
Displays
SA8807A spi 0% SPI-attached LCD. Datasheet: Sames SA8807A.
EA eDIPTFT43-A i2c 0% I2C-attached LCD. Datasheet: EA eDIPTFT43-A.
ADC
AD7291 uart 0% I2C-attached ADC. Datasheet: Analog Devices AD7291.
Other
Wii Nunchuk i2c nunchuk 70% Nintendo Wii Nunchuk I2C-based protocol. Preliminary, untested.
DDC i2c ddc 70% Display Data Channel (DDC) protocol.
PAN1321 uart pan1321 70% Panasonic PAN1321 Bluetooth module protocol.

... and many, many more.

Non-protocol data analysis decoders:

  • How many data bytes are in the data stream?
  • What's the min/max/avg data value?
  • ...