Jump to content

Boot Key Cruisers Net on the Net ... Assistance Requested


Recommended Posts

Good morning all. and thank you in advance for your interest and assistance. Let me apologize for the length of this first post, but trying to get most all the info on hardware / software / configuration / etc in the initial post rather than taking up the thread posting them later...

The Project:
The Boot Key Harbor Cruisers Net is a marine vhf net that meets every morning at 0900 in support of the local community of cruising boats here in Marathon. In the winter "season" we can have as many as 300+ boats in the harbor and surrounding area. After discussions with some of the other net-controllers, we decided it would be good to push the broadcast onto the internet so folks not able to participate on the live VHF net due to moving outside the local area or time constraints like a job, can still listen

Goals and Requirements:
Eventually, we would like to be able to record and push the mp3 encoded files to the internet server unattended. Currently the recordings are started and stopped manualy using the hardware/software listed below. If we can get the physical footprint small enough and operate "headless" we may be able to convince the Marathon City Marina (one of our sponsors) to allow us to hang the system off their tower with an ethernet connection to the public wifi router. To this end, my logic dictates a RasPi2 or 3 running linux and arm compatible software. The low power requirements of the Pi would allow it to run 24/7 with recording and SFTP functions controlled by simple bash scripts. Therefor, we are looking at linux only software that also can be run from the command line only (No gui).

Hardware: (Current)

Standrd 1/4 wave loaded VHF whip antenna. Elevation aprox 15'.
Rtl-Sdr usb dongle (RTL2832U with 1ppm TCXO). Coupled direct to antenna with PL-259/SMA male adaptor.
15' usb cable (no balun)
IBM t42 laptop running linux OS


Software: (Installed)
Navigatrix OS (Debian/Ubuntu 14.04)
RTL-SDR (current latest)
GnuRadio (current latest)
Gqrx (current latest)


History, Issues, Current Status:
Initial setup using rtl_fm tested on VHF WX2 (162.4M)with good results. 1Kw station with tall tower located about 25 miles distant. rtl_fm test on Cruisers Net VHF 68 (156.425M) very poor quality do to interfering signal at about 156.125M (See gqrx waterfall screen shot below). Testing using gqrx usuable to good quality despite strong nearby signal. Encoded udp stream as mp3 using | sox and pushed to server via sftp (manual). Usuable gqrx settings as follow:

    Filter: Wide
    [li]Mode: Narrow FM
    AGC: Fast
    Squelch: -58.5 dBFS
    LNB LO: 0Mhz
    Gain: 10
    Freq Correction: 0ppm
    Stream as UDP
    Freq 156.425

Have been unable to duplicate gqrx settings in rtl_fm after numerous tries despite going over the rtl_fm documentation numerous times. While gqrx works as long as I am here to interact with the gui, it is not command line happy as far as scheduled control via bash. Rtl_fm also has another issue with how it handles squelch. When squelch kicks in, it stops output and busts the sox recording pipe. Found a modified version that is supposed to address this issue, plus another that includes outputing a udp stream rather than a raw file, but until I can get the command line switches set up to match the working gqrx config, its kinda a moot point... One thing at a time.

Specific Questions:
Can anyone help us configure the gqrx command line to the same config as gqrx listed above? Any suggestions as to software we have not tried yet that will meet the requirements of command line operation? Have not tried RTLSharp yet... know it will run on linux under mono, but not sure on raspian.

If you have read this far, thanks for your patience. You can listen to test recordings on our partial website at bootkeycruisers.net Screen shot of typical gqrx waterfall below (no traffic on target freq).

Looking forward to your replies
David

 

2016-06-05_085359_1024x768.png

Link to comment
Share on other sites

Let me start by pointing out this description of rtl_fm and its options. Maybe you should clarify what part of your gqrx config you're unable to transfer onto rtl_fm and what, if any, errors you get when you try the options you expect you need to set (and what you've set them to).

While I personally have very little interest in software defined radios, I'm quite well-versed by now with the concept of recording audio and video, including live streaming. I would recommend you stop using sox and instead switch to ffmpeg. In spite of its name, it's also extremely well-suited for bare audio and supports streaming to an icecast server which would solve that part of your problem with very little effort too. In the mean time it of course is also quite happy to just save to a file. Another reason to switch would be that ffmpeg is, to put it mildly, being more actively developed and it specifically targets ARM for numerous parts of it process. While nowadays encoding audio is rarely a taxing task for any machine, having CPU cycles to spare tends to be a good thing.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...