Airband Monitoring


Authors: /vitumake
Status: draft
Created: 2026-03-04
Updated:
Tags: [ sdr ][ python ][ cad ][ hardware ]

Trying to listen to airtraffic

— vitumake

Introduction

I got the idea for this project as recently I've been interested in collecting and processing data. While working on my nginx logger I found myself bored and thinking of other kinds of more interesting data I could keep a track of. I remembered that a while ago my father gave me a (fake) HackRF One SDR.

Fake HackRFOne radio

SDR or Software defined radio is just an implementation of a radio where components that are conventionally analog are implemented digitally. Or atleast thats how I've come to understand the meaning.

At this point I was still under the impression that this would be a quick sideproject where I could as per usual get a working prototype done in just a few days be happy that I've managed to do something and then just forget it and let it rot in my github for all eternity. As it will come very clear there was a bit more to it than just pluggin the radio in.


First antenna

My first goal was trying to listen to airtraffic communications. I thought that this shouldn't be too difficult as even though I can't get the antenna in a particularly good spot, there is a lot of airtraffic above my house to the helsinki airport.

After a bit of searching I found that the VHF Airband is in the range 108-137Mhz. From this I could calculate the wavelength and from that calculate the dimensions for the antenna.

The basic wave equation:

λ=cf\lambda = \frac{c}{f}

Where cc is the speed of light and ff is the frequency

We can use a simpler formula for MHz to meters:

λm=300fMHz\lambda\,\text{m}=\frac{300}{f\,\text{MHz}}

Now if we do the calculations for 137Mhz

300137=\frac{300}{137}=

We get the lenght 2.19m\approx2.19\,\text{m}


Privacy policy © 2026 kontra.tel. All rights reserved.