Cruisers Forum
 


Reply
  This discussion is proudly sponsored by:
Please support our sponsors and let them know you heard about their products on Cruisers Forums. Advertise Here
 
Thread Tools Search this Thread Rating: Thread Rating: 5 votes, 4.80 average. Display Modes
Old 28-12-2013, 11:28   #421
Registered User

Join Date: Oct 2013
Location: Valley Center, Ca
Posts: 128
Re: OpenCPN Radar Overlay PlugIn

Thank you, Dave, Fastm, Matt, Chris, Pete, et al. I certainly appreciate your help and I'm going to get a 3G.

I'll be back here, asking more questions but now I've got a start. Going up to the PNW this summer, so I have a goal.

Boris
BMD21 is offline   Reply With Quote
Old 02-01-2014, 07:31   #422
Registered User

Join Date: Jan 2014
Posts: 1
Re: OpenCPN Radar Overlay PlugIn

Hello,

I'd like to record "raw" data from a GMR18HD as used here.
I know that the network link rate is 100Mb/s.

Does anyone know what kind of actual data rate I might expect?

Would it depend on the settings used?

Thanks,
Allister
alvdb is offline   Reply With Quote
Old 04-01-2014, 23:41   #423
Registered User

Join Date: Oct 2011
Location: Moss, Norway
Boat: 35' Jeanneau Espace 1000 DL
Posts: 354
Re: OpenCPN Radar Overlay PlugIn

Heading..
The new lowrance point-1 GPS/heading sensor would do, I guess? Lowrance Point-1 GPS Antenna - LOWRANCE | Marine Electronics

at 200$ it's way cheaper(even with a 0183 converter) than a Maretron or Airmar, even though accuracy is 3deg versus 1deg on the more expensive units.

The say that it's not reccomended for autopilot or MARPA, but I see several people online who use it for autopilot.

.manitu
__________________
Is it possible that my sole purpose in life is to act as a warning to others?
manitu is offline   Reply With Quote
Old 05-01-2014, 04:54   #424
Registered User
 
Opie91's Avatar

Join Date: Apr 2009
Location: CT
Boat: C&C 34
Posts: 1,052
Re: OpenCPN Radar Overlay PlugIn

I was contemplating the same thing, but found a Nobeltec (Same model as Maretron SSC200) on eBay for $350. Does NMEA 0183 & 2000

Nobeltec Solid State Heading Sensor | eBay
Opie91 is offline   Reply With Quote
Old 05-01-2014, 16:14   #425
Registered User
 
maxxflow's Avatar

Join Date: Jun 2010
Location: West coast of Sweden
Boat: 45' ex-trawler
Posts: 15
Re: OpenCPN Radar Overlay PlugIn

Quote:
Originally Posted by GHammond View Post
Dear Joel

That was really helpful - thank you.

I changed the source as you suggested and the screen did NOT draw red all over.

I then added another line of code inside the drawing code to make a log entry each time the radar tried to draw a blob to make sure that the drawing code was being called - and quickly generated a huge log which proved that the radar plugin was trying to draw blobs and they do not appear.

In other words, I did this:

Code:
                glColor4ub((GLubyte)red, (GLubyte)green, (GLubyte)blue, (GLubyte)alpha);    // red, blue, green
                wxLogMessage(wxT("Drawing blob right now"));
                draw_blob_gl(angleDeg, radius,  blobRadius, .75);
So...I think it must be an openGL phenomenon: it can't be just a 64 bit issue since you're running 64 bit so I'll concentrate on the openGL flags/switches/variables.

The only other anomaly I can see by comparing the logs from the working box with the non working is that the non working box always reports max_range as 0 -- like this:

Code:
10:48:51 SGT: Rotating image for HDT=0.000000 Correction=0 Rotation=0.000000 Result=0.000000
10:48:51 SGT: max_range=0 angle_prev=4095
Not sure if this is material.

If any one has any ideas I'm all ears...

Thank you Joel

Pete
(quoted from page 7 in this thread)

Pete - if you still follow this thread; I'm curious, did you get any closure on this issue?

I'm asking because I just encountered something interesting that could be related.

For the record, this concerns the Navico radar plugin (https://github.com/canboat/BR24radar_pi), and a case where the plugin seems to operate fine (log indicates data is received), but no radar picture is drawn on the chart.

I noticed that if I start a freshly installed OpenCPN for the first time, and load/enable the radar plugin straight away (i.e. before restarting OpenCPN for the OpenGL-setting to take effect), I get the described symptoms. No radar overlay - it doesn't matter if I restart OpenCPN at this point.

If I enable OpenGL, restart OpenCPN, and *then* load the radar plugin - everything works.

Can anyone else replicate this bug? I'm running Ubuntu 13.10, and the latest OpenCPN and BR24radar_pi code from git as of today.

Joel
maxxflow is offline   Reply With Quote
Old 05-01-2014, 16:24   #426
Registered User

Join Date: Jul 2010
Location: East Coast US, Caribbean
Boat: Moody 425 sloop
Posts: 128
Re: OpenCPN Radar Overlay PlugIn

Very interesting Joel.
We are apparently having a similar issue with gradar running on Windows 7.
Dave, do you think this would help our problem? Is it worth trying?
Thanks,
Matt
Helmsmatt is offline   Reply With Quote
Old 06-01-2014, 07:21   #427
Registered User

Join Date: Jul 2010
Location: East Coast US, Caribbean
Boat: Moody 425 sloop
Posts: 128
Re: OpenCPN Radar Overlay PlugIn

Another minor, but good breakthrough...
We have a Panasonic Toughbook tablet running XP, that wouldn't run gradar. Connection wasn't the issue; the pi log showed all the right data. The video graphics driver didn't support OpenGL. Intel had abandoned support of the XP driver. A search revealed that some young student had created his own driver. The hardware was capable. I found,downloaded and updated the driver. The charts didn't disappear, but came up low res and mostly orange. On a hunch, reduced the colors setting from millions of colors to something less (can't remember, but had only one other choice). The charts looked right. Fired up gradar. WORKS!
So now have two PCs running gradar. Still need to get Cindy's PC to work. But I feel like we have sufficient backup to navigate with confidence offshore.
Helmsmatt is offline   Reply With Quote
Old 06-01-2014, 14:31   #428
Registered User

Join Date: Jan 2013
Posts: 31
Re: OpenCPN Radar Overlay PlugIn

Hi Joel

I'm still plugging away on OpenGL issues but I did have a breakthrough with the Navico radar plugin. I could not make the radar image display at all even though it showed data coming in. The significant change was running openCPN as root - and then it all worked. Unfortunately I had to leave the boat that afternoon so I haven't tested it thoroughly but it was clearly some kind of permissions or network problem.

Thanks.

Pete
GHammond is offline   Reply With Quote
Old 06-01-2014, 14:41   #429
Registered User

Join Date: Jul 2010
Location: East Coast US, Caribbean
Boat: Moody 425 sloop
Posts: 128
Re: OpenCPN Radar Overlay PlugIn

Hi Pete,
We're having similar issues. What do you mean by "data coming in"?
For us, wireshark shows data coming in, but OCPN isn't seeing it.
We're running win7, but still think we have permission//network issues. I don't think running it as root is a solution for us.
Matt
Helmsmatt is offline   Reply With Quote
Old 07-01-2014, 06:54   #430
Registered User

Join Date: Jan 2013
Posts: 31
Re: OpenCPN Radar Overlay PlugIn

Hi Matt

Sorry if I wasn't clear - I was responding to Joel and both of us are on Linux, so no, running as root isn't a windows option.

By "data coming in" I meant that I could see multiple packets coming into the laptop using wireshark but nothing would show on the screen.

I don't think my resolution is much help to you, I'm afraid, because of the different OS.

Best

Pete
GHammond is offline   Reply With Quote
Old 07-01-2014, 06:59   #431
Registered User

Join Date: Jul 2010
Location: East Coast US, Caribbean
Boat: Moody 425 sloop
Posts: 128
Re: OpenCPN Radar Overlay PlugIn

Pete,
Actually, it's helpful.
When wireshark showed good data, was the gradar pi log showing good packets, or did it show nothing, or errors?
Thanks,
Matt
Helmsmatt is offline   Reply With Quote
Old 07-01-2014, 07:15   #432
Registered User

Join Date: Jan 2013
Posts: 31
Re: OpenCPN Radar Overlay PlugIn

Good packets in the BR24 log - no apparent errors. Just no image displayed.

Pete
GHammond is offline   Reply With Quote
Old 07-01-2014, 07:25   #433
Registered User

Join Date: Jul 2010
Location: East Coast US, Caribbean
Boat: Moody 425 sloop
Posts: 128
Re: OpenCPN Radar Overlay PlugIn

Thanks for the quick reply Pete.
Different problem than ours. Our log shows no packets....
Matt
Helmsmatt is offline   Reply With Quote
Old 09-01-2014, 22:59   #434
Registered User
 
hasse_A's Avatar

Join Date: Feb 2013
Location: Tyrell Bay,Carriacou
Boat: Allegro 33
Posts: 559
Re: OpenCPN Radar Overlay PlugIn

Hi all!

I am about to invest in a radardome and integrate it with OpenCPN.
Does anyone know if OpenCPN Radarplugin for the GMR 18 is compatible
with Garmins new GMR 24 xHD ?
I suspect that it does not matter if the radome is 18 or 24 feet. Am I right ?
hasse_A is offline   Reply With Quote
Old 15-01-2014, 09:47   #435
Registered User
 
jonasaberg's Avatar

Join Date: Jul 2008
Location: Kristiansand, Norway
Boat: Wasa 410
Posts: 309
Re: OpenCPN Radar Overlay PlugIn

I don't know, but it seems that the question is which chart plotters that can control the radar.

If the "x24 HD" can attach to the same Garmin Chart Plotters as the older "24 HD" it seems to me there is no obvious reason that the x24 HD should not work with OpenCPN, and when I took a quick glance at the "compatible devices" list on Garmins web page it does seem both radars work with the same chart plotters.

I checked the Garmin web page and the only difference between the two radars seem to be that the new x24 HD maximum rotation is increased from 30 to 48 rpm.
jonasaberg is offline   Reply With Quote
Reply

Tags
opencpn, paracelle, radar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
OpenCpn for Navigation gpshephe Marine Electronics 10 30-12-2013 09:33
What Do You Think of Selling OpenCPN? esan6 OpenCPN 25 23-10-2013 08:35
Help with OpenCPN Sailorman375 Navigation 3 11-08-2013 20:58
For Sale: Radar Mount sailorman14 Classifieds Archive 5 23-04-2012 20:50
OpenCPN Version 2.6 Beta Build 1524 bdbcat OpenCPN 115 09-04-2012 11:10

Advertise Here


All times are GMT -7. The time now is 09:17.


Google+
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Social Knowledge Networks
Powered by vBulletin® Version 3.8.8 Beta 1
Copyright ©2000 - 2024, vBulletin Solutions, Inc.

ShowCase vBulletin Plugins by Drive Thru Online, Inc.