Error message

  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 1998 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Warning: count(): Parameter must be an array or an object that implements Countable in theme_table() (line 2061 of /data/sigrok.org/apache/blog/includes/theme.inc).
  • Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /data/sigrok.org/apache/blog/includes/common.inc).

New protocol decoder: ade77xx

libsigrokdecode now supports the ade77xx protocol decoder.

The Analog Devices ADE77xx chips are SPI-based "Poly Phase Multifunction Energy Metering IC with Per Phase Information".

The PD currently decodes register names and values only, more in-depth bit-level decoding can be added later, though.

As usual, there are some example files in sigrok-dumps, test-cases for sigrok-test are pending.

The protocol decoder was contributed by Karl Palsson, thanks a lot!