-
Notifications
You must be signed in to change notification settings - Fork 24
Initialising EEPROM
VK3HN edited this page Jun 21, 2024
·
2 revisions
The script reads a table of information during setup, so before you run the main Arduino_si5351_VFO_Controller.ino for the first time, you must run the Initialiser script once. If you don't do this, the VFO Controller script will give unpredictable results!
The Initialiser script writes default values for the VFO starting frequencies across all VFOs into the first few hundred bytes of the EEPROM.
Open the file Initialiser.ino and compile and download it. Let it run for a few seconds, and open the Serial window to see the default VFO values it is writing. Then, download the main VFO Controller script, and it should run as expected, starting on VFO 4, 7090 kHz (or whatever you hve modified this to be).