NMEA 2000, abbreviated to NMEA2k or N2K and standardised as IEC 61162-3, is a plug-and-play communications standard used for connecting marine sensors and display units within ships and boats.
Questions tagged [nmea2000]
8 questions
2
votes
1 answer
NMEA 2000, configure repetition of messages
According to the NMEA 2000 standard it is possible to configure the repetition time of messages which are specified by the manufacturer of the receiver. This is done by the Group Function message (PGN 126208) is sent. Because this message is larger…

HannesV
- 21
- 2
1
vote
0 answers
How is hexadecimal data from navigation be translated (i ues pixhawk and arduino)? can i get longitude and latitude data from HEX file data?
I wanna try to create a fake navigation data/format that will work for pixhawk and Mission Planner. I try sending and receiving data with arduino. When the arduino received the response (i use navigation sensor from Ublox), it came with Hexadecimal…

Marifin -
- 11
- 1
1
vote
1 answer
Sending NMEA 2000 messages to YD ethernet gateway in Python
I am working on sending NMEA 2000 messages to the network via the YD ethernet gateway. Basically, I want to implement the CAN Log Viewer's tool to send CAN messages in my program and make them appear in the CAN Log Viewer.
I use Python and I managed…

yuvalnac1
- 21
- 2
1
vote
1 answer
cannot execute binary file: Exec format error for a custom Yocto layer
I want to create a Yocto layer for the CANBOAT Repository for phyBOARD Mira board which will be connected to a NMEA2000 on a boat. I would like to read different PGN values and store it in a database.
configuration
I have a Linux Virtual Machine…

Shan-Desai
- 3,101
- 3
- 46
- 89
1
vote
0 answers
NMEA2000 compatible sensors: off the shelf or self built
I am currently upgrading my boat CanBus system and I need to add some more sensors to the backbone, mainly an engine control system and a satellite sms modem.
As most of marine equipment uses NMEA2000 standard, my autopilot (built with Raspberry Pi)…

Anelito
- 213
- 3
- 16
0
votes
0 answers
Extract wind direction/speed from Garmin marine equipment
Not entirely sure where to begin as I am not familiar with Garmin Marine/NMEA boating equipment, but hoping someone here can give me some pointers. I have a friend with a boat equipped with Garmin navigation hardware including a blackbox with an AIS…

Joni
- 831
- 7
- 23
0
votes
0 answers
How to give AIS messages inside OpenCPN and display the course of the vessel on screen?
I am trying to provide Open CPN with !AIVDM and !AIVDO messages. I would like to also make use of the NMEA 2000 protocol if anyone has an idea how. I am doing this for a project and the information on internet is beyond scarce for this subject in…

CodingCat
- 1
- 2
0
votes
0 answers
CANBUS nmea 2000 phrase protocol packet on STM32
I have STM32 microcontroller F4
I want to configure the GPS sensor for getting data, I used CANBUS cable and the protocol is nmea 2000, and communicate with HAL_CAN interrupt.
my question is, how can I phrase the data from the sensor (on nmea…