async.fi

Keeping track of "VHF & up"

amateur-radio psk-reporter mqtt prometheus
tldr; I need to monitor the lower portion of “VHF & up”, so that I can get on air once there’s some increase in activity. My home QTH isn’t equipped with any kind of permanent radio station, which means that operating will always require some amount of setting-up and subsequent tearing-down, which I’d prefer not to do if the bands are supposedly dead. There’s also very little room for antenna installation on our balcony, which has been one of the main reasons driving me towards these higher frequencies, where smaller and lighter antennas are a thing, to begin with. Read more...

Contesting in an urban setting

amateur-radio
Recently, I (Joni OH2EWL) accidentally ended up participating in a amateur radio contest. I was checking in pskreporter.info how things looked like on 6-meter band, and noticed that there was an unusual amount of local (to Finland) FT8 activity going on. Intrigued, I set the station up in the balcony and tried to get into the action. Which didn’t work out right away because, although I noticed that the traffic didn’t look normal, it took a while to understand that what was going on was “EU VHF Contest”. Read more...

go-gnssaggr

gnss golang
One of the nodes in my home Kubernetes cluster is running gpsd, and has a cheap GNSS receiver connected to it. Recording what the receiver sees and presenting that in a Grafana dashboard sounded like a nice idea. I wanted to use Prometheus, which is already running, for this. Main lesson: pay attention when sending stuff on a Go channel; go run -race helped here. The repo has more details. Read more...

An overhaul

meta
This was long overdue but I’ve finally switched to a modern static site generator. The old system was written by myself in Python 2 many moons ago, and adding posts consisted of writing plain HTML into a monolithic XML source file, then deploying to S3 where Cloudfront served it from. Porting the Python 2 code to Python 3 would’ve likely been tedious, and would’ve still left me stuck with HTML. Read more...
1 of 1