Skip to main content

WSPR on Stand alone uBITX without any device

WSPR

WSPR is short for "Weak Signal Propagation Reporter".
For more information on wspr see the links below
https://en.wikipedia.org/wiki/WSPR_(amateur_radio_software)
https://physics.princeton.edu/pulsar/k1jt/wspr.html
http://wsprnet.org/drupal/




One of the best ways to know where my signal is going is WSPR.
There are two limitations to using WSPR.
First, the transmission start time of WSPR must be accurate to standard time.
The second is that WSPR is not supported by the radio, so you should use a computer or a laptop.


The first problem is that you can use a wristwatch that has recently been checked for errors. If you look at the source code that you use for WSPR reporter, error of 1 ~ 2 seconds is allowed.
If you go camping outdoors, you can set the time on your wristwatch precisely before departure. Many people use GPS to calibrate their time, but in the case of regular GPS, errors are introduced via the serial port.

The implementation of such a digital program is difficult for the receiver and the transmitter is not so difficult. So in recent years it has been implemented in Arduino.


uBITX was able to port easily because it uses C language based on Arduino.



I just can not use the code to control the si5351 that uBITX uses, so I used a different library for WSPR transmission only.The results exceeded Arduino's firmware.
So I removed some of the features that I have implemented so far and removed some of the features of WSPR.

Later in time, I think I can fix this problem by modifying the Si5351 control code.


The most important part to implement WSPR in uBITX is below.


Moving the frequency of CW will change the pitch of the sound in SSB. It will be able to transmit WSPR to uBITX without any hardware modification.

uBITX uses 3 clocks.
Below is a partial schematic of uBITX.



http://www.hfsignals.com/wp-content/uploads/2017/12/ubitxv3.pdf

As you can see from the circuit, when transmitting CW, only the frequency to be directly transmitted to CLK2 is input.

Below is the source code at the start of CW transmission.It can be seen that CLK2 oscillates by adding the fundamental frequency and sidetone.


WSPR generates 162 tone data. One tone can have values of 0, 1, 2, and 3.
0 is the reference frequency, 1 is the reference frequency plus 1.4648 Hz, 2 is 1 plus 1.4648 Hz, etc.

.

As you may have guessed, the above code does not handle multi-threading.
Probably an error will occur in CAT communication etc.

In this case, the timer interrupt is very simple to implement. Arduino is the first one I use this time (with uBITX), so I finished with the possibility of sending digital communication including WSPR.


Later, i will create a new SI5351 control code and apply it to uBITX with a smaller code size. (SI5351 ordered from Ali Express is coming. lol)

Comments

Popular posts from this blog

Introduction to UV-K5 HF Fullband receive version 0.3

Introduction to UV-K5 HF Fullband receive Version 0.3 This is an introduction to UV-K5 HF full-band reception firmware 0.3HF using SI4732-A10. This version is released separately from the existing UV-K5 CEC firmware version. because space is needed to store a large PATCH file to use SI4732-A10's SSB. 0.3HF added several functions to use SSB for shortwave radio and amateur radio.

Release CEC Firmware v1.200 for uBITX All version(include V2, V3, V4, V5)

Release CEC Firmware v1.200 for uBITX All Version (include v2, v3, v4, v5) I did the firmware work for v5 when uBITX V5 was released, but I release it now. I received the feedback from a thankful beta tester and tested it myself by converting my uBITX v3 to v5 but I was not sure. I ordered the uBITX V5 and delivered the correct uBITX V5, so I made a little more fine-tuning. If you use V2, V3, V4, you do not need to update this firmware.

Introduction to UV-K5 HF Fullband receive version 0.41 (Changed from 0.40)

  Introduction to UV-K5 HF Fullband receive Version 0.41 (Changed from 0.40) This is an introduction to UV-K5 HF full-band reception firmware 0.4HF using SI4732-A10. This version is released separately from the existing UV-K5 CEC firmware version. because space is needed to store a large PATCH file to use SI4732-A10's SSB. 0.4HF added several functions to use SSB for shortwave radio and amateur radio.