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 06-12-2015, 04:12   #106
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

Quote:
Originally Posted by Saqqara View Post
One thing I'd like to see is more of the configuration settings ready to go out of the box. For example, turn on the dashboard plugin in OpenCPN and preconfigure dashboard(s) to display any of the things for which OpenPlotter specifically crafts NMEA sentences for with a modest hardware budget. It's easier for a user to remove from the dashboard the things that he might not have connected to his pi yet, than to trial and error all of the possible displays.
good point

Quote:
Originally Posted by Saqqara View Post
I can't make any sense of the SignalK panel. I'm eager for some really sexy onscreen instruments! I wonder if the SignalK guys could be helpful in providing gauges that just look super at first launch. The best I've gotten are tiny little thumbnails.
You are right, I think Signal k developers are really busy trying to release the first stable version and panel instruments and gauges still need a lot of work. I suppose we need to be patient.
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 06-12-2015, 04:23   #107
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

Quote:
Originally Posted by conachair View Post
How does the Zero cope with opencpn, have you got your hands on one yet to test drive?

Nav computer for 5 dollars, very
Not me directly but a contributor from Uruguay has tested it in deep and he has found the expected OpenCPN and some Signal K issues.

With all the OpenPlotter features on, the processor is always 100%

I think the RPI Zero will be useful for related and standalone projects like autopilots, wind sensors, voltage/current monitoring...
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 06-12-2015, 16:06   #108
Registered User
 
exkma367's Avatar

Join Date: Jan 2014
Location: PA
Boat: 68 tartan 34c
Posts: 76
Re: OpenPlotter project

Thanks for your response. No need to spend any of your time checking your notes. It is no problem for me to get the proper hardware. The only problem for me is getting myself to stop tinkering with it and get some work done. Thanks again for your efforts......
exkma367 is offline   Reply With Quote
Old 11-12-2015, 03:01   #109
cruiser

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

Sailoog - I've just got back to the boat and installed the latest beta3 - fantastic! It really is a shiny piece of work , very , congratulations.

The alarms and email/twitter facility are very interesting, a few questions...

- Is there an online wish list anywhere, like the OpenCPN flyspray? Or what's the best way to discuss requests/bugs etc with you guys?

- Any plans to extend the monitoring/alarm trigger menus? I would love to get battery voltage in there, shame the Pi has no ADC's built in like arduino's. One way might be to have a trigger/monitor for a specific $OPXDR device name and get an arduino the measure the voltage and write a NMEA sentence. Then OpenPlotter could Tweet your battery voltage and email if it gets low.

- Is more than 1 ds18 thermometer possible? I have one on the engine head and one on the exhaust(With plans for more on the alternator & stuffing box), interesting what really goes on





Again, well done, how's the cubietruck version going....
conachair is offline   Reply With Quote
Old 11-12-2015, 03:51   #110
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

Quote:
Originally Posted by conachair View Post
The alarms and email/twitter facility are very interesting...
Now we are testing cheap GSM dongles to add SMS.

Quote:
Originally Posted by conachair View Post
- Is there an online wish list anywhere, like the OpenCPN flyspray? Or what's the best way to discuss requests/bugs etc with you guys?
Instead of creating a forum and bring people to it, we chose to go where people are and there are several sites that we often check, here is the list for the different languages. This post is one of them. For code issues and contributions github is the option. Be patient with our English

Quote:
Originally Posted by conachair View Post
- Any plans to extend the monitoring/alarm trigger menus? I would love to get battery voltage in there, shame the Pi has no ADC's built in like arduino's. One way might be to have a trigger/monitor for a specific $OPXDR device name and get an arduino the measure the voltage and write a NMEA sentence. Then OpenPlotter could Tweet your battery voltage and email if it gets low.
Sure, the new trigger/action system is really flexible and is easy to add new triggers and actions. Battery monitoring is a priority here. As you say, since it must be an external device, we are looking for the best way to go (arduino, a simpler circuit...). There is a guy testing A/D converter chips and we are listening to proposals. And yes, $OPXDR should be the way.
Quote:
Originally Posted by conachair View Post
- Is more than 1 ds18 thermometer possible? I have one on the engine head and one on the exhaust(With plans for more on the alternator & stuffing box), interesting what really goes on
I think it was you who proposed that and I have it in the TO DO list because you are right, having not only engine but exhaust, fridge, sea... data inside the trigger/actions system just connecting these cheap and rugged sensors in parallel to the same pin will be great. I do not know if this feature will be implemented on the next release but it will be for sure.

Quote:
Originally Posted by conachair View Post
Nice graphs! How do you make it?

One last thing...

Today I am going to upload to the github repository a lot of changes fixing bugs of the beta. I will post here the way to download and update the code to the last image so you can play this weekend

Thanks for your feedback!
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 11-12-2015, 06:14   #111
Registered User
 
NahanniV's Avatar

Join Date: Mar 2011
Location: Nova Scotia Canada
Boat: Wharram Tiki 46
Posts: 1,321
Re: OpenPlotter project

Besides more temperature sensors on the OneWire bus, how about supporting other sensors/devices as well, like switches.

There would be a bunch of advantages to doing this:
  • It's cross platform
  • OneWire Sensors are cheap
  • Most Important functions are available: Temp, ADC, PIO...
  • Easy to Wire, no mess of wires running to the computer
  • It Electrically protects the computer from the sensors

The GPIO switch interface on the Rpi is easy and no extra cost, but other than that has none of the above advantages.

Cheers,
JM.
NahanniV is offline   Reply With Quote
Old 11-12-2015, 07:00   #112
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 Sailoog View Post
Now we are testing cheap GSM dongles to add SMS.
Now that sounds very cool.


Quote:
Sure, the new trigger/action system is really flexible and is easy to add new triggers and actions. Battery monitoring is a priority here. As you say, since it must be an external device, we are looking for the best way to go (arduino, a simpler circuit...). There is a guy testing A/D converter chips and we are listening to proposals. And yes, $OPXDR should be the way.
One thought, what about a timer as a trigger? Recently i read a thread about someone using a Pi as a boat monitoring system when the boat was unoccupied, he had an external timer to switch on the Pi then it would switch off again after recording some data and sending a text - a timer might be useful for something like that.



Quote:
Nice graphs! How do you make it?
Graphs came via Plotly - https://plot.ly/



Quote:
Today I am going to upload to the github repository a lot of changes fixing bugs of the beta. I will post here the way to download and update the code to the last image so you can play this weekend
Look forward to it, thanks. Should have a MPU-9250 and BMP180 turning up soon from amazon to have a play with as well.

If I can help in any way by testing or whatever, please ask.

And wonderful arduinos- they can make NMEA sentences easily, here's a very simply play around with a mega creating position data I did just to see if the check sum worked and how quick OpenCPN could suck up the data. Fastest my boat has ever been, and seriously ran aground
conachair is offline   Reply With Quote
Old 11-12-2015, 09:21   #113
Registered User

Join Date: Sep 2015
Posts: 64
Re: OpenPlotter project

I have a Wireless-N USB Adapter with Realtek RTL8192CU chipset.
I cannot for the life of me work out how to install this or the drivers to the Pi 2, I am using a powered USB Hub.
I have openplotter working no problems.
Could someone please point me in the right direction?

Many thanks.
Harry Brown is offline   Reply With Quote
Old 11-12-2015, 11:13   #114
Registered User

Join Date: Aug 2012
Location: Slidell, LA
Boat: Laguna 33
Posts: 86
Re: OpenPlotter project

Quote:
Originally Posted by Harry Brown View Post
I have a Wireless-N USB Adapter with Realtek RTL8192CU chipset.
I cannot for the life of me work out how to install this or the drivers to the Pi 2, I am using a powered USB Hub.
I have openplotter working no problems.
Could someone please point me in the right direction?

Many thanks.
OK, this is for the RTL8192EU so it may be a different driver, but this thread made all the difference for me getting MY wifi working, https://www.raspberrypi.org/forums/v...24509&p=835863

It seems this Engman guy compiles Realtek drivers and keeps them in a private repository.

After installing the appropriate driver, I can't remember if I just followed some other generic recipe for getting a wifi adapter working on raspian, or if OpenPlotter just saw it.
Saqqara is offline   Reply With Quote
Old 11-12-2015, 12:29   #115
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

Quote:
Originally Posted by NahanniV View Post
Besides more temperature sensors on the OneWire bus, how about supporting other sensors/devices as well, like switches.

There would be a bunch of advantages to doing this:
  • It's cross platform
  • OneWire Sensors are cheap
  • Most Important functions are available: Temp, ADC, PIO...
  • Easy to Wire, no mess of wires running to the computer
  • It Electrically protects the computer from the sensors

The GPIO switch interface on the Rpi is easy and no extra cost, but other than that has none of the above advantages.

Cheers,
JM.
Sounds good, do you have any example of sensor and code different than temp?
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 11-12-2015, 12:41   #116
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

Quote:
Originally Posted by conachair View Post
Now that sounds very cool.
One thought, what about a timer as a trigger? Recently i read a thread about someone using a Pi as a boat monitoring system when the boat was unoccupied, he had an external timer to switch on the Pi then it would switch off again after recording some data and sending a text - a timer might be useful for something like that.
Actually now you can do something similar. I have added a trigger called "none (always true)" for actions that should be always executed (periodically or not) without conditions. But it might be another way... we have Date and Time as triggers and we have comparison operators and a field to introduce values. I should define a pattern for Date an Time to be introduced in value field in order to openplotter can understand. I am going to write down this in the TO DO list too
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 11-12-2015, 12:47   #117
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

Quote:
Originally Posted by Harry Brown View Post
I have a Wireless-N USB Adapter with Realtek RTL8192CU chipset.
I cannot for the life of me work out how to install this or the drivers to the Pi 2, I am using a powered USB Hub.
I have openplotter working no problems.
Could someone please point me in the right direction?

Many thanks.
If your dongle is a real RTL8192CU you do not need anything else. Drivers are in core on linux and openplotter detects him and loads the right hostapd file to work as an access point.

Open a terminal and type lsusb and paste here what you see.
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 11-12-2015, 12:52   #118
Registered User

Join Date: Jul 2015
Location: Barcelona, Catalonia.
Posts: 297
Re: OpenPlotter project

I have updated the github repository with lots of changes and bug fixes. If you want to test, run the last beta image, connect openplotter to internet, open a terminal and type:

cd
cd .config
rm -rf openplotter/
git clone https://github.com/sailoog/openplotter.git

that will delete the old files and update the new ones including conf files.

Thanks for testing!
__________________
OpenPlotter Project
https://openmarine.net/openplotter
Sailoog is offline   Reply With Quote
Old 11-12-2015, 13:15   #119
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 Sailoog View Post
I have updated the github repository with lots of changes and bug fixes. If you want to test, run the last beta image, connect openplotter to internet, open a terminal and type:

cd
cd .config
rm -rf openplotter/
git clone https://github.com/sailoog/openplotter.git

that will delete the old files and update the new ones including conf files.

Thanks for testing!
Done, up and running. That was quick, mention a timer and within a few hours there is one

So is the idea that the wait action triggers twitter/gmail sending? I'll have a play with that next, maybe with a spare ds18b20.

Thanks, great stuff.
conachair is offline   Reply With Quote
Old 11-12-2015, 13:18   #120
Registered User

Join Date: Aug 2012
Location: Slidell, LA
Boat: Laguna 33
Posts: 86
Re: OpenPlotter project

I haven't done any pi or arduino projects that made it beyond the benchtop. Is this what I probably need to get from jumper wires and alligator clips to a more permanent prototype I can sail with?



Original Raspberry Pi B Accessories Prototype Pi Plate RPI B Plus Free Shipping | eBay
Saqqara 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 14:53.


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.