Difference between revisions of "ADF4350"

From Quantum kot
Jump to navigation Jump to search
 
Line 7: Line 7:
 
==ADF4350 ==
 
==ADF4350 ==
 
ADF4350  can be programmed with Arduino. Examples are freely available.
 
ADF4350  can be programmed with Arduino. Examples are freely available.
[https://github.com/drewarnett/adf4350-examples The first gives code to write proper registers]
+
# [https://github.com/drewarnett/adf4350-examples The first gives code to write proper registers]
[https://github.com/darkbyte-ru/ADF4350 The second example provides a code with conversion from frequency into a register]
+
# [https://github.com/darkbyte-ru/ADF4350 The second example provides a code with conversion from frequency into a register]

Latest revision as of 14:50, 16 March 2022

ADF4350 is PLL-based signal generator capable if generating sine wave from 137 MHz to 4.4 GHz.

ADF4350 cicuit

You can be solderered evaluation board with ADF4350 on ebay or aliexpress for around $20 USD.


ADF4350

ADF4350 can be programmed with Arduino. Examples are freely available.

  1. The first gives code to write proper registers
  2. The second example provides a code with conversion from frequency into a register