Difference between revisions of "ADF4350"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
==ADF4350 == | ==ADF4350 == | ||
| − | ADF4350 can be programmed with Arduino. Examples are freely available [https://github.com/drewarnett/adf4350-examples | + | 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] | ||
Revision as of 14:49, 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. The first gives code to write proper registers The second example provides a code with conversion from frequency into a register