softerhardware / Hermes-Lite2

A second generation low-cost amateur HF software defined radio transceiver.
http://www.hermeslite.com
227 stars 80 forks source link

Add 10Mhz external clock source input and output #162

Closed K7MDL2 closed 3 years ago

K7MDL2 commented 3 years ago

Enable option to use a 10Mhz external reference clock source on Clk1 input. Additionally configure Clk2 for 10Mhz output, useful for daisy chaining 10Mhz source to a transverter LO or test equipment. See new function added def enable_cl1_cl2_10mhz(). It is also called at startup after discover at bottom of file. hermeslite.zip

softerhardware commented 3 years ago

Hi,

Thanks! I merged in the changes from your hermeslite.zip file. I commented out the automatic clock setting at the bottom as not everyone will want to do that when starting the script. We can add an argument to the script if you want a way to automatically use 10MHz.

73,

Steve kf7o