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: 4 votes, 5.00 average. Display Modes
Old 25-05-2016, 11:05   #796
Registered User

Join Date: Apr 2016
Boat: Formosa 41
Posts: 20
Re: OpenPlotter project

Hi Sailoog & rgleason,

I have made a pull request to opencpn for my changes to the dashboard_pi.cpp, dial.cpp and instrument.cpp.

thanks
Nick_Currawong is offline   Reply With Quote
Old 25-05-2016, 22:04   #797
Registered User
 
rgleason's Avatar

Join Date: Mar 2012
Location: Boston, MA
Boat: 1981 Bristol 32 Sloop
Posts: 17,634
Images: 2
Re: OpenPlotter project

Nick_c thankyou for the dashboard contribution. Hope you troubles are resolved.
rgleason is offline   Reply With Quote
Old 27-05-2016, 10:39   #798
Registered User

Join Date: Feb 2016
Location: Staffordshire
Boat: none yet
Posts: 5
Re: OpenPlotter project

Hi Sailoog,

Would it be possible to incorporate this NAVTEX code in to your work, here's the link from youtube. Low-Cost NAVTEX Receiver https://youtu.be/SwL_ZQ_iBIM

He's released the code, http://fmode.de/NavTex_Receiver_by_kutt.txt

So hopefully asking permission to use the code for your work should be ok. The hardware needs to be built, I've asked if he could write a simple tutorial for the building of the NAVTEX Receiver.

It would be nice if there's a NAVTEX window, that could be drag and resized, displaying NAVTEX messages.

Thanks
Rich UK is offline   Reply With Quote
Old 27-05-2016, 11:09   #799
Registered User

Join Date: Feb 2016
Location: Staffordshire
Boat: none yet
Posts: 5
Re: OpenPlotter project

Hi Sailoog,

Would it be possible to incorporate this NAVTEX code in to your work, here's the link from youtube. Low-Cost NAVTEX Receiver https://youtu.be/SwL_ZQ_iBIM

He's released the code, http://fmode.de/NavTex_Receiver_by_kutt.txt

So hopefully asking permission to use the code for your work should be ok. The hardware needs to be built, I've asked if he could write a simple tutorial for the building of the NAVTEX Receiver.

It would be nice if there's a NAVTEX window, that could be drag and resized, displaying NAVTEX messages.

Thanks
Rich UK is offline   Reply With Quote
Old 28-05-2016, 03:05   #800
Registered User

Join Date: Sep 2015
Posts: 64
Keyboard & Mouse

Could someone recommend a Pi3 / openplotter compatible wireless keyboard and mouse please? Should I go Bluetooth or WiFi?

Thanks
Harry Brown is offline   Reply With Quote
Old 28-05-2016, 03:12   #801
Registered User

Join Date: Apr 2016
Location: Ålesund, Norway
Posts: 23
Re: OpenPlotter project

Quote:
Originally Posted by Rich UK View Post
Hi Sailoog,

Would it be possible to incorporate this NAVTEX code in to your work, here's the link from youtube. Low-Cost NAVTEX Receiver https://youtu.be/SwL_ZQ_iBIM

He's released the code, http://fmode.de/NavTex_Receiver_by_kutt.txt

So hopefully asking permission to use the code for your work should be ok. The hardware needs to be built, I've asked if he could write a simple tutorial for the building of the NAVTEX Receiver.

It would be nice if there's a NAVTEX window, that could be drag and resized, displaying NAVTEX messages.

Thanks
You can make a Navtex-receiver even cheaper with just a SDR, and let the software do the decoding.
Alekoy is offline   Reply With Quote
Old 28-05-2016, 03:15   #802
Marine Service Provider

Join Date: May 2013
Location: Norway
Posts: 719
Re: Keyboard & Mouse

Quote:
Originally Posted by Harry Brown View Post
Could someone recommend a Pi3 / openplotter compatible wireless keyboard and mouse please? Should I go Bluetooth or WiFi?

Thanks
95% of the time after the system is installed and operational, you will only use the mouse. I have seen hundred's of fishing boats using the Logitech cordless marble trackball, and the reason is simple: you do not have to move the mouse when operating, you only scroll the ball on the mouse. Very convenient with limited space on-board a vessel. Except for that recommendation, I would try to find a keyboard that has native F1 to F12 function keys that can be handy to use with opencpn. Nowadays, it has been more and more usual to use the F1 to F12 keys for multimedia functions and you will have to press shift to get access to the F1 to F12 functions, not so convenient when it's a little choppy waves and you try to operate your navigation pc.
petter5 is offline   Reply With Quote
Old 28-05-2016, 03:17   #803
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OpenPlotter project

Quote:
Originally Posted by Alekoy View Post
You can make a Navtex-receiver even cheaper with just a SDR, and let the software do the decoding.
Is there a cheap sdr which will receive down to 518Khz? Would be great if there is, then wfax would be with reach as well.
conachair is offline   Reply With Quote
Old 29-05-2016, 05:27   #804
Registered User

Join Date: Feb 2016
Location: Staffordshire
Boat: none yet
Posts: 5
Re: OpenPlotter project

Quote:
Originally Posted by conachair View Post
Is there a cheap sdr which will receive down to 518Khz? Would be great if there is, then wfax would be with reach as well.

I've been looking can't find one that covers that frequency of 518Khz
Rich UK is offline   Reply With Quote
Old 29-05-2016, 05:47   #805
Registered User

Join Date: Apr 2016
Location: Ålesund, Norway
Posts: 23
Re: OpenPlotter project

Yeah, It turns out that the video I found and based my response on used a $300 SDR.. so not cheap at all...
theoretically if you had a radio that you could tune to the correct frequenzy and fed the audio into a computer, it could decode the data, but that way, the arduino solution mentioned earlier would be better
Alekoy is offline   Reply With Quote
Old 29-05-2016, 05:58   #806
Registered User
 
Vamonos's Avatar

Join Date: May 2011
Boat: Pearson 385
Posts: 188
Re: OpenPlotter project

Quote:
Originally Posted by conachair View Post
Is there a cheap sdr which will receive down to 518Khz? Would be great if there is, then wfax would be with reach as well.
It appears that your best bet is to use an up converter.

https://www.itead.cc/spyverter.html?acc=cfcd208495d565ef66e7dff9f98764d a
Vamonos is offline   Reply With Quote
Old 29-05-2016, 07:28   #807
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: OpenPlotter project

Quote:
Originally Posted by Alekoy View Post
Yeah, It turns out that the video I found and based my response on used a $300 SDR.. so not cheap at all...
theoretically if you had a radio that you could tune to the correct frequenzy and fed the audio into a computer, it could decode the data, but that way, the arduino solution mentioned earlier would be better
Degen 1103's are excellent ssb receivers, not that pricey. Then fldigi running on the Pi will decode. Though I use the ham radio I have onboard. Downside is you need to remember to turn in on and run fldigi to receive, an upside is you can cut and paste lat and long of nav warnings etc from the messages straight into opencpn waypoints.
conachair is offline   Reply With Quote
Old 29-05-2016, 10:55   #808
Registered User

Join Date: Apr 2016
Boat: Formosa 41
Posts: 20
Re: OpenPlotter project

Hi Guys,

I have been thinking about the CAN interface, could it work with a wifi version of a obdii device?
To save having to run more cables through the boat.

My idea goes like this,

Connecting the obdii device (elm327 wifi) to the N2k (can bus) only using the can high/low pins and power pins.
Inputting/outputting the wifi signal into openplotter.

I can't anything about it being bi-directional.


Link to cheap device,
https://www.amazon.co.uk/s/?ie=UTF8&...l_8w12qtniqs_b

Any ideas for or am I missing something?

Ps. I have fixed my rpi, problem with .Xauthority, deleted and recreated resolved the issue.

Thanks
Nick_Currawong is offline   Reply With Quote
Old 29-05-2016, 15:05   #809
Registered User

Join Date: Apr 2016
Location: Ålesund, Norway
Posts: 23
Re: OpenPlotter project

Quote:
Originally Posted by Nick_Currawong View Post
Hi Guys,
onnecting the obdii device (elm327 wifi) to the N2k (can bus) only using the can high/low pins and power pins.
Inputting/outputting the wifi signal into openplotter.
The ELM327 does not support N2k.
Alekoy is offline   Reply With Quote
Old 30-05-2016, 01:19   #810
Registered User

Join Date: Apr 2016
Boat: Formosa 41
Posts: 20
Re: OpenPlotter project

Hi Alekoy,

Maybe I am getting my terminlogy wrong, from the Raymarine manual for my C-series plotter, it implies than you can connect any N2K device straight to my SeatalkNG network as a spur device. Which is the way I was/am going to connect the can-usb adapter which Openplotter is referring to.

I guess my underlying question is, is there a difference between the can-usb adapter and the ELM327 on the "can" side and can openplotter handle the output of it? Also is the ELM327-wifi a bi-directional device?

Thanks
Nick_Currawong is offline   Reply With Quote
Reply


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
Want To Buy: Project Boat: Engineless 35'ish blue water cruiser project Max Sail Classifieds Archive 52 24-03-2013 12:27
Greetings + my project Marco Meets & Greets 8 27-02-2009 16:28
Major Project: What is the best way to organize our discussions? Andy R Forum Tech Support & Site Help 6 04-04-2006 14:21
Our ongoing project - Offshore 41 By Invitation Construction, Maintenance & Refit 7 04-12-2005 06:42
Portal sailing website project CaptainTom Meets & Greets 2 20-03-2003 06:50

Advertise Here


All times are GMT -7. The time now is 19:55.


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.