Giter Club home page Giter Club logo

wspr-si5351's Introduction

wspr-si5351

WSPR very basic implementation using Arduino, Si5351 and JTEncode library. A refactor of the JTEncode example code but without the clutter for other modes.

This code is for testing purposes or as a skeleton for more advance proyects, use a filter at the output of the Si5351 if will be used for real.

Usage

Once the code is uploaded, it will start TX as soon and connected to power. Sync should be done manually arround one second before the "0" seconds of the WSPR transmision. See lower-right corner of WSJT-X software.

Assambly instructions

  • Download wspr-si5351.ino file and open with Arduino IDE.

  • Upload to Arduino UNO (o compatible) microcontroller.

  • Wire the Si5351 module with the Arduino UNO (or compatible) board:

    • Arduino 3V - Si5351 VIN
    • Arduino GND - Si5351 GND
    • Arduino A4 - Si5351 SDA
    • Arduino A5 - Si5351 SCL

For testing without soldering the SMA connector, a wire connected to output 0 of the Si5351 can be used as compromise antenna.

Settings

Values for frecuency, callsign, grid, power and TX led can be changed in the source code.

TX Frecuency

Can be changed from the WSPR_FREQ constant. Defaults for 20 meters band, be aware that must be shifted a little to be in the center of the WSPR frecuency. Frecuency 14.096,90 MHz worked for me (14.094,60 is the frecuency for 20 meter band in WSJT-X).

#define WSPR_FREQ       14096900UL  // 20M, 14.094,60

Led, callsign, grid locator and power

#define LED_PIN                 13
char call[] = "N0CALL";
char loc[] = "GF00";
uint8_t dbm = 27;

Help

  • LU1AAT, Andres
  • lu1aat.andres @ gmail.com

wspr-si5351's People

Contributors

lu1aat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.