Use OLED for screen. #8
Reference in New Issue
Block a user
No description provided.
Delete Branch "oled"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Already running into issues.
Here's how to set the I2C address for the Si5351: https://github.com/etherkit/Si5351Arduino#alternate-i2c-addresses
Si5351 si5351(0x61);
If I can't get the current code to work, there is this project which seems to do everything except the Polyakov mode: https://projecthub.arduino.cc/CesarSound/10khz-to-225mhz-vforf-generator-with-si5351-version-2-acdc25
Polyakov mode would "just" mean displaying a frequency that is twice what is actually being used in the receiver circuit.
Was missing a following call to
display.display();
to write it to the display.Trying out another way in #9.
Pull request closed