AirNav Systems Forum

AirNav RadarBox and RadarBox24.com => AirNav RadarBox and RadarBox24.com Discussion => Topic started by: Radar1 on December 24, 2021, 04:11:12 PM

Title: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: Radar1 on December 24, 2021, 04:11:12 PM
All, some help needed.  I have the original Radarbox that plugs by USB into a Windows 10 system and have been sharing data for years. I recently purchased both the 978 MHz stick - Red - for General Aviation as well as the VHF stick - Yellow - with the intent of seeing and hearing ALL of the air-related traffic in my area. My first goal is to see and hear for myslef. . . My second goal is to share the information.  My third goal was to relocate all three antenna to a hire, better location, but that is now on hold due to winter and that face that I have not been able to make the Red or Yellow sticks work.  Here the issue and question is there and easy method to make the sticks work on a Windows 10 machine?  That's what I want - not a Raspberry Pi.  I have tried almost everything, burning through several man-hours of effort.  Does anyone have a solution that they can send me ( My personal email address is maurice@maurice-mitchell DOT com) Or - - if I must use a Raspberry Pi, can some one send me all of the stuff already installed on a SD card? 

I am not a fan of the Pi beyond some basic uses and it is impossible to introduce a Pi into my work network, whereas I have more wiggle room with a laptop. 

If there is no way to make it work on a Windows 10 computer with a the RadarBox program, does anyone have any other programs or methods?
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: Runway 31 on December 24, 2021, 04:32:43 PM
Hi

I have no idea regarding the VHF and suggest that you address your query to [email protected], I do know however you will need to download and install SDR play software to use it

Regarding the 978 stick have you downloaded and installed the drivers for it from the Airnav website, I presume that they will be the same as the Flightstick drivers https://www.airnavsystems.com/Download/ANRB/Drivers/microRadarbox-Drivers-20150411.exe 

I dont know if the 978 stick works with the existing V6 Radarbox software which I presume you have installed as you feed from an original radarbox, you may need to use Radarbox24 to see your output from it, again I suggest that you ask support

Alan
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: Radar1 on December 24, 2021, 04:42:47 PM
Downloaded, installed, rebooted. . . .no change on the red stick. . .
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: Runway 31 on December 24, 2021, 07:19:11 PM
And what did support advise, does it work with V6 or do you need to view on RB

Alan
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: Aerotower on January 02, 2022, 06:02:55 PM
Hi Maurice,

My first goal is to see and hear for myslef
For VHF and 978, use zadig (https://zadig.akeo.ie/) to install the correct driver.

Then go to https://www.radarbox.com/sharing-vhf "setup your device" - "windows PC" Done.

For 978 i don't knows who it works with radarbox v6, only raspberry.

Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: yoyoFSI on November 01, 2023, 04:04:36 PM
Did you see any change on the yellow one?
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: yoyoFSI on November 01, 2023, 04:06:52 PM
Dude, I got the yellow antenna and the flight stick, how do I set them up? The support team responds too slowly!
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: Runway 31 on November 01, 2023, 04:34:59 PM
What o/s are you using it on?

See for instrctions for Pi or Windows https://www.radarbox.com/sharing-vhf

Alan
Title: Re: RadarBox Airband FlightStick VHF / RadarBox ADS-B FlightStick 978 MHZ and Win 10
Post by: KF4HJW on November 16, 2023, 05:47:26 PM
I can't get my unit to connect to the server.  does this file look correct.
THe device is sending adsb data to server so connection to Network is fine.

({
  type = "rtlsdr";
  serial = "00000040
  index = 2;
  gain = 28;
  correction = 0;
  mode = "scan";
  channels:
  (
    {
        disable = false;
          #squelch = 35;  # Uncomment to set squelch manually
      freqs = ( 118700000, 121900000, 125700000 );
      labels = ( "KPHF Tower", "KPHF Ground", "KORF Approach" );
      outputs: (
        {
          type = "icecast";
          server = "audio.rb24.com";
          port = 8000;
          mountpoint = "EXTVHF000462";
          name = "NN/Will Intl";
          genre = "ATC";
          username = "<@gmail.com>";
 password = "<pass>";
          send_scan_freq_tags = true;
        }
                # If you need more outputs, put here

      );
    }
  );
 }
);