You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for the repport, effectively i have forgot this.
It was just for testing.
Thanks, i have update with news.
73
Le 25/07/2018 22:07, GI1MIC a écrit :
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARgDWsv_NHF5a6MWSmLwQRO9dOMH0KiKks5uKM_lgaJpZM4Vgt5B>.
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.
The text was updated successfully, but these errors were encountered: