Skip to content

How to decode NMEA 2000 PGNs ? #1004

Closed
Closed
@captcha1

Description

@captcha1

I'm trying to make a decode file for NMEA 2000 PGNs (eg : 0x1F801 is position, 0x1F50B is depth).

I can play back a log file (using canplayer and this data : https://gitlab.com/gpsd/gpsd/-/tree/master/test/nmea2000) and view the raw data w/ can_viewer.py :

Count   Time           dt          ID          DLC  Data
107     12.080583      0.100003    0x09F80102  8    D6 71 9A 16 87 1A B8 0D

When I try to decode with :

-d '9F80102:<BHL'

... it just ignores it.

Any tips ?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions