OpenMarine
Newbee question about AIS ans NMEA2000 - Printable Version

+- OpenMarine (https://forum.openmarine.net)
+-- Forum: OpenPlotter (https://forum.openmarine.net/forumdisplay.php?fid=1)
+--- Forum: General discussion (https://forum.openmarine.net/forumdisplay.php?fid=2)
+--- Thread: Newbee question about AIS ans NMEA2000 (/showthread.php?tid=1155)



Newbee question about AIS ans NMEA2000 - seawolf - 2018-05-16

I have spent som time looking at the documentation and i just want to check one thing. 

With a AIS from an SDR dongle, will that info be relayed to the NMEA2000 bus so i can display the ships on my plotter?

/Magnus


RE: Newbee question about AIS ans NMEA2000 - Sailoog - 2018-05-17

AIS from SDR are translated to NMEA 0183, not to N2K, but your plotter should have a NMEA 0183 input.


RE: Newbee question about AIS ans NMEA2000 - MatsA - 2018-05-17

(2018-05-16, 08:34 PM)seawolf Wrote: I have spent som time looking at the documentation .....

There is a plugin, for an updated SignalK server, which probably solves the problem.


RE: Newbee question about AIS ans NMEA2000 - seawolf - 2018-05-19

(2018-05-17, 07:41 PM)Sailoog Wrote: AIS from SDR are translated to NMEA 0183, not to N2K, but your plotter should have a NMEA 0183 input.

Thank's for the clarification. No my plotter (B&G Vulcan 7) does not have a NMEA Input. If it dit i would have solved this a year ago. Wink

(2018-05-17, 09:03 PM)MatsA Wrote:
(2018-05-16, 08:34 PM)seawolf Wrote: I have spent som time looking at the documentation .....

There is a plugin, for an updated SignalK server, which probably solves the problem.

Hm... The first thing i see on the plugin page is this:


Plugin to convert Signal K to NMEA2000

Currently only support apparent wind, gps location and system time.


But then this i don't understand:

Note that if you're using an NTG-1 to transmit AIS, then you need to use their Windows NMEA Reader software to add the pgns (129794, 129038, 129041) in the transmitted list.

Any clue what it means?


RE: Newbee question about AIS ans NMEA2000 - Sailoog - 2018-05-19

I am afraid that SK plugin does not convert AIS data into N2K, just apparent wind, gps location and system time.

There is a plugin AIS N2K to NMEA 0183 but not the opposite.

NTG-1 device is closed by default to send PGNs. You have to install that program, connect the device and open needed PGNs.
You can do the same from openplotter with our N2K converter: http://shop.sailoog.com/7-isolated-usb-n2k-converter.html


RE: Newbee question about AIS ans NMEA2000 - MatsA - 2018-05-30

(2018-05-19, 08:12 PM)Sailoog Wrote: I am afraid that SK plugin does not convert AIS data into N2K, just apparent wind, gps location and system time....
Congrats to the new version! I don't want to be impolite, You are doing a fantastic work on very few hands, but it seems in the code that the plugin also takes care of AIS. Se link https://github.com/SignalK/signalk-to-nmea2000/tree/master/conversions Nice that it can be fixed direct from OpenPlotter with Your CAN interface cause it is much better priced. /Mats


RE: Newbee question about AIS ans NMEA2000 - Sailoog - 2018-05-30

(2018-05-30, 01:16 AM)MatsA Wrote:
(2018-05-19, 08:12 PM)Sailoog Wrote: I am afraid that SK plugin does not convert AIS data into N2K, just apparent wind, gps location and system time....
Congrats to the new version! I don't want to be impolite, You are doing a fantastic work on very few hands, but it seems in the code that the plugin also takes care of AIS. Se link https://github.com/SignalK/signalk-to-nmea2000/tree/master/conversions Nice that it can be fixed direct from OpenPlotter with Your CAN interface cause it is much better priced. /Mats

You are not impolite at all, you are right and I am wrong Wink 
I did not notice that, I will give it a try.