Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug report #1

Open
gi1mic opened this issue Jul 25, 2018 · 1 comment
Open

Bug report #1

gi1mic opened this issue Jul 25, 2018 · 1 comment

Comments

@gi1mic
Copy link

gi1mic commented Jul 25, 2018

You need to disable CLK0 from the si5351 during setup. Otherwise the circuit transmits a carrier @ ~14.192.00 while waiting for the GPS to lock.

ie simply change
si5351.output_enable(SI5351_CLK0, 1);
to
si5351.output_enable(SI5351_CLK0, 0);
in the setup code to fix.

@F4HTB
Copy link
Owner

F4HTB commented Jul 25, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants