Below you will find how to install and configure LinBPQ & Direwolf on the RaspberryPI First of all you want to flash a fresh copy of Raspian on a SD card. All my RaspberryPI’s run Headless without Desktop enviroment for max performance. I run all software with Raspberry Pi OS …
Install Direwolf RaspberryPi – No Desktop
INSTALL DIREWOLF RASPBERRY PI 64BIT LITE OS BOOKWORM UPDATE & UPGRADE RPI sudo apt-get update && sudo apt-get upgrade -y INSTALL NECESSARY SOFTWARE & LIBRARIES sudo apt-get install nano tmux git gcc g++ make cmake libasound2-dev libudev-dev libgps-dev libhamlib-dev libavahi-client-dev libavahi-core-dev -y CLONE & INSTALL LATEST STABLE VERSION …
IP Setup RaspberryPi
IP SETUP SHOW NETWORKS sudo nmcli -p connection show SET NEW IP ADRESS sudo nmcli c mod “NETWORK NAME” ipv4.addresses 10.0.0.220/24 ipv4.method manual GATEWAY SETUP sudo nmcli con mod “NETWORK NAME” ipv4.gateway 10.0.0.1 SINGLE DNS SETUP sudo nmcli con mod “NETWORK NAME” ipv4.dns “10.0.0.1“ MULTIPLE DNS …
FT8CN – Android based FT8 software
Recently I found the program FT8CN while doing some research on the internet about portable FT8 possibilities. My eye also fell on this app, because I had never come across an android app that could easily communicate with one of my radios. With FT8CN it is possible to connect to …
Winlink
Today I have setup Winlink for the first time. I Always find it handy to have simple backup communication at hand whenever needed. So receiving and sending email over the air is a useful addition. Basic overview of Winlink and Vara HF Modem. I already was playing with various digital …
CC41-A fake HM-10 Bluetooth module, let’s get it working!
How to get the CC41-A to work with your applications. I have bought several of these fake HM-10 modules, called CC41-A Left one is the original HM-10 module, in the middle is the fake CC41-A one. Anyways, besides it is a fake one, the major problem i bumped into, was …