-
I am looking for a way to turn ADF off (or to stop generating any frequency) after the sequence of frequencies is done
could you suggest how to do it ?
-
Somewhat of a noob at copying in libraries and other code beside the example sketches. I thought I had followed the instructions but am getting the errors below when I attempt to compile the example4…
-
Hi!
I have some problem:
adf4351.c line 206: missing ;
delay(1) -> delay(1);
Bad type in adf4351.h
uint32_t power_up_frequency; IT MUST BE uint64_t!
Thanks!
Best Regars!
István
-
As far as I can tell this should be compatible with the ADF4351 but it doesn't seem to work from my testing and have heard similar comments from others who have tried.
-
I have used your program in raspberry pi3 for controlling the adf4351 evaluation module, I have connected the rf_out+ with my spectrum analyzer, but I am receiving the output with an offset.
When wri…
-
First and foremost, I want to express my gratitude for your effort in developing this library for the MAX2870 chip. I am currently working on configuring the MAX2871 chip in a MAXREFDES161, which come…
-
Hello, I am not an Arduino user and lack of debugger is a terrific issue.
I loaded a test program from web,
https://maker.pro/arduino/projects/simple-fm-radio-receiver-with-arduino-uno-and-rda5807…
-
Hi, I'm new to Arduino programming and I'm having issues with this code.
I created the ADF4350 library and imported it to Arduino IDE. I created the sketch with the setup() function provided in the …
-
Here's a coherent project plan for Sayma v2. It is informed by extensive discussion on github Issue system over the past year and recent offline discussion with the Sayma v1 developers. This is posted…
-
Hello Benoît,
Thank you very much for your great library and very good book!
I'm trying to use the ESP8266 to control the ADF4351 (VCO with integrated PLL). The following code compiles without error…