Cruisers Forum
 

Go Back   Cruisers & Sailing Forums > Engineering & Systems > Marine Electronics
Cruiser Wiki Click Here to Login
Register Vendors FAQ Community Calendar Today's Posts Log in

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 Rate Thread Display Modes
Old 18-01-2020, 07:19   #31
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by thomm225 View Post
Now I see a way to tie in the computer/electronics techie stuff with boat stuff which to me is interesting. Plus I need things to do when at anchor are when sailing on nice days
You really need a Pi loaded with openplotter/signalk

All the main bits work out of the box to leave you free to fiddle much deeper down than most will go
conachair is offline   Reply With Quote
Old 18-01-2020, 07:22   #32
Registered User
 
thomm225's Avatar

Join Date: Aug 2011
Location: Lower Chesapeake Bay Area
Boat: Bristol 27
Posts: 10,552
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by conachair View Post
You really need a Pi loaded with openplotter/signalk

All the main bits work out of the box to leave you free to fiddle much deeper down than most will go
Thanks.

I was planning to start out with a basic system then move in that direction.....

Starting with hooking up my GX2200 simply for a better/larger display
thomm225 is offline   Reply With Quote
Old 18-01-2020, 07:34   #33
Registered User

Join Date: Apr 2017
Location: South Dakota
Boat: Jeanneau SO 34.2
Posts: 157
Images: 10
Re: Raspberry Pi as Onboard Computer

Fun thread...

I'll preface my reply with the fact that I have just bought my boat and haven't installed anything on her yet. Agree that this is probably only worth it if you enjoy this sort of messing around.

On my desk at home I have OpenPlotter installed on a Pi 3B+, and made it a Plex server+client for movies at anchor. This model Pi struggles to playback video so I will upgrade to a Pi 4 before installing on the boat. Movies will be stored on a USB 3.0 external SSD.

I have the GX2200 VHF mentioned earlier in the thread as this looked like the cheapest way to inject GPS and AIS data. OpenPlotter makes it pretty easy to watch the NMEA0183 sentences flow through and I've seen the GPS data do that. As far as I can tell the GX2200 doesn't broadcast it's AIS demo data so I have not seen those yet.

Right now the radio is wired into a RS422 USB stick on the Pi. This required reversal of the grey and brown wires to work, for some reason. I plan to add a Yacht Devices multiplexer to bring other data in at some point.

A decent 5.2V, 25W power supply will get soldered to the PI motherboard before installation, and I will be using a case with an integrated fan and heatsinks. I may solder the RS422 daughterboard on there too, and secure the whole works to some plywood.
steffan is offline   Reply With Quote
Old 18-01-2020, 07:48   #34
Registered User
 
Dsanduril's Avatar

Join Date: Aug 2011
Location: Petersburg, AK
Boat: Outremer 50S
Posts: 4,229
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by thomm225 View Post
Those monitor connectors look awfully small in the picture also. Are they special to the Raspberry Pi or am I just behind the times?
Going way back up-thread, the Pi Zero and the Pi 4 use mini-HDMI connectors, the Pi 3 uses a full-sized HDMI. Bog standard stuff.

A lot of the discussion here has been about OpenPlotter/OpenCPN. For that you need to run at least a Pi 3 (our current setup) and probably preferable to run a Pi 4 (will be upgrading this season). The Pi Zero that runs PyPilot doesn’t have the oomph for chart display, etc. You can network it with a bigger Pi if you also want chart display, or you can run the software side of PyPilot on the bigger Pi directly. Depends on your thoughts regarding separate vs. integrated hardware.

If all you want is the AP functions with a little data added the Zero and PyPilot will be fine.

One thing about these systems is that for the cost of a single “marine” chartplotter or AP computer you can carry about 10 fully configured spares ready to go, and they have become so ubiquitous that you can pick them up in some pretty out-of-the-way places.
Dsanduril is offline   Reply With Quote
Old 18-01-2020, 07:56   #35
Registered User

Join Date: Apr 2017
Location: South Dakota
Boat: Jeanneau SO 34.2
Posts: 157
Images: 10
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by Dsanduril View Post
A lot of the discussion here has been about OpenPlotter/OpenCPN. For that you need to run at least a Pi 3 (our current setup) and probably preferable to run a Pi 4 (will be upgrading this season).
Have you had any luck displaying ENC with OpenCPN on your Pi 3? My current Pi 3B+ doesn't seem to want to render ENC properly, unless all the messing around I have done with the settings hasn't hit the right combo yet. I have limited my testing to raster charts until I upgrade hardware.

Edit: Out of curiosity I just did a fresh download of one of my ENCs and now ENCs are working ‾\_(ツ)_/‾
steffan is offline   Reply With Quote
Old 18-01-2020, 08:14   #36
Senior Cruiser
 
hpeer's Avatar

Cruisers Forum Supporter

Join Date: Dec 2008
Location: Between Caribbean and Canada
Boat: Murray 33-Chouette & Pape Steelmaid-44-Safara-both steel cutters
Posts: 8,576
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by Dsanduril View Post
Going way back up-thread, the Pi Zero and the Pi 4 use mini-HDMI connectors, the Pi 3 uses a full-sized HDMI. Bog standard stuff.

A lot of the discussion here has been about OpenPlotter/OpenCPN. For that you need to run at least a Pi 3 (our current setup) and probably preferable to run a Pi 4 (will be upgrading this season). The Pi Zero that runs PyPilot doesn’t have the oomph for chart display, etc. You can network it with a bigger Pi if you also want chart display, or you can run the software side of PyPilot on the bigger Pi directly. Depends on your thoughts regarding separate vs. integrated hardware.

If all you want is the AP functions with a little data added the Zero and PyPilot will be fine.

One thing about these systems is that for the cost of a single “marine” chartplotter or AP computer you can carry about 10 fully configured spares ready to go, and they have become so ubiquitous that you can pick them up in some pretty out-of-the-way places.

So I’ve got the pi zero wh with Pypilot. I need to update the image and to move the calibration files, etc.

Folks say this can be done from a PC, presumably running Windows.
But I also have an old laptop running Navigatrix.

How?
hpeer is offline   Reply With Quote
Old 18-01-2020, 08:35   #37
Registered User

Join Date: Apr 2017
Location: South Dakota
Boat: Jeanneau SO 34.2
Posts: 157
Images: 10
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by hpeer View Post
So I’ve got the pi zero wh with Pypilot. I need to update the image and to move the calibration files, etc.

Folks say this can be done from a PC, presumably running Windows.
But I also have an old laptop running Navigatrix.

How?
SD card images can be read and written on Windows with Win 32 Disk Imager https://raspberry-projects.com/pi/pi...in32diskimager

Once the card is mounted in the Pi the simplest way to transfer files is with a USB stick. If the Pi is on the same network as your laptop you can use Filezilla to move files between Windows and Linux.
steffan is offline   Reply With Quote
Old 18-01-2020, 08:39   #38
Registered User
 
thomm225's Avatar

Join Date: Aug 2011
Location: Lower Chesapeake Bay Area
Boat: Bristol 27
Posts: 10,552
Question Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by Dsanduril View Post
Going way back up-thread, the Pi Zero and the Pi 4 use mini-HDMI connectors, the Pi 3 uses a full-sized HDMI. Bog standard stuff.

A lot of the discussion here has been about OpenPlotter/OpenCPN. For that you need to run at least a Pi 3 (our current setup) and probably preferable to run a Pi 4 (will be upgrading this season). The Pi Zero that runs PyPilot doesn’t have the oomph for chart display, etc. You can network it with a bigger Pi if you also want chart display, or you can run the software side of PyPilot on the bigger Pi directly. Depends on your thoughts regarding separate vs. integrated hardware.

If all you want is the AP functions with a little data added the Zero and PyPilot will be fine.

One thing about these systems is that for the cost of a single “marine” chartplotter or AP computer you can carry about 10 fully configured spares ready to go, and they have become so ubiquitous that you can pick them up in some pretty out-of-the-way places.
I plan to go with the Raspberry Pi 4 with 4GB Ram. I think it's CPU speed is 1.5 Ghz.

Then I'll build from there. Maybe a 35Gb SD card and I think I'll need the RS485 top hat and power supply, monitor, mouse, and keyboard

I'll worry about cases etc later

Mine may stay portable for a while. I may use it for more than just boat stuff. My solar system for example still isn't mounted. Panels are tied on as needed and the controllers are lying in the lazarette lockers with just wires attached.

Hope I never roll the boat! At least not anytime soon. My batteries are secured though
thomm225 is offline   Reply With Quote
Old 18-01-2020, 09:26   #39
Registered User
 
thomm225's Avatar

Join Date: Aug 2011
Location: Lower Chesapeake Bay Area
Boat: Bristol 27
Posts: 10,552
Re: Raspberry Pi as Onboard Computer

Also, what size monitors are you folks using onboard with your Raspberrys?

7"?
thomm225 is offline   Reply With Quote
Old 18-01-2020, 09:26   #40
Registered User

Join Date: Dec 2019
Posts: 47
Re: Raspberry Pi as Onboard Computer

Just a note here, OpenCPN run on windows, MAC, Android and PI. So if happen you have a Tablet with GPS on it you could do communication in Wifi or Bluetooth too. You might say you don't see very well the screen in sun reflection with the PI you still have to find a screen to attach on your PI. So you have a choice to pick up.
JonathanX is offline   Reply With Quote
Old 18-01-2020, 09:29   #41
cruiser

Join Date: Nov 2007
Location: Probably in an anchorage or a boatyard..
Boat: Ebbtide 33' steel cutter
Posts: 5,030
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by thomm225 View Post
Also, what size monitors are you folks using onboard with your Raspberrys?

7"?
Off the shelf 19" samsung monitor with a 12v input. Though very rarely gets used, usually VNC into the Pi from a laptop feet up
conachair is offline   Reply With Quote
Old 18-01-2020, 09:30   #42
Registered User

Join Date: Apr 2017
Location: South Dakota
Boat: Jeanneau SO 34.2
Posts: 157
Images: 10
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by thomm225 View Post
Also, what size monitors are you folks using onboard with your Raspberrys?

7"?
Mine is/will be a 22" TV in the salon.
steffan is offline   Reply With Quote
Old 18-01-2020, 09:44   #43
Registered User
 
thomm225's Avatar

Join Date: Aug 2011
Location: Lower Chesapeake Bay Area
Boat: Bristol 27
Posts: 10,552
Re: Raspberry Pi as Onboard Computer

Okay thanks.

I'll have to figure it out. I have limited space.
thomm225 is offline   Reply With Quote
Old 18-01-2020, 09:51   #44
Registered User

Join Date: Apr 2017
Location: South Dakota
Boat: Jeanneau SO 34.2
Posts: 157
Images: 10
Re: Raspberry Pi as Onboard Computer

My main reason for using the big screen is that the Pi in my set up is for backup navigation, data broadcast, and logging. Secondarily as a media streamer.

Primary navigation will be phone(s)/tablets running Navionics or OpenCPN independently, but optionally consuming the data broadcast on local Wifi by the Pi.
steffan is offline   Reply With Quote
Old 18-01-2020, 10:03   #45
Registered User
 
thomm225's Avatar

Join Date: Aug 2011
Location: Lower Chesapeake Bay Area
Boat: Bristol 27
Posts: 10,552
Re: Raspberry Pi as Onboard Computer

Quote:
Originally Posted by steffan View Post
My main reason for using the big screen is that the Pi in my set up is for backup navigation, data broadcast, and logging. Secondarily as a media streamer.

Primary navigation will be phone(s)/tablets running Navionics or OpenCPN independently, but optionally consuming the data broadcast on local Wifi by the Pi.
Ok.

I have nothing now except a depth finder that I can move out onto the bridge deck and now my SH GX2200 which I can see from the cockpit. (and charts)

My old 1990's GPS and chart plotter that came on the boat have both failed over the last 8 years

I have tiller steering so I'm close to the companionway as well

The AIS will be nice to "see" the ships that sometime like to hide behind the tunnel island coming into the bay and their speed. I have two shipping channels to cross on my normal sail North (and back South)
Attached Thumbnails
Click image for larger version

Name:	DSC00529.jpg
Views:	164
Size:	429.7 KB
ID:	207166   Click image for larger version

Name:	DSC00242.jpg
Views:	187
Size:	412.6 KB
ID:	207167  

Click image for larger version

Name:	DSC00520.jpg
Views:	158
Size:	451.6 KB
ID:	207170   Click image for larger version

Name:	DSC00532.jpg
Views:	174
Size:	430.7 KB
ID:	207171  

thomm225 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
Raspberry Pi or ... for onboard computer Tenedos Marine Electronics 18 04-02-2017 19:27
Wanted Raymarina Type 300 Course computer or S3 Course computer Plukky Marine Electronics 0 08-05-2014 23:20
computer onboard donegalbreeze Marine Electronics 8 22-06-2012 09:48
Onboard Computer - Linux Progs ? conachair Marine Electronics 3 30-01-2012 11:49
Computer Onboard? Ron Laking Marine Electronics 25 18-07-2011 07:18

Advertise Here


All times are GMT -7. The time now is 00:10.


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.