I’ve been thinking about setting up a symmetrical antenna system for a while now. That is, Ladder line fed dipole. I did a bit of measuring and was able to stretch 2 x 9m of wire. I bought a new piece of 10m 450ohm ladder line a while ago. This …
Add game Wordle to your BPQ (LinBPQ only)
I have written a tutorial on how to install an Application like Wordle for LinBPQ. BPQ Applications (Wordle)
LinBPQ & Direwolf installation
Over the past 2 weeks I have been busy getting the following things done: Transferring a Windows BPQ32 configuration to LinBPQ for the RaspberryPi. Communicating with an AEA PK-88 TNC in KISS mode. Install Direwolf on another RaspberryPi. Communicating with an ICOM IC-7300 (built-in sound card and USB Serial port …
LinBPQ installation for RaspberryPi
This will install LinBPQ for the RaspberryPi Either 32bit or 64bit version of Raspbian can be used for this setup UPDATE & UPGRADE RPI sudo apt-get update && sudo apt-get upgrade -y INSTALL NECESSARY SOFTWARE & LIBRARIES sudo apt install git libpcap0.8-dev:armhf libasound2-dev:armhf libz3-4:armhf zlib1g:armhf libminiupnpc17:armhf screen -y …
BPQ – Direwolf
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 …
Universal DCD for 1200bd Packet modems.
Since I’m working with packet again, you encounter all kinds of problems and then have to solve them again. The same now. I recently purchased an AEA PK-88 packet modem. Only this one has no Hardware DCD. So you have to use your Squelch on your radio. To work with …
PD5DJ/P
This summer (2023). I am more active than ever portable. At the beginning of the season I started with my IC-705 to get out and work QRP. At the same time I have also been able to play a lot with various antenna systems to see what works well at …
Homebrew Manpack for my IC-705 and accesoires
If you have some time on the weekend to work portable. then you don’t want to spend a lot of time setting up and connecting my equipment. especially if this is the same setup every time. I had several of the same fish carrying bags lying around. So I had …