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: Terry G0EZY <[email protected]>
Date: Sun, 18 Jun 2017 00:23:03 +0100
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sky.com; s=s1024; t=1497741784; bh=e9TxThTF0vbTcWDFO80yANVYCIsvVo5eUinygfG0Y8c=; h=Subject:To:References:From:Date:In-Reply-To:From:Subject; b=m4hQFANZQcIoZyNezJHNb86wy5Y2CzlWmlu+06YbWIbbLelaCE96KHZ80xPJKxnbWUbEpxvOAkmaCD4DERb2A1wBVdLX5HwDgGExGhDz2O0SsglV5OsQ9HliJy7cvCMZrK2TksVSjgQbP6XF/fI2jE35bZMB+FHz2gKoFLGDu5c=
In-reply-to: <[email protected]>
References: <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]>
Reply-to: [email protected]
Sender: [email protected]
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0
Thanks Paul

I'll follow this up when I get back. QRT for a few days - our 40th wedding anniversary!

Terry


On 17/06/2017 18:59, Paul Nicholson wrote:

> 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>