Introduction: GPSDO YT 10 Mhz Lcd 2x16 With LED, UTC Time and GPS Localisation.
February 08 2023 , Last version is 1.58 Available at step 11
Hi guys,
What is a GPSDO ? GPSDO means: GPS disciplined oscillator. GPS for global positioning system. All GPS satellites are equipped with synchronized atomic clock. GPS module receives these signals from several satellites. And by triangulation, it knows his location. But here, what interests us is the pulse per second that is found on the module. With this precise pulse (from atomic clock), we can do a very very accurate oscillator. What for ? For reference, for calibration of frequency counter or just for fun to have one in his lab.
For more explanation on how calibration is working. Go to my first instructable just here:
https://www.instructables.com/id/GPSDO-YT-Discipli...
So i did a frequency generator of 10.000000000 Mhz +- 0.000000001 Mhz or 1ppb on 10Mhz
PS: I had some questions about how i know that the speed is accurate. The answer is quite simple. If you read 10,000,000.000 it's because you have 10,000,000.000 Mhz It's 10 billion count on 1000 seconds. It's a frequency counter AND a gpsdo at same time. If you have different result, probably your reference (pps) isn't accurate. Not enough satellite, weak signal. Can be power supply problem too. OCXO itself take 600ma.
That's said, the accuracy of this device is 10mhz + or - 0.001hz OR +-1x10e-10
In addition, this GPSDO is the cheaper vs accurate you will find and it's working very good.
Let's begin
Step 1: Here Is the Schematic
I improved schematic. I added a pot for the 12v version. Like that almost any 7404 or 7414 are working.
And i added LED support. Optional as well.
Basic projet could be only the uC atmega without LCD and LED. Or only LED without LCD. Output will be the same. But add some monitoring device is more fun :)
Also, like you will see on step 24. I have now added a serial output for monitoring if you do not have a display.
You can download original schematic by clicking on it. And clicking on the arrow at bottom left (download original).
Step 2: Some Parts You Will Need: GPS Module
GPS module. You can buy a cheap one.... any will do but now, by experience, you can have better result with a m8n for this reason: Number of satellite.
Attention: Ublox neo 6m can receive US satellite only. Neo m8n can receive US and Russia, and have more satellite.
You see an exemple here at 3:22
More you have satellite, more accurate is the pulse. At the beginning i thought that just with 3 or 4 was ok. Yes it's working and we have a pulse. But this one is not as precise.
I have 2 gpsdo. One with simple ocxo on neo 6m and another with a double on neo m8n.
My simple ocxo was a bit less accurate of my double. Worst result i saw was 9.985 And I did a test.
I used the m8n pulse for my simple ocxo gpsdo. Problem disappeared.
If we read on wikipedia here, Error sources and analysis, we can see, gps can have error.
If you have some difficulties with the result, gps module and antenna is probably the problem.
You will need to find where is the pulse is. When a led is on the device. Best thing to do is to put a wire from the led to the 7404 input. Or now on eBay i saw some available with on board GPS pulse output.
You need to configure the module to have to have 1 pps (pulse per second) when gps is locked (3-4 sat or more) and 0 pps when antenna or signal is missing.
If you buy a ublox neo 6m. It's by default.
Interesting information:
On a ublox m8n, you can choose an output of 10mhz. So why doing a gpsdo when i could have 10mhz directly of a gps module ? It's because ublox module is using speed of 48 Mhz and this is creating jitter at the output. 48Mhz isn't dividable by 10. This is an exemple at 1 Mhz. At 10 Mhz it's worst and very ugly.
Yellow is a 10mhz reference gpsdo divided by 10. Trigger is channal 1 (yellow). Blue is the timepulse output 1mhz 50% duty of a ublox m8n. As you can read in Timing Consideration book page 10-11, it's because Ublox is using a speed of 48 mhz. And this one isn't dividing by 10. So, at the end the software is doing a correction.
In addition, after some test and experience with pll gpsdo, the pll was sticking on a moving waveform. Resulting by a moving instant frequency. It wasn't too bad when the reference frequency was at 10 Khz but it was easy visible.
In other word, waveform was moving back and forth a bit. And this wasn't just the ublox jitter problem. It's the pll itself doing his correction to keep the right frequency. But it was always following the reference. So in average, on long term, pll gpsdo is very accurate. But if we measure the instant frequency, this one can be higher or lower a bit.
It was also slower to have a sticky waveform. I have finally choose to do an over time uC pwm gpsdo instead.
Another way would have been to make a pll gpsdo and add a uC but only as a frequency counter.
Step 3: OCXO
Oscillator OCXO. Simple or double, 5v or 12, sine or square will do.
On my side i tried the Isotemp square 5v et the C-Mac sinewave 12v and both are working fine.
OCXO take around 600ma alone. So be sure to have a good power supply (transformer).
Also, keep in mind that the pwm output is doing dc from 0 to 5v. If you have a 12v OCXO, maybe the vfc needed will be higher than 5v. Sometime 8v or 12v. In this case an op-amp can be use to match the pwm output to the correct vfc voltage.
Step 4: LCD 2x16
LCD is optional. The gpsdo will works great without it. You could monitor the gpsdo only with the 4 LED'S or with a computer and putty.
But the project is more elegant with it . Take note on the LCD, only pin 1 to 14 is needed. For pin 15 and 16 (backlight),I installed a diode and wire exactly like picture. This one dim the backlight a bit. You can also connect pin 15 directly on Vcc without any problem but double check on back near pin 15 if a resistor is already installed on your LCD.
Step 5: Those for Gps Module
This cable is:
High Frequency Coaxial Connective Cable Cord RP-SMA Female Connector IPX
and antenna:
28dB LNA Gain 1575.42MHz RP-SMA Male GPS Active Antenna Stronger Signal
Exemple here on amazon.ca and here
I do not recommend to use the little antenna provided with the gps module.
Step 6: PCB
For PCB i used the toner transfer method. Not perfect but ok for this project. I'll give you PCB to print at next step.
Step 7:
Here is the file you will need to do the PCB. Top one is mirror for toner transfer method. I also added the gerber files if you want to use a professional way.
Gerber:
Step 8: Check Voltage
Before to add atmega and 7404, voltage must be checked.
I know my heat-sink is HUGE but i'm using what i have :) An old pc heatsink
You don't need to install both connectors to program the atmega. Choose 6 or 10 pins. It depend of your programmer.
Step 9: LED Board
I did a board for the LED. At the end i glued the transistors on the metal box.
I'll give you pcb file on next step.
I suggest these flat cable. If by mistake you plug the cable upside down, no worry. everything will be fine. Just no LED will turn on. That's all.
Why do I use transistor instead direct connection ? Yes the uC can support those LEDs. But the output current was disturbing the PWM (DC output for vfc). That way, the most of the current is provided by the transistor collector.
Step 10: LED Board Files
The files for the little board
Attachments
Step 11: Program Your ATMEGA and Below Here Is the .HEX File and Now, Source Code.
This is an easy part but a lot of poeple fear or hate to program a uC. I'll try to do it simple.
You need an Atmega328p and the .hex file below. You must also choose the right fuses bits.(E0 D9 FF)
Those fuse bits are programmed automatically on USBasp and tiny. no worry.
They are many way to do that:
-STK500
-USBasp (see next step)
-USBtiny (see next step)
-Arduino to program another atmega328p (search on internet, many how to availble)
Myself, i'm using a stk500 with ISP directly in Atmel studio. You can use any other method. A lot of cheap programmer are available on ebay. Next step show an ease alternative.
You must choose the right fuse bit. Here is Picture of stk500 fuses bits. (E0 D9 FF)
-Be sure that external oscillator is selected and the low.ckdiv8 clock is unchecked. See picture. Pay attention, when the external clock fuses bit, you must provide an external clock to program or run the code. In other words, connect the Oscillator in xtal1 pin.
So for short, send the gpsdo.hex file to the Atmega328p and program the fuses bits. (E0 D9 FF)
If you have a stk500, there are many chance that you already know how to program a .hex directly.
Version change:
-Change the watchdog to 2 seconds instead of 1. Some user had self running message no pulse detected. The watchdog was to tight in some cases. So I change this to 2 seconds and add some code to track when a pulse is missing in a different way.
-In some gps module GGA code are slightly different. In the string, some have ,09, other have ,9, (no zero) I added some code to fix this and now have more compatibility with different models.
-The RUN led is also now a Hit LED. This LED turn on at the first time when 10,000,000.000 is Hit (Run mode). The LED will stay on if frequency is staying between + or - 0.001 If not the LED will be off.
-So far, at 1000 seconds gate. Code was comparing only the 2 lasts digits. It was fair enough, result should be only +- 1 or so. But it some case, bug or miscount, uC could stick on a wrong frequency if the jump is too large. Now comparison is done on the whole one billion number. No more mistake.
If a miscount of + or - .050 happen. uC will reload the last good config from eeprom and do a recount first. If result isn't fix, uC return to 1 second gate to do a full recalibration.
-Now the count LED is only flashing at 0.5HZ. The LED turn on IRQ0 and turn off on next IRQ0. IRQ0 is the 1 second GPS pulse. This LED was flashing too quickly and was producing harmonic.
Source code (assembly):
https://github.com/YannickTurcotte/GPSDO-YT
Here to have the file compile and ready to program.
Step 12: Program Your ATMEGA With Avrdude and a USBasp or USBtiny
This method is very simple and cheap. search on ebay or amazon for USBasp or USBTiny. It's between 2 and 5$.
Plug in your USBasp or USBtiny device in your computer and let Windows detect the device (it will report driver not found). If a window pops up asking to search for driver, just close it or click on Cancel.
At this point, download and run Zadig, it should detect the USBasp or USBtiny, or any libusb device that you have. Then in the selection box (see picture), choose libusb-win32 (v1.2.6.0), click on Install Driver, and wait for the installation to complete.
Check in device manager for atmel usb device = ok. No excalmation mark anymore
Download avrdude 6_3 with HEX.rar here below on this page and unzip files in a folder. You will have 5 files, see pictures.
I create a batch file to program the chip with .hex and fuses bits in same time.
Connect USBasp or USBtiny cable in gpsdo board, see picture and turn on the project.
Double click on program usbxxx.bat
At the end, code and fuse bit are programmed, again see picture (black one)
Pay attention, with new fuses bits setting, clock must be now, external.
If programmation is ok and you see happen on lcd, check for oscillation. If you use 12v option, turn the pot
until something is lit on display. Use oscilloscope to adjust duty to 50% if you have one.
Step 13: Jumper Config, (Quick Vs Classic Mode and Baud Rate Speed)
Here are jumpers setting configuration.
PWM correction mode
Quick mode (No jumper default)
Classic mode (Blue jumper)
GPS module transmit speed
9600 bps (No jumper default)
4800 bps (Red jumper)
Quick vs Classic, what's the difference:
Quick mode: will try to correct the pwm by doing large jump when the error is far from the target.
Advantages are, it's quicker to arrive at 10,000,000.000 Hz
Disadvantages are, If the ocxo isn't the same range of correction programmed, the step will be too high or too low. At the end it will jump around and never reach the target.
PWM Corrections for quick mode:
1 second gate. PWM move 0x0222 (41.66mv)
10 seconds gate. PWM move 0x0100 (19.53mv)
60 seconds gate. PWM move 0x006D x missing HZ (8.31mv x missing Hz) if missing Hz > 1
60 seconds gate. PWM move 0x0034 (8.31mv) if missing Hz < 1
200 seconds gate. PWM move 0x0033 x missing HZ (3.89mv x missing Hz) if missing Hz > 1
200 seconds gate. PWM move 0x0010 (3.89mv) if missing Hz < 1
1000 seconds gate. PWM move 0x0008 x missing HZ (610.36uv x missing Hz) if missing Hz > 1
1000 seconds gate. PWM move 0x0003 (228.88uv) if missing Hz < 1
until to find 10,000,000.000 (run mode)
1000 seconds gate. PWM move 0x0004 x missing HZ (305.18uv x missing Hz) if missing Hz > 1
1000 seconds gate. PWM move 0x0001 (76.295uv) if missing Hz < 1
Classic mode: will do little jump even when the error is large.
Advantages, you will eventually reach the target.
Disadvantages, Slower to arrive at 1000 second gate.
PWM Corrections for classic mode:
1 second gate. PWM move 0x0222 (41.66mv)
10 seconds gate. PWM move 0x0100 (19.53mv)
60 seconds gate. PWM move 0x002B (3.28mv)
200 seconds gate. PWM move 0x000C (915.54uv)
1000 seconds gate. PWM move 0x0003 (228.88uv)
until to find 10,000,000.000 (run mode)
1000 seconds gate. PWM move 0x0001 (76.295uv)
Witch one to choose ?
For sure try the quick mode first. It's the default, nothing to do. If you are seeing the frequency jumping up and down and never reach .000 it means that the correction algorithm is too large for your ocxo.
In this situation, just to add a jumper and switch to classic mode.
You can change those values
Download and open the source code with microchip studio, at the beginning of main.asm all information you need is there. Hit F7 to compile, the .HEX will be in \debug
Step 14: Try Your Project
Before to put all the thing in a box. Try it. Be sure that all is working fine.
Here i fixed GPS module on heat-sink. I used an old transformer 16v AC. Too large for the project but again, I'm using what i already have.
Step 15: OCXO Insulation
If you want, you can insulate the OCXO with foam. Here i used depron foam. This is optional only.
Step 16: Holes in Your Box
Prepair your box. Do hole, put some paint! For square i'm using this tool, see picture. Hand Nibbler Sheet Metal Cutter Tool.
https://www.ebay.com/p/1100025827
https://www.amazon.ca/Sheet-Metal-Nibbling-Nibbler-Cutter/dp/B00WFFZ2X8
Here is an alternative 3d printed box. External 5v power supply.
Step 17: Time to Put All in a Box
Here i used a metal box.
Step 18: On Scope Results
Like you can see, sine wave is nice. 3,44V peak to peak. (1 volt/div)
Square wave is 2v/div
Here i'm using a 74LS04.
Step 19: Accuracy From User Experience
These images come from Dino (MAC1). I had never measured accuracy by myself with frequency counter. I was very happy to see these results.
10,000,000,000.0 Mhz +.0003 Hz and -.0006 Hz It is even more precise than I thought. My specification was + or - .001 Hz. Super happy :)
Thanks to him for these photos.
Step 20: Instruction Manual
At turn on GPSDO wait 15 minutes. It do nothing. This is for warming the OCXO and satellites reception.
If you haven't any configuration in eeprom. the starting PWM output is at 50% 0x7FFF. You should be reading 2.5V dc on the pwm output if the vcc is 5V.
If the OCXO is already hot, just push button to pass this wait time.
uC will find the good voltage for your OCXO. If frequency is lower, PWM duty will rise, meaning DC value output will rise. If it's higher, PWM duty will drop. See step 13 for more information about the algorithm of this. You could also change it. You have to download the source code on my github. At the beginning of main.asm you will find some information to do this. Open it with microship studio, do you change as wish. Hit F7 to compile. The hex file will be in \debug
Now begin calibration phases. 5 phases total. 1 second, 10, 60, 200 and 1000 seconds. At 1000, uC is counting 1 billions of cycles (ticks) for exactly 10,000,000.000 Mhz
As soon this 1000 seconds achieved, uC keeps the pwm value in eeprom and continu at run mode.
Meaning it looping at the last 1000 seconds gate correction algorithm. If counter reach 10,000,000.001 or 9,999,999.999 the pwm value (16 bits) is adjusted plus or minus 1 and so on. Again it's depend of the classic or quick mode see step 13.
Important, keep in mind, in all calibration phase and 1000s, the display is showing the actual count or frequency. If the value isn't normal, bizarre or understandable, suspect a gps pulse problem or a low antenna signal. Problem is coming from the pulse. This one isn't arriving at the right time.
When GPSDO is in 1000s mode, config is saved in eeprom. So if this one is turned off and on, GPSDO go directly in phase 4 (200s). But be aware. If power if off for a while. You will probably need to do a whole re-config process. Sometime even with pwm in eeprom, frequency have drifted to much and it's just quicker to restart with default setting.
If for any reason, satellites are lost or weak (below than 3), gps pulse will be lost as well. So pwm value will be not changed anymore until pulse come back. OCXO will run by itself at last good eeprom value. On scope you wont see difference when pulse is there or not. "Self Running..." message will be displayed
If you press button, uC will stop counting and you will see UTC time and localisation for 10 seconds.
Localisation is in Degrees and decimal minutes (DMM). This is how to enter this on google map:
46 19.81750 N 072 35.33259 W
If you want to erase the eeprom value and restart calibration, just push button and hold at startup.
LED explanation:
1 1hz and warming. This led is ON at startup meaning the uC is waiting 15 minutes. This is for give some time to the OCXO to warm-up and stabilize. This is a shared LED with the GPS pluse. As soon as the waiting time is done, or push button press, the uC release the LED and gps pulse can be see.
2 Satellite LED. This LED turn on when 3 or more satellites are detected.
3 Counter LED. This LED is flashing when the uC is counting.
4 The RUN led is also now a Hit LED. This LED will turn on at the first time when 10,000,000.000 is Hit (Run mode). The LED will stay on if frequency is between + or - 0.002 If not the LED will be off until the target is hit again.
Meaning if the frequency is 10,000,000.003 the LED will be off and stay off until .998 .000 or .002 arrive.
Step 21: Conclusion
I hope you will enjoy this project. Questions, commentary are welcome English or French.
Step 22: More Information in Eeprom
If you can read the eeprom, you will find the last 50 hours of result. In 1000 second mode, uC store the frequency in eeprom. The 2 first byte is the pwm config. As shown in the picture we can read 864A. All byte after are frequencies counted. Each 1000s a bytes is stored.
00 is for 10,000,000.000
FF is for 9,999,999.999 or eeprom empty (at the epprom end)
01 is for 10,000,000.001
You can also see those byte when you are using the push button.
Another way to monitor the gpsdo is with putty. See step 24.
Step 23: OCXO Vfc Range.
I did a test code to know the OCXO frequency range. Uc is doing 5 reading at 10 seconds gate. 0% 25% 50% 75% and 100% of the 16 bits pwm range.
Each count displayed the frequency result and restart at the end, restart from 0. I know that base code can tell us unreachable frequency but you can't know exactly the range.
The best result is to have 10mhz around 50%.
Those result help to know the range of your OCXO and to see the linearity. This can also help in trouble shooting.
I checked with DMM and 10 Second is large enough to stabilise the voltage between each count.
If you try this code, it's the same fuse bit.
Step 24: Since Version 1.56 TX Pin Can Now Be Connected to a Serial Port
Since version 1.56 TX pin can now be connected to a serial port. With this feature, you can see the same information on a computer. No need to install a display if you want to. But both is supported as well.
The TX is on pin 3 of atmega328. Connect this pin to the RX of your com port.
You can download putty and open a standard com port, 9600 8 1.
You can also enable the session log in putty to save the communication and see or monitor all your frequencies.
On the picture you can see the beginning of my double ocxo config. Pwm Value, gate time, number of satellite and frequencies.
Step 25: Blog From Other User
Here is some Blog link from other makers:
From Pierre (In french): http://www.rotilom.com/F6IDT/gpsdo-ocxo.htm
From astromeier: https://www.instructables.com/Front-Panel-With-Dis...
Feel free to give me your link if you have did this project. I'll post this here.
Step 26: Cleaning the Harmonics
User Neunziger added a filter to clean the remining harmonics. The result is looking very good.
You can see his tip on the comment section below or here