Skip to content

Si5351 - ESP8266 WSPR beacon VHF #87

Description

@iz2fly

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions