Difference between revisions of "ADF4350"

From Quantum kot
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
ADF4350 is PLL-based signal generator capable if generating sine wave from 137 MHz to 4.4 GHz.
+
[https://www.analog.com/media/en/technical-documentation/data-sheets/ADF4350.pdf ADF4350] is PLL-based signal generator capable if generating sine wave from 137 MHz to 4.4 GHz.
  
 
==ADF4350 cicuit==
 
==ADF4350 cicuit==
Line 6: Line 6:
  
 
==ADF4350 ==
 
==ADF4350 ==
ADF4350  can be programmed with Arduino. Examples are [https://github.com/drewarnett/adf4350-examples 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/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