Saturday 6 December 2014

NMEA network

I've been designing my NMEA network for the boat...

Its not as esay as you'd think.... there are several principles that are obvious... only one device can be connected to a 'listening' port, but several devices can be connected to a 'talking' port. Each port has a specific speed, usually either 38400bps or 4800bps. Some devices have several ports, some can have different ports configured at different speeds, some can't. Different devices use floating grounds, some use the negative side of the 12V circuit... and the most complex one, there is a long list of NMEA 'instructions' (the messages sent out on an NMEA network), and you need to make sure that the right ones are available to be sent, and can be understood by the receiving device... most devices can understand a subset of the NMEA instruction set.

I have 3 instruments (wind, depth, log/speed), a VHF with AIS built in, a plotter with built in GPS, and an autopilot, all of which need info from one or more of the other devices.

Its a fun exercise, and in my case needs a further devices, an NMEA mux that allows several devices outputs to be combined into one single output... this needs a PC connecting to it to configure the ports.... it also provides, in my case, a USB port, that I can connect to a PC to use as a further navigation option.

I have a background in IT.... god knows how some people cope with it!

The one thing I can almost guarantee... my design won't work first time, and i'll spend a few hours debugging why!!!

2 comments:

  1. Neil,
    once configured, my Actisense 0183 multiplexer works very well, no PC required, but I do have the USB version, so a bidirectional feed.
    As I mainly have NMEA2000, if I want to inout that to PC via the multiplexer (good idea) then I have an NMEA 0183 to NMEA2000 bridge, feeding the 0183 multiplexer.

    AIS and position are fed in and overlaid on OpenCPN. Polar Navy and NavMonPC provides good instrument sim on PC for free.
    I havent worked out how to get my Radar onto PC yet, but I know its possible.

    ReplyDelete
  2. Jim,
    I plan to stick OpenCPN on my laptop as well.... I will be short of depth NMEA data (one too few ports on the Actisense)... also have the USB version, so an easy connection... Radar won't be on the PC, but will be on the iPad, as I plan on buying either a Raymarine e7 or c95, so will replicate both screen and also controls to the iPad for below deck....I suspect that modern Radars are just sending a bitmap over Ethernet to the display, so doubt it'll be long before someone has worked out how to grab that data for a tablet and/or PC.

    ReplyDelete