]> sigrok.org Git - sigrok-dumps.git/commitdiff
Add NMEA 2000 / CAN dumps (fuel flow sensor, GPS).
authorUwe Hermann <redacted>
Mon, 15 Jul 2013 10:14:51 +0000 (12:14 +0200)
committerUwe Hermann <redacted>
Mon, 15 Jul 2013 10:14:51 +0000 (12:14 +0200)
Thanks to Carl-Fredrik Sundstrom <redacted> for the files.

can/nmea2000/lowrance_ep_60r_garmin_gps_17x/README [new file with mode: 0644]
can/nmea2000/lowrance_ep_60r_garmin_gps_17x/nmea2000_fuel_flow_gps.sr [new file with mode: 0644]

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 (file)
index 0000000..8a4de8b
--- /dev/null
@@ -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 <file>
+
+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 (file)
index 0000000..5a25d1c
Binary files /dev/null and b/can/nmea2000/lowrance_ep_60r_garmin_gps_17x/nmea2000_fuel_flow_gps.sr differ