Arduino_si5351_VFO_Controller_Keyer
Arduino_si5351_VFO_Controller_Keyer copied to clipboard
A controller for a multi-band homebrew SSB/CW transceiver, targeting Arduino Nano and si5351 PLL.
As per the description. On Arduino Nano A6 and A7 (unlike A0 to A5) cannot be used a digital output pins. See Warnings para here: https://www.arduino.cc/reference/en/language/functions/digital-io/digitalwrite/ Resolution: Chase down which...
Some experimenters see a compile error at si5351.set_correction() in init() at around line 2630. The signature to the set_correction() method in Jason's si5351 library changed between releases, the latest version...
Trying to compile after downloading all the required libraries (using Arduino UNO as target board) I get the following error: -> 's_meter10x15' was not declared in this scope The s_meter_font.h...
**compiling error** . 'typedef struct VFOset_type VFOset_type'