TAPR QRPi: QRP Raspberry Pi WSRP transmitter – 100 mW output on 20m

I finally got my TAPR QRPi shield on a Raspberry Pi 2, setup with WsprryPi software to transmit WSPR (Weak Signal Propagation Reporting) signals, and the results from just 100 mW output on the 20m Amateur Radio band are nothing but amazing. Here’s a screenshot from the WSRPnet.org site this evening over the past couple of hours showing stations that have received my 100 mW signal to a roughly cut dipole wire antenna (zipcord electrical wire split into two) for 20 meters plugged directly into the TAPR QRPi board:

When I got my first spot from VA7MM in Vancouver I was pretty happy with that. 744 miles on 100 mW is pretty good going. But then in the following couple of hours spots from stations even further afieldĀ started popping up on the map, including K9AN in Illinois, that’s 1784 miles from here in Davis, California, on just 100 mW. That’s absolutely incredible! (thanks to everyone that spotted my signal!)

This is my second attempt to get this working. My first attempt on a Raspberry Pi 1 Model B didn’t get any spots over a several hours period one weekend, so I wondered if something was not working right on the original Pi model (remembering I’d read somewhere what the WsprryPi software was updated to run on the 2 and 3 recently). This afternoon I installed WsprryPi and the QRPi board on a RPI 2, and the reports started rolling in!

My antenna is just a wire dipole, strung between two bushes in the back yard at roughly 5ft above ground, with the broadside aiming roughly north/south.

Update: it’s 7:30pm local and my signal is being received almost all the way over on the East coast!

Amateur Radio: 2m Packet Radio mobile / go kit

Tried something different today – tried some mobile / go-kit style packet radio on 2m:

  • IMG_20160225_121754Yaesu FT60 connected to a 2m/440cm mag mount antenna on my car
  • Rigblaster interface connected to a HP Mini
  • UZ7HO soundcard packet modem & terminal software

Connected to the local KBERR node on 145.05MHz, and then also AG6QO-1 / WINTBB via BERR37 on 144.37MHz while I was having lunch in Natomas.

 

Packet radio: Direwolf and pilinbpq

I’ve been playing around recently with setting up some packet radio software on the Raspberry Pi. The next thing I was interested in getting working was a BPQ32 node with BBS and Chat. G8BPQ’s instructions here are pretty easy to follow. What I got stuck on however was whether BPQ needed or used ax25, and apparently it doesn’t. So from the simplest direwolf and linbpq setup, you start direwolf, configure linbpq to point to Direwolf’s virtual kiss tnc serial port, and off you go.

I played around testing with 2 radios, one with Direwolf, linbpq and a Rigblaster connected to a Yaesu FT-60 HT, and the second, an Icom 880 connected with a Rigblaster Plug and Play to a desktop running Linux Mint, also using Direwolf. There was some random oddness wth connecting from one to the other, maybe because of the radios in close proximity, that turned out I just needed to increase default timeout settings. I set these both to the same in direwolf.conf and bpq32.cfg:

TXDELAY=300

TXTAIL=30

Once I’d added these (based on other suggested settings elsewhere in other people’s BPQ configs), then I was off and running. Looks good!