Showing posts with label 10 MHz. Show all posts
Showing posts with label 10 MHz. Show all posts

03 September, 2020

GPS corrected 10 MHz reference

My  GPS corrected 10 MHz reference now plays beautifully, as I finally was able to continue the project after a long break. All the parts were here already in February, but projects don't always develop as planned. I ended up with a modification of the F2DC Versatile Low Cost GPS Corrected Frequency Standard. It consists of an Arduino Nano, a Si5351 I2C configurable clock generator, and a GPS where the 1 PPS pulse is used to correct the frequency every 40 seconds.

10 February, 2020

Si5351 GPS corrected VFO up and running

Arduino Nano, Si5351A clock generator, I2C LCD display, and rotary encoder. The GPS signal is connected to the plug to the lower left.
I got the Si5351A Arduino controlled GPS corrected VFO designed by W3PM, Gene Marcus, up and running the other day. It gets its timing information from a QRPLabs GPS and all the functions in the original article function as they should. The main change I made was to use an LCD display running over the I2C bus, thus saving a bunch of wires from the Arduino Nano to the display.

The software worked fine except that my locator was one off in the last letter, i.e. JO59fs rather than JO59fu. I hacked the original code by adding "1" to the variable GPSlocator[5] in the calcGridSquare routine. This is not a tested fix and it may possibly have other unknown and undesirable consequences, but it works in my location.

My plan is primarily to make a 10 MHz reference oscillator out of this, as a replacement for my "Just good enough 10 MHz GPS reference" which turned out to generate too much noise in the 14 MHz band.

Now on to decide what I want to show on the 2-line display for my use and then play with Arduino code. What I definitely want is some form of indication of correction factor and thus accuracy as in the version that F2DC built.


This blog post first appeared on the LA3ZA blog.

13 May, 2019

More spurs than I had hoped for

My Just good enough 10 MHz reference based on the direct output of a Neo-7 GPS module, described in detail before on this blog, is good in keeping long-term frequency stability. Short-term stability and phase noise is as expected not so good. When connected to the reference input of my Elecraft K3 and listening to an outdoor antenna, I get quite a substantial amount of spurs around 10 MHz radiating from the GPS module. But since the K3 itself does averaging over a second or so, this is fine from the point of view of keeping accurate frequency.

11 April, 2016

Improved GPS reception with a ground plane

My poor-man's 10 MHz reference based on the Ublox Neo-7M GPS module didn't always receive GPS satellites. Since I rely on reception indoors, conditions were sometimes too marginal to lock the oscillator output to 10 MHz. Inspired by the QRPlabs GPS module of Hans Summers (G0UPL) with its large 6 x 6 cm PCB groundplane, I therefore decided to do something similar.

The first picture shows the unit with the 8.5 x 6.5 cm single-sided PCB ground plane attached with double-sided tape. It definitely helped make indoors reception in my shack much more reliable. In addition to the improved conditions for the patch antenna, it probably helps too that the antenna now is shielded from the digital circuitry of the GPS module, the 10 MHz pulse shaper, and the USB interface. I also added a small LED to the right so that I could see from the outside whether the GPS locks properly.

The second picture shows the interior prior to adding the ground plane.

This post is a continuation of these other posts about the 10 MHz reference:
  1. Just good enough 10 MHz reference (3 Oct 2015)
  2. Better with SMA (15 Oct 2015)
  3. Curing amnesia in the 10 MHz GPS reference (19 Nov 2015)




19 November, 2015

Curing amnesia in the 10 MHz GPS reference

Just good enough 10 MHz GPS reference with
u blox Neo-7M GPS module to the upper right,
10 MHz output buffer lower right,
USB interface to the upper left,
CR2032 lithium battery center left,
GPS antenna in the center,
and SMA output connector lower left.
My "just good enough 10 MHz GPS reference" which drives the external clock input on my Elecraft K3 kept losing its configuration if power was off for a day or so. I have therefore fitted a CR2032 3V lithium battery as seen to the left in this image.

It is connected in series with a 1N4148 diode in order to prevent attempts at charging the lithium cell. The connection goes to pin 22 (V_BCKP) as described by G4ZFQ on his website. The diode is visible to the upper left of the battery.

With this, I consider the 10 MHz reference to be finished.

Other related posts:

15 October, 2015

Better with SMA

I had some trouble closing the lid on the "Just good enough 10 MHz GPS reference" due to the size of the BNC jack. Therefore I changed it to an SMA (SubMiniature version A) female jack. A thin cable connects it to the K3's SMA input and there is no need for any SMA-BNC adapter on that end.

At the same time I moved the GPS antenna to a more central location in the tin, in the hope that the walls of the tin would interfere less with GPS reception. That's the theory anyway, if it matters much in practice is a different story.

Actually, I think I'm going to use SMA more often with these clear top tins and also Altoids tins. They take up much less space and are easier to install and to work with.

There aren't any high power applications for circuitry in such tins, so I cannot so any reason why the SMA won't work just as well or even better than the BNC.





Other related posts about the 10 MHz reference:

03 October, 2015

Just good enough 10 MHz GPS reference

Some time ago I noticed that the Ublox Neo-7M GPS has a 10 MHz output which is locked to the GPS system's accuracy. Most people kept saying how useless it was due to excessive jitter unless it was cleaned up with a phase locked loop of some sort.

At about the same time I installed the external reference input for my Elecraft K3. The K3EXREF enables the K3's frequency to be locked to an external 10 MHz reference. What struck me was how its function is described:


This got me wondering if the Neo-7M would be just good enough as a reference and that all the averaging internally to the K3 would take care of the jitter.