WSPR beacon for Raspberry Pi Pico, based on pico-hf-oscillator library. It doesn't require any hardware - Pico board itself only.
 
 
 
Go to file
roman d11ef6b23f build scripts fixed. 2023-12-15 14:44:51 +03:00
TxChannel Pre-merge commit. 2023-12-10 21:49:59 +03:00
WSPRbeacon Pre-merge commit. 2023-12-10 21:49:59 +03:00
debug Ongiong work, debug beginning. 2023-11-28 03:10:01 +03:00
docs WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +03:00
pico-hf-oscillator@9fbd9fa407 Pre-merge commit. 2023-12-10 21:49:59 +03:00
util Pre-release GPS build. 2023-11-30 12:54:27 +03:00
.gitignore Initial commit 2023-11-14 03:05:11 +03:00
.gitmodules +oscillator submodule. ENV preps. 2023-11-14 17:33:55 +03:00
CMakeLists.txt Pre-merge commit. 2023-12-10 21:49:59 +03:00
LICENSE Initial commit 2023-11-14 03:05:11 +03:00
README.md Update README.md 2023-12-10 21:52:35 +03:00
build.sh build scripts fixed. 2023-12-15 14:44:51 +03:00
clean.sh +oscillator submodule. ENV preps. 2023-11-14 17:33:55 +03:00
core1.c Pre-merge commit. 2023-12-10 21:49:59 +03:00
defines.h Pre-merge commit. 2023-12-10 21:49:59 +03:00
init.c Pre-release GPS build. 2023-11-30 12:54:27 +03:00
main.c Major improvement pre-release: up to 10 meter band freq.range. Need to test though. 2023-12-10 21:49:59 +03:00
pico_sdk_import.cmake +oscillator submodule. ENV preps. 2023-11-14 17:33:55 +03:00
protos.h Pre-release GPS build. 2023-11-30 12:54:27 +03:00

README.md

pico-WSPR-tx

WSPR beacon for Raspberry Pi Pico, based on pico-hf-oscillator PLL DCO library as submodule. The GPS reference is used to compensate Pico's clock drift. GPS is also used to schedule WSPR transmissions.

image The example of this WSPR beacon (QRPX power level) reception. Last max QRB is ~3400 km on 40m band.

image High spectrum quality and less than 1Hz frequency drift.

NO additional hardware

The WSPR beacon provides the output signal on the GPIO pin of Raspberry Pi Pico. No externall PLL, analog oscillators! You should only provide a lowpass filter of appropriate frequency if you want to use this module extensively. The power transmitted using GPIO pin is sufficient only when using full-size dipole as antenna. If there is no such option available, you need to boost the signal using simple 1 transistor amplifier.

For what?

This is an experimental project of amateur radio hobby and it is devised by me in order to experiment with QRP narrowband digital modes. I am licensed radio amateur who is keen on experiments in the area of the digital modes on HF. My QRZ page is https://www.qrz.com/db/R2BDY

Quick-start

  1. Install Raspberry Pi Pico SDK. Configure environment variables. Test whether it is built successfully.

  2. git clone https://github.com/RPiks/pico-WSPR-tx

  3. cd pico-WSPR-tx

  4. ./build.sh

  5. Check whether output file ./build/pico-WSPR-tx.uf2 appears.

  6. Load the .uf2 file (2) into the Pico.

  7. Initialy the operating HF band is 17 meter (WSPR dial frequency is 18106 kHz).

  8. Provide the feedback by clicking like on the github page of the project :).

Cheers, Roman Piksaykin, amateur radio callsign R2BDY https://www.qrz.com/db/R2BDY piksaykin@gmail.com