ardupilot/libraries/AP_KDECAN/examples/KDECAN_sniffer
Peter Barker 48922d76f5 AP_KDECAN: correct format string issue 2019-11-05 11:29:08 +11:00
..
KDECAN_sniffer.cpp AP_KDECAN: correct format string issue 2019-11-05 11:29:08 +11:00
README.md
wscript

README.md

This is a KDECAN sniffer designed to run on an ArduPilot board. It can be used to watch traffic on a KDECAN bus as well as simulate a 8 ESCs (macro changeable).

To build and upload for a Pixhawk style board run this:

 ./waf configure --board fmuv3 
 ./waf --target examples/KDECAN_sniffer --upload

then connect on the USB console. You will see 1Hz packet stats.

You can respond to enumeration by writing 'e X', with X being the ESC number, zero index based.