/sigrok-decoder-vesc

Sigrok decoder for VESC motor controller UART protocol

Primary LanguagePython

sigrok-decoder-vesc

Installation

  • Clone this repo somewhere

  • Install dependencies:

      pip3 install pyvesc pythoncrc
    

Usage

Look into vesc_trace_json.sh for advanced CLI usage example

To use in pulseview, set SIGROKDECODE_DIR environment variable to point to the directory one level above this one.