Budowa UPCONVERTERA z elementów z ALIEXPRESS
#include <,SPI.h>,
#include <,ADF4350.h>,

#define PLL_REFERENCE_FREQ 10 //MHz clock
#define PLL_LE_PIN 8

ADF4350 PLL(PLL_LE_PIN),

void setup()

Serial.begin(115200),
delay (5000),
//init ADF4350 with 10MHz reference and tune to 1,9665GHz
PLL.initialize(1966538, PLL_REFERENCE_FREQ),

//default power is 0, which means -4dBm. should be 0, 1, 2, or 3, corresponding to -4, -1, 3, or 5 dBm
PLL.setRfPower(3),



void loop()






  PRZEJD NA FORUM