Return to KLUBNL.PL main page

rsgb_lf_group
[Top] [All Lists]

Re: LF: Octo-soundcard for the Raspi

To: [email protected]
Subject: Re: LF: Octo-soundcard for the Raspi
From: Paul Nicholson <[email protected]>
Date: Sat, 17 Jun 2017 17:59:04 +0000
Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=abelian.org ; s=default; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:To:Subject:Sender:Reply-To:Cc: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=UQRmbgCdgbcZOu6+rJIvDj+BLBqofWJa6IkMy1iu9Gw=; b=BD+XzBXddlPYb9gdrEFj5PT6vU /2wqvjdGqoSOzUsBD9rZ/PKuF4/l+5PnyjyXS/UhBIj+C1ALG2XRokBk7ij0Bj4JEge81RLpWA8/b zX2HMKCZQPAg+w0HfRUs2MvJ6s//Ck33V+KgesdHIpbQqUcW3NPruIt+4Htq874/Ghoo=;
In-reply-to: <[email protected]>
References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]>
Reply-to: [email protected]
Sender: [email protected]
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

> http://abelian.org/vlf/tmp/170617a.gif

> Yes that's it!

Then there's a high pass getting in the way, must be
the input circuit of the Octo.   You'll have to
use a shorter PPS.   2mS to 5mS ought to do it.

> Might be easier to user a stand-alone GPS

Yes, Linux can use any GPS for timing, the daemon
gpsd can communicate with just about every GPS using
either NMEA or native protocols.  If you get a GPS
with PPS and USB serial, just plug the USB into the
RPi and run gpsd and ntpd. gpsd will find the GPS and
detect the protocol and get the time from it.   ntpd
reads the time from gpsd and syncs the system clock.
vtcard uses that time to roughly timestamp the sound
card data.  All you need are a few magic words in
/etc/ntp.conf to set it up:

 server 127.127.28.0 minpoll 4 maxpoll 4
 fudge 127.127.28.0 time1 0.051 refid GPS

and you can play with the time1 parameter to tweak
away the comms latency on the GPS serial data.

The nice thing about ublox GPS is that their comms
protocol is very well documented and you can adjust
things in great detail, firing commands at it via
the program gpsctl.

--
Paul Nicholson
--

<Prev in Thread] Current Thread [Next in Thread>