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

Si5351 - ESP8266 WSPR beacon VHF #87

Open
iz2fly opened this issue Jun 8, 2022 · 2 comments
Open

Si5351 - ESP8266 WSPR beacon VHF #87

iz2fly opened this issue Jun 8, 2022 · 2 comments

Comments

@iz2fly
Copy link

iz2fly commented Jun 8, 2022

I am building this very simple project to transmit in WSPR in the 2m band with ESP8266 and Si5351.
See web page:
https://antrak.org.tr/blog/esp-wspr-simple-and-inexpensive-wspr-transmitter/
sketch:
https://antrak.org.tr/wp-content/uploads/ESPWSPR-yazilimlar.zip

libraries:
// Etherkit Si5351 (Library Manager)
// Etherkit JTEncode (Library Manager)
// Time (Library Manager)
// Wire (Arduino Standard Library)
// NTPtimeESP
// ESP8266WiFi

I solved the problem of setting the frequency by changing the variable freq:
unsigned long freq = 144489000UL
unsigned long long freq = 144489000ULL
otherwise the calculations were incorrect.

But now there are continuous clicks every half second or so, this does not allow the signal to be decoded. (In 144MHz)
In HF no problems.
Ideas? Thanks

@Bleach665
Copy link

Same issue.

@iz2fly
Copy link
Author

iz2fly commented Apr 20, 2023

Now I'm trying with an RS41 radiosonde that drives the Si5351 with the serial port, I added a 10MHz OCXO to stabilize the frequency and the decoding is almost complete. In 144MHz however, the dirty signal quality remains.
Here you find the software.
https://github.com/mikaelnousiainen/RS41ng

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