From: Uwe Hermann Date: Mon, 15 Jul 2013 10:14:51 +0000 (+0200) Subject: Add NMEA 2000 / CAN dumps (fuel flow sensor, GPS). X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-dumps.git;a=commitdiff_plain;h=1884ad5d512746f9466fce42895efb2fcc8dffa1;hp=8f2d29186dc9f00888a3c9a76e15c1c57941efbe Add NMEA 2000 / CAN dumps (fuel flow sensor, GPS). Thanks to Carl-Fredrik Sundstrom for the files. --- diff --git a/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/README b/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/README new file mode 100644 index 0000000..8a4de8b --- /dev/null +++ b/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/README @@ -0,0 +1,42 @@ +------------------------------------------------------------------------------- +NMEA 2000 / CAN traffic (fuel flow sensor and GPS receiver) +------------------------------------------------------------------------------- + +This is a set of example captures of the CAN / NMEA 2000 signals via an +SK Pang CAN bus breakout board (using a Microchip MCP2551 transceiver). + +The data contains CAN / NMEA 2000 sample frames at 250kbps, the NMEA 2000 +bus/network has the following equipment connected: + + - Lowrance EP 60R (fuel flow sensor) + - Garmin GPS 17x NMEA 2000 (GPS receiver / antenna) + +The signal grabbed is the (digital) CAN_RX pin of the MCP2551 chip. + +Details: +http://www.skpang.co.uk/catalog/canbus-breakout-board-p-754.html +http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en010405 +http://www.lowrance.com/en-US/Products/NMEA-2000/EP-60R-Fuel-Flow-en-us.aspx +http://static.garmincdn.com/pumac/GPS17xNMEA2000_InstallationInstructions_Multilingual_.pdf + + +Logic analyzer setup +-------------------- + +The logic analyzer used was an EE Electronics ESLA100 (at 500kHz): + + Probe MCP2551 pin + ----------------------- + 0 CAN_RX + + +Data +---- + +The sigrok command line used was: + + sigrok-cli --driver fx2lafw --config samplerate=500000 --probes 0 \ + --continuous -o + +Capturing was stopped after 172554240 samples. + diff --git a/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/nmea2000_fuel_flow_gps.sr b/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/nmea2000_fuel_flow_gps.sr new file mode 100644 index 0000000..5a25d1c Binary files /dev/null and b/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/nmea2000_fuel_flow_gps.sr differ