hackrf icon indicating copy to clipboard operation
hackrf copied to clipboard

Sync hack rf one

Open AlMasz2837 opened this issue 1 year ago • 1 comments
trafficstars

What would you like to know?

Hi, hackrf one receives a rectangular pulse with a frequency of 10 MHz 3.3 V on CLK in, is it possible to reduce this frequency and apply, for example, a frequency of 1 kHz? generation using an external source (signal generator)

AlMasz2837 avatar Mar 08 '24 22:03 AlMasz2837

To use a different CLKIN frequency you would need to make some modifications to the firmware. Currently it uses a fixed configuration of the Si5351 clock generator that works for 10MHz input. You would need to work out how to configure the Si5351 to operate with the input frequency you want instead, and then make the necessary changes to how the firmware configures it. I don't know whether it would work well with an input as low as 1kHz.

martinling avatar Mar 13 '24 14:03 martinling