Skip to content

Latest commit

 

History

History
executable file
·
43 lines (29 loc) · 2.07 KB

README.md

File metadata and controls

executable file
·
43 lines (29 loc) · 2.07 KB

T-Beam GPS referenced 10 MHz frequency source

It is not a GPSDO but you get a ~10 MHz signal which is measured with GPS accuracy. That measurement than can be used to adjust the frequency of radio receivers. Due to its squarewaviness and lack of filtering you get many harmonics, which can be used to adjust on many higher frequencies.

The software calculates and shows 3 frequencies:

  1. 10 MHz (for shortwave receivers or equipment with 10 MHz reference input)
  2. 430 MHz (for 70 cm receivers)
  3. 1280 MHz (for 23 cm receivers)

Features

  • Generates a 10 MHz square wave on GPIO 0 (Use a short wire as an antenna)
  • Using GPS Timepulse via interrupt to measure the exact frequency of the 10 MHz output
  • It is using every 10th pulse to increase accuracy. Calculation of the sliding average uses the last 10 measurements (~100 secs)
  • Additionally it shows the 43th and 128th harmonic of the frequency so you can adjust your 70 and 23 cm receivers, too.

image of board signal on receiver

Dependencies

  1. Arduino software
  2. AXP202X_Library (available at Arduino library manager)
  3. Adafruit GFX Library (available at Arduino library manager)
  4. Adafruit SSD1306 library (available at Arduino library manager)

Buttons

Button Function
PWR short power off
PWR long power on
IO38 nothing
RST Reset

Thanks

I used much code from some amazing dudes: Thanks to Bjoerns-TB who forked DeuxVis who forked sbiermann, and smaksimowicz for his great GPS-Autobauding.