When starting up a new project with Raspberry Pi I like to start up fresh and with a minimal OS. Therefore i always use Raspberry Pi OS(ROS) Lite and then adding what I need.
December 13, 2024
Raspberry Pi OS install with Mac/Windows/Linux
When starting up a new project with Raspberry Pi I like to start up fresh and with a minimal OS. Therefore i always use Raspberry Pi OS(ROS) Lite and then adding what I need.
November 06, 2024
Node-Red quick install
Node-Red(NR) is Flow-based programming for the Internet of Things
This post isn't made as a complete install guide, there are several, just some links to the best information I have found.
The best thing is that even if you don't are a skilled programmer, but like logic flows, you can make really advanced things. It's pre-installed on some Raspberry Pi(RPi) distributions.
Running Node-Red with multiple instances ?
November 01, 2024
Swegon CASA, HRV (FTX), rotary heat exchanger and MODBUS
July 01, 2024
Raspberry Pi OS Lite with GUI, RDP, VNC, Chromium
I like the Raspberry Pi(RPi), with Raspberry Pi OS Lite (no Desktop is included), headless operation, and then adding the software You need. Until now I haven't had a use case where I needed a Desktop but now was time.
June 30, 2024
OpenPlotter v4 stable, install guide
Updated 2024-06-30 !
OpenPlotter(OP), a Boat Navigation application, is really a nice and simple installation of
- OpenPlotter(OP)
- OpenCPN(OC)
- SignalK(SK)
June 06, 2024
Raspberry Pi 2, 3, 4, 5 USB SSD or USB drive boot
- Create the setup you want on a ordinary SD card(Or use existing)
- Make a bootable backup/clone of the SD card saving it to the USB SSD
- Remove the SD card and boot from the USB SSD
June 05, 2024
Raspberry 4,5 USB SSD boot in 60 seconds !
If you have a RPi 4, 5 and a USB SSD or other USB drive, that works as a boot media, just use the RPi imager which can write the image direct to the USB storage.
May 27, 2024
Bredbandskollen, Internet speed, CLI
April 05, 2024
Home Assistant core install, Raspberry Pi and Python 3.12
It works very well and here are the install instructions.
On the other hand if you want to add HA to a RPi which you already have up and running, without Docker, you need to install something which is called "Home Assistant Core".
Please check the "Remarks" below before you start.
March 01, 2024
OpenPlotter V3, install guide
Updated 2024-03-01 !
- OpenPlotter(OP)
- OpenCPN(OC)
- SignalK(SK)
February 20, 2024
Clone the Raspberry boot disk
A very nice way to fix a backup is to make a copy, bootable, of the actual SD card You are using on the Raspberry Pi(RPi). This will be done even when the RPi is up and running !
This application can also be used to make a bootable SSD or USB drive !!
You clone from the command line so You don't need the standard GUI, Pixel, and the "SD card copier" function.
It is also possible to set up a a scheduled job, cronjob explained later, which for example makes a clone every night at 1 o'clock.
January 07, 2024
RPi install Apache/PHP WEB-server
As a part of one of my project, the ultimate Weather site ? Weather34, I needed a WEB-host with PHP.
I started up with a fresh Raspberry OS Lite SD Card with Samba installed.
Log on, with ssh/terminal to the RaspberryPi(RPi), in this case hostname "pws01", and update the OS with
sudo apt full-upgrade -y
sudo apt clean
sudo apt install apache2
November 08, 2023
Raspberry Pi watchdog made simple
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 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 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
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.
March 12, 2023
Upgrade from Buster to Bullseye, Raspberry
- Homebridge(HB)
- Razberry, Z-way interface
- CUPS, printer software
- Node-RED(NR)
When I started with the RPi it was Jessie, then Stretch and Buster. Every time I upgraded the SD card to the latest OS and it just worked. It should been said that I always waited a year or so and I'm using the RPi headless without any GUI.
Now it was time to go from Buster to Bullseye !