anything
AirNav Radar
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 


Recent Posts

Pages: 1 ... 6 7 [8] 9 10
71
AirNav Radar Discussion / Re: Cannot configure airband receiver on Rpi 5
« Last post by abcd567 on March 22, 2026, 01:06:49 AM »
I have today build rtl-airband-rb.deb arm64 package for RPi running Bookworm using source code at https://github.com/szpajder/RTLSDR-Airband. Tested it on my RPi 4 running Bookworm, and it works perfectly well. Please see attached screenshot.

I have uploaded this .deb package to my github repository. Anyone can download and install it by following method:

STEP 1 of 3: Download and Install
Code: [Select]


wget https://github.com/abcd567a/temp/releases/download/pythhon3.12/rtl-airband-rb_10.0.0_bookworm_armhf.deb 

sudo dpkg -i rtl-airband-rb_10.0.0_bookworm_armhf.deb 


The second command above will halt midway and give notice of missing dependencies. Do not worry. When this happens, issue following command, which will install missing dependencies and complete the installation.
Code: [Select]
sudo apt --fix-broken install



STEP 2 of 3: Enable Auto Start at Reboots
Systemd service is not enabled by default. Also after reboots, it wont start automatically. Please issue following commands after installation to make it automatically start at reboots.
Code: [Select]
sudo systemctl enable rtl-airband-rb

sudo systemctl restart rtl-airband-rb



STEP 3 of 3: CONFIGURE
Open config file for editing
Code: [Select]
sudo nano /etc/rtl-airband-rb.conf


(3.1) It is a long file. Scroll down and add your particulars in these two lines:

         mountpoint = "EXTVHFXXXXXX"; 
        username = "<RadarBox Login E-mail>";
          password = "<radarBox Password>";
 
(3.2) You will also be required to set frequencies of your local airport in following line

      freqs = ( 118000000, 119550000, 126000000 );
      labels = ( "Tower", "Ground", "Approach" );



CONTENTS OF CONFIG FILE /etc/rtl-airband-rb.conf
Code: [Select]
# This is a minimalistic configuration file for rtl-airband
# Please change frequencies that you will use and other settings.
#
# Note: this configuration will use your second dongle attached
# to you raspberry, not the first one!
#
# index = 0     => First dongle
# index = 1     => Second dongle


devices:
({
  type = "rtlsdr";
  index = 1;
  gain = 28;
  correction = 0;
  mode = "scan";
  channels:
  (
    {
          #squelch = 35;  # Uncomment to set squelch manually
      freqs = ( 118000000, 119550000, 126000000 );
      labels = ( "Tower", "Ground", "Approach" );
      outputs: (
        {
          type = "icecast";
          server = "audio.rb24.com";
          port = 8000;
          mountpoint = "EXTVHFXXXXXX";
          name = "My Transmitter";
          genre = "ATC";
          username = "<RadarBox Login E-mail>";
          password = "<radarBox Password>";
          send_scan_freq_tags = true;
        }
                # If you need more outputs, put here

      );
    }
  );
 }
);


72
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 22, 2026, 12:20:40 AM »
Alan

21-03-2026 Updated file in attach.

Carlos
73
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 21, 2026, 01:09:40 PM »
Alan

20-03-2026 Updated file in attach.

Carlos
74
AirNav Radar Discussion / Re: Database Update Requests
« Last post by mikek on March 21, 2026, 03:33:50 AM »
Hi Alan,

C80779, ZK-WIL, ICP Savannah S, 20-12-54-0749, Stephen John Williams

Cheers,
Mike
75
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 20, 2026, 02:02:42 AM »
Alan

19-03-2026 Updated file in attach.

Carlos
76
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 19, 2026, 07:13:44 PM »
Thanks Fabio, thats it added to the database

Alan
77
AirNav Radar Discussion / Re: Database Update Requests
« Last post by CarlosAbreu on March 19, 2026, 01:29:11 AM »
Alan

18-03-2026 Updated file in attach.

Carlos
78
AirNav Radar Discussion / Re: Database Update Requests
« Last post by FabioFaria on March 18, 2026, 04:40:07 PM »
Hello, I’m not sure if this is the correct section, as I have just registered, but as an ADS-B data contributor and working at a flight school, we have installed an ADS-B transponder on our training aircraft and would like to add it to the site’s database.

Hex: E4A743
Reg: PR-UNO
ICAO: C152
ACFT: Cessna 152 II
MSN: 15284409
OWNER: VOLARE Escola de Aviação Civil (private pilot school)
FIRST FLIGHT: 1980-04-16
79
AirNav Radar Discussion / Re: Database Update Requests
« Last post by Runway 31 on March 18, 2026, 03:38:19 PM »
Thanks Carlos

Alan
80
AirNav Radar Discussion / Re: Cannot configure airband receiver on Rpi 5
« Last post by abcd567 on March 18, 2026, 03:20:42 PM »
It seems the package rtl-airband-rb is not available in RB24 repository for bookworm and bullseye. I could find it only in RB24 repository for buster, that also armhf architecture.

Anyhow I downloaded the rtl-airband-rb armhf package and installed it on my RPi 4 with Bookworm by following method. As I don't have airband dongle, I could not test if it is functioning OK.
Please also see screenshot attached below

LATER ADDITION:
Tested this package using a generic DVB-T., it failed to run.
I then built the package from source-code, and it works ok on Bookworm. Please see next post below for details.


STEP-1
Code: [Select]
wget https://apt.rb24.com/pool/main/r/rtl-airband-rb/rtl-airband-rb_0.1.1-2020061700.1_armhf.deb 

sudo dpkg -i rtl-airband-rb_0.1.1-2020061700.1_armhf.deb 


The second command above will give following message, listing dependency packages required to be installed to complete the installation:
Code: [Select]
dpkg: dependency problems prevent configuration of rtl-airband-rb:armhf:
 rtl-airband-rb:armhf depends on libconfig++9v5 (>= 1.5-0.4~).
 rtl-airband-rb:armhf depends on libmp3lame0 (>= 3.100).
 rtl-airband-rb:armhf depends on librtlsdr0; however:
  Package librtlsdr0:armhf is not installed.
 rtl-airband-rb:armhf depends on libshout3 (>= 2.2.2).
 rtl-airband-rb:armhf depends on libstdc++6 (>= 5).
 rtl-airband-rb:armhf depends on libvorbisenc2 (>= 1.1.2).

dpkg: error processing package rtl-airband-rb:armhf (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:

Issue following command to install dependencies and complete installation
Code: [Select]
sudo apt -y --fix-broken install



STEP-2:
After installation is completed, you can open configuration file by command below and make necessary settings:
Code: [Select]
sudo nano /etc/rtl-airband-rb.conf



After modifications, save the file and restart rtl-airband-rb
Code: [Select]
sudo systemctl restartt rtl-airband-rb



Pages: 1 ... 6 7 [8] 9 10