The calibration could be done against standard GSM transmitters which are providing a stable reference frequency.
December 05, 2023
SDR calibrate with kalibrate-rtl
The calibration could be done against standard GSM transmitters which are providing a stable reference frequency.
December 01, 2023
Signal K quick install
Signal K is the hub to receive data, from different devices in different data formats, and send it on to different equipment, or databases, in different formats. Most common for standard marine equipment are the old NMEA 0183 and the newer NMEA 2000 protocol which is also handled.
Besides the SK "hub" function developers have created plugins for different purposes. This is due to that SK is open-source ! Sharing is caring !
November 09, 2023
AIS receiver & dispatcher with OpenSeaMap
The application showing the map is SignalK, (SK) a OpenSource project for marine use.
With the "ais-forwarder" plugin you could send/dispatch the NMEA AIS data to Marinetraffic or Vesselfinder. Another AIS-dispatcher.
November 08, 2023
Raspberry Pi watchdog made simple
November 06, 2023
NMEA WiFi gateway
I have searched for a solution transmitting the NMEA data, from the
navigation network, via WiFi, to for example iSailor or other Tablet/Phone applications.
Most of these applications just accepts NMEA0183(N1) but many boats are also using SeaTalk 1(ST1) and NMEA2000(N2K).
This post will cover, kept compact, my best findings covering both a DIY
and a commercial approach to handle the different protocols.
November 05, 2023
SignalK, measuring temperature
November 04, 2023
AIS for Raspberry with Map, Dispatcher
October 30, 2023
RuuviTag and Node-Red
Having used Node-Red(NR) on Raspberry Pi before, the first application was this dashboard. Tested and works with with Node.js V18 !
October 26, 2023
Homebridge made simple, Homebridge
There has really been big improvements in the installation process and I think the HB version is better/easier than HOOBS.
Migrate from HOOBS ?! Link
October 17, 2023
Raspberry headless install with WiFi
To make an active WiFi connection at first boot You have to use the "Advanced options" in Raspberry Pi Imager or create, old way, a configuration file called "wpa_supplicant.conf".
October 16, 2023
Understand/Install Openplotter/OpenCPN/SignalK, II
October 15, 2023
Understand/Install Openplotter/OpenCPN/SignalK, I
- OpenCPN(OC), is the plotter software where You navigate and handle charts
- SignalK(SK), is the software where all the sensor inputs are handled. Could be NMEA data or SK formated inputs
- OpenPlotter(OP), is the administration shell where all is administrated
As You investigate the different software packages You will see that there are some overlap in the functions.
With OC 5.2 + there was several updates....
October 13, 2023
NetworkManager on Raspberry, easy start
NM isn't really new since the first public release was made 2004.
In this post I will write down some NM hints for an easy start since I didn't find any myself.
October 12, 2023
NetworkManager UI and access point, hotspot
- NMTUI is NetworkManager text UI which can handle the most common tasks in a easy way.
- An access point or hotspot will be configured.
- "sudo nmcli connection edit xxxx" is a command that guides you throw a change of parameters.
October 04, 2023
TP-Link Deco M9 V2 Plus software update
October 02, 2023
Bluetooth Beacon and Raspberry
A Bluetooth Beacon, could be a RuuvuTag, is a device that You don't have to pair with, You just scan and receive the data that they are transmitting.
Start with checking that Your BT interface is working, in a terminal window, typing
hciconfig
September 24, 2023
Volvo C70, Mk1, convertible tips and trix
So this post will be some problem solving and links to information which could be handy.
There is a private Facebook group which is active and helpful.
September 13, 2023
Remote access, remote.it, made simple
August 27, 2023
Apple HomeKit doing Matter upgrade with Hombridge
There is a nice article from "The Verge" which explains it all.
Using Homebridge(HB) it could be nice to know what happens when you upgrade your HomeKit hub to the new standard so his post will just give some quick tips
Here is a support article from Apple and please note that if you upgrade you will not be able to use an iPad as a Home hub anymore.
August 10, 2023
Optimizing your energy, electricity, bill. NodeRed !
July 12, 2023
Bluetooth and Node-Red
One nice and simple NRN is the node-red-contrib-noble which have the same problem. I picked up the freshest source, dependent on @abandonware/noble, forked it and added install instructions. It works with Node <= v18.