greatscottgadgets / hackrf

low cost software radio platform
https://greatscottgadgets.com/hackrf/
GNU General Public License v2.0
6.48k stars 1.52k forks source link

Sync hack rf one #1427

Closed AlMasz2837 closed 2 months ago

AlMasz2837 commented 6 months ago

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)

martinling commented 6 months ago

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.