Difference between revisions of "Protocol decoders"
Jump to navigation
Jump to search
Ybucavamyva (talk | contribs) |
m (Reverted edits by Ybucavamyva (Talk) to last revision by Uwe Hermann) |
||
Line 3: | Line 3: | ||
See [[Protocol decoder API]] for details on how the decoders work in sigrok. | See [[Protocol decoder API]] for details on how the decoders work in sigrok. | ||
== Low-level decoders == | |||
=== Standard protocols that have raw signals/samples as input === | === Standard protocols that have raw signals/samples as input === | ||
{| border= | {| border="0" style="font-size: smaller" | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
!Protocol | !Protocol | ||
!Status | !Status | ||
!Comments | !Comments | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''Basic / microcontrollers / embedded''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| SPI | | SPI | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| I2C | | I2C | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| USART/RS232 | | USART/RS232 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''Automotive / industrial / embedded''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| CAN | | CAN | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''Embedded''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| JTAG | | JTAG | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''PC''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| USB 1.1 | | USB 1.1 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| USB 2.0 | | USB 2.0 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| USB 3 | | USB 3 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| LPC | | LPC | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| FWH | | FWH | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| ISA | | ISA | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| PCI | | PCI | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| SMBus | | SMBus | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''[http://en.wikipedia.org/wiki/Consumer_IR Consumer IR]''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| Nokia NRC17 | | Nokia NRC17 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| Sony SIRC | | Sony SIRC | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| Philips RC-5 | | Philips RC-5 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| Philips RC-6 | | Philips RC-6 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| Philips RC-MM | | Philips RC-MM | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| Philips RECS80 | | Philips RECS80 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''Miscellaneous''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| [http://en.wikipedia.org/wiki/Infrared_Data_Association IrDA] | | [http://en.wikipedia.org/wiki/Infrared_Data_Association IrDA] | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| | | | ||
Line 123: | Line 123: | ||
=== Custom / application-specific protocols that have raw signals/samples as input === | === Custom / application-specific protocols that have raw signals/samples as input === | ||
{| border= | {| border="0" style="font-size: smaller" | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
!Protocol | !Protocol | ||
!Status | !Status | ||
!Comments | !Comments | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''Serial EEPROMs''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| AT93C46 | | AT93C46 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| Atmel AT93C46 serial EEPROM protocol | | Atmel AT93C46 serial EEPROM protocol | ||
|- bgcolor= | |- bgcolor="#6699ff" | ||
| colspan= | | colspan="3" | '''Displays''' | ||
|- bgcolor= | |- bgcolor="#eeeeee" | ||
| HD44780 | | HD44780 | ||
| bgcolor= | | bgcolor="red" | 0% | ||
| [http://en.wikipedia.org/wiki/HD44780_Character_LCD HD44780 character LCD] protocol | | [http://en.wikipedia.org/wiki/HD44780_Character_LCD HD44780 character LCD] protocol | ||
Line 156: | Line 156: | ||
... and many, many more. | ... and many, many more. | ||
== High-level decoders == | == High-level decoders == |
Revision as of 23:51, 19 November 2010
This is a list of ideas for specific protocol decoders 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 decoders
Standard protocols that have raw signals/samples as input
Protocol | Status | Comments |
---|---|---|
Basic / microcontrollers / embedded | ||
SPI | 0% | |
I2C | 0% | |
USART/RS232 | 0% | |
Automotive / industrial / embedded | ||
CAN | 0% | |
Embedded | ||
JTAG | 0% | |
PC | ||
USB 1.1 | 0% | |
USB 2.0 | 0% | |
USB 3 | 0% | |
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% |
... and many, many more.
Custom / application-specific protocols that have raw signals/samples as input
Protocol | Status | Comments |
---|---|---|
Serial EEPROMs | ||
AT93C46 | 0% | Atmel AT93C46 serial EEPROM protocol |
Displays | ||
HD44780 | 0% | HD44780 character LCD protocol |
... and many, many more.
Non-protocol data analysis decoders / analyzers that have raw signals/samples as input
- 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.)
- ...
... and many, many more.
High-level decoders
Protocols that rely on other lower-level protocols
Protocols that do not have raw signals/samples as input, but rather an already-preprocessed bytestream generated by one of the low-level decoders.
Protocol | Input protocol | Status | Comments |
---|---|---|---|
Serial EEPROMs | |||
TODO | SPI | 0% | SPI-attached serial EEPROM. Datasheet: TODO. |
Displays | |||
SA8807A | SPI | 0% | SPI-attached LCD. Datasheet: Sames SA8807A. |
EA eDIPTFT43-A | I2C | 0% | I2C-attached LCD. Datasheet: EA eDIPTFT43-A. |
TODO | USART/RS232 | 0% | TODO |
ADC | |||
AD7291 | USART/RS232 | 0% | I2C-attached ADC. Datasheet: Analog Devices AD7291. |
... and many, many more.
Non-protocol data analysis decoders / analyzers
- How many data bytes are in the data stream?
- What's the min/max/avg data value?
- ...