├── GPSDO_breadboarda.jpg ├── LICENSE ├── OLEDv002i_expl.jpg ├── README.md ├── docs ├── DAC_resolution_discussion.txt ├── STM32 GPSDO - BOM.pdf ├── STM32_16bit_PWM_DAC.txt ├── USB_serial_output.txt ├── pictures │ ├── CTI_OCXO_bottom.jpg │ ├── CTI_OCXO_top.jpg │ ├── CTI_datasheet1.jpg │ └── ocxo_datasheet2.png ├── tab_delim_fields.txt └── utc_pps.txt ├── extra ├── BT_HC06_config.ino ├── GPS_Checker_With_Display_Mod.ino ├── eeprom_emulation_test_1a.ino ├── fptest_01.ino └── lcd_test_1a.ino ├── schematics └── GPSDO-KiCad.pdf └── software ├── GPSDO.ino ├── GPSDO_V006c ├── GPSDO_V006c.ino ├── GPSDO_algorithms.cpp └── GPSDO_algorithms.h └── WARNING.txt /GPSDO_breadboarda.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/GPSDO_breadboarda.jpg -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/LICENSE -------------------------------------------------------------------------------- /OLEDv002i_expl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/OLEDv002i_expl.jpg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/README.md -------------------------------------------------------------------------------- /docs/DAC_resolution_discussion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/DAC_resolution_discussion.txt -------------------------------------------------------------------------------- /docs/STM32 GPSDO - BOM.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/STM32 GPSDO - BOM.pdf -------------------------------------------------------------------------------- /docs/STM32_16bit_PWM_DAC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/STM32_16bit_PWM_DAC.txt -------------------------------------------------------------------------------- /docs/USB_serial_output.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/USB_serial_output.txt -------------------------------------------------------------------------------- /docs/pictures/CTI_OCXO_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/pictures/CTI_OCXO_bottom.jpg -------------------------------------------------------------------------------- /docs/pictures/CTI_OCXO_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/pictures/CTI_OCXO_top.jpg -------------------------------------------------------------------------------- /docs/pictures/CTI_datasheet1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/pictures/CTI_datasheet1.jpg -------------------------------------------------------------------------------- /docs/pictures/ocxo_datasheet2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/pictures/ocxo_datasheet2.png -------------------------------------------------------------------------------- /docs/tab_delim_fields.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/tab_delim_fields.txt -------------------------------------------------------------------------------- /docs/utc_pps.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/docs/utc_pps.txt -------------------------------------------------------------------------------- /extra/BT_HC06_config.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/extra/BT_HC06_config.ino -------------------------------------------------------------------------------- /extra/GPS_Checker_With_Display_Mod.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/extra/GPS_Checker_With_Display_Mod.ino -------------------------------------------------------------------------------- /extra/eeprom_emulation_test_1a.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/extra/eeprom_emulation_test_1a.ino -------------------------------------------------------------------------------- /extra/fptest_01.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/extra/fptest_01.ino -------------------------------------------------------------------------------- /extra/lcd_test_1a.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/extra/lcd_test_1a.ino -------------------------------------------------------------------------------- /schematics/GPSDO-KiCad.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/schematics/GPSDO-KiCad.pdf -------------------------------------------------------------------------------- /software/GPSDO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/software/GPSDO.ino -------------------------------------------------------------------------------- /software/GPSDO_V006c/GPSDO_V006c.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/software/GPSDO_V006c/GPSDO_V006c.ino -------------------------------------------------------------------------------- /software/GPSDO_V006c/GPSDO_algorithms.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/software/GPSDO_V006c/GPSDO_algorithms.cpp -------------------------------------------------------------------------------- /software/GPSDO_V006c/GPSDO_algorithms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/software/GPSDO_V006c/GPSDO_algorithms.h -------------------------------------------------------------------------------- /software/WARNING.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AndrewBCN/STM32-GPSDO/HEAD/software/WARNING.txt --------------------------------------------------------------------------------