steveeasy
Well-Known Member
Actually neither, Tell me though do people actually get enjoyment with Tech. what a sad world we live in.It all depends, do you enjoy taking photos in your spare time or playing with tech? Each to his own.![]()
Steveeasy
Actually neither, Tell me though do people actually get enjoyment with Tech. what a sad world we live in.It all depends, do you enjoy taking photos in your spare time or playing with tech? Each to his own.![]()
Marine navigator on android will display wifi ais, I used a yakker to do the nmea to wifi bit, very simple to setup.
Actually neither, Tell me though do people actually get enjoyment with Tech. what a sad world we live in.
Steveeasy
+1 me too. This is now my main navigation system replacing a chart plotter.
Www.solocoastalsailing.co.uk
I did get SignalK a few months ago but did not yet have the time to fiddle around with it. Are you using it in any applications on your boat?
Main ones day to day are the KIP dashboard and the Influxdb plugin. KIP just works and looks lovely -
![]()
Saving to a database and viewing so easily is gold dust for things like the batteries >
![]()
My setup is a little more complex than just a Pi as it ended up actually easier to route the sensors back to a ESP8266 board then wifi the data as signalk to the Pi, 3 DS18B20 thermometers on the engine/alt/exhaust, BMP280 barometer, ADS1115 4 channel voltmeter and INA219 piggy backed across the battery monitor shunt for current. All very accurate.
Also a great addition was a hifiberry hifi amp which piggy backs onto the Pi for music/streaming radio/podcasts etc. All controllable form anywhere onboard with a tablet/laptop/phone. Works great.![]()
Hi,
I really appreciate this post as this is exactly what i am trying to do (boat monitoring). Does any of you has the patience to help me to get open plotter connected to InfluxDB? first i presume that i need to install it? but i cannot find a way to install it on my Raspberry Pi 3B+?
Thanks in advance for your help
sudo apt-get update
sudo apt-get upgrade #(might not actually need this one but good idea to get all the software up to date)
sudo apt-get install curl
sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add -
echo "deb https://repos.influxdata.com/debian stretch stable" | sudo tee /etc/apt/sources.list.d/influxdb.list
sudo apt-get update
sudo apt-get install influxdb
sudo apt-get install chronograf
[COLOR=#24292E][FONT=SFMono-Regular][monitor]
[/FONT][/COLOR][COLOR=#24292E][FONT=SFMono-Regular] store-enabled = true[/FONT][/COLOR]
Not that hard, doing it right now on a fresh openplotter install on a Rpi3B+
https://www.influxdata.com/blog/running-the-tick-stack-on-a-raspberry-pi/
So open a terminal (accessories menu) then copy & paste these one line at a time & hit return each time >
Hopefully you should not get any errors. Then in a browser go to http://10.10.10.1:8888 (assuming you're on the Pi or logged on to the openplotter AP) and you should be in chronograf which is a tasty viewer/plot creator for your all your lovely dataCode:sudo apt-get update sudo apt-get upgrade #(might not actually need this one but good idea to get all the software up to date) sudo apt-get install curl sudo curl -sL https://repos.influxdata.com/influxdb.key | sudo apt-key add - echo "deb https://repos.influxdata.com/debian stretch stable" | sudo tee /etc/apt/sources.list.d/influxdb.list sudo apt-get update sudo apt-get install influxdb sudo apt-get install chronograf![]()
Get that up and running then we can set up signalk.
Edit - there is a change you need to do in the config file up otherwise it eats CPU time so.terminal again >.
sudo nano /etc/influxdb/influxdb.conf
This opens a basic word processor called nano, so arrow or page down (no mouse) and find the lines
then change true to false. The press the 'x' key to exit, it will ask if you want to save so press 'y' then enter to exit.Code:[COLOR=#24292E][FONT=SFMono-Regular][monitor] [/FONT][/COLOR][COLOR=#24292E][FONT=SFMono-Regular] store-enabled = true[/FONT][/COLOR]
https://github.com/influxdata/influxdb/issues/9475#issuecomment-375773775
Debian and Ubuntu package management utility. Search for packages using apt-cache.
- Update the list of available packages and versions (it's recommended to run this before other apt-get commands):
apt-get update
- Install a package, or update it to the latest available version:
apt-get install package
- Remove a package:
apt-get remove package
- Upgrade all installed packages to their newest available versions:
apt-get upgrade
- Remove all packages that are no longer needed:
apt-get autoremove
- Upgrade installed packages (like upgrade), but remove obsolete packages and install additional packages to meet new dependencies:
apt-get dist-upgrade
See also: apt-cache
And top tip none of us need reminding of........
in accessories menu - sd card backup
Just lost a few hours work from last night doing a system upgrade which crashed without backing up beforehand.....
DOH
Oh well![]()
And all I ask ....is a star to steer her by.
What on Earth are you all doing?!!
If you go offshore short handed you must have AIS. Good thinking so far. I single hand a lot. Last summer to the Azores and back. Ten days each way. I had already spent real money to get a chart plotter for coastal work and put this in the cockpit. Now my true nature came out and I bought a cheapo fire tablet 10 for the chart table to remotely control the chart plotter (because I’m not going outside to faff about with navigation when I can sit at the chart table). Then I bought a QUARK AIS because it’s cheap and so am I. Worked brilliantly for ten days each way in rain and shine. The cheap tablet was a better screen than the £££ plotter. Conclusion. Get a cheaper plotter than I did. Other conclusion: get a transponder AIS not a receiver only. Full report see www.lesweatheritt.com
Yeah most of us here are the same, were cheap and Geeky. No plotter here. Laptop on cabin and tablet with Navionics, but that’s going to change for OpenCPN with AIS overlay and Google Earth imaging.[/QUOTE]
You're going to run those on an android tablet in the cockpit ?