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 78a9431387 First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
TxChannel First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
WSPRbeacon First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
debug WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +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@494ca2fb2f WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +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 First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
LICENSE Initial commit 2023-11-14 03:05:11 +03:00
README.md Initial commit 2023-11-14 03:05:11 +03:00
build.sh +oscillator submodule. ENV preps. 2023-11-14 17:33:55 +03:00
clean.sh +oscillator submodule. ENV preps. 2023-11-14 17:33:55 +03:00
core1.c First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
defines.h First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
init.c First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
main.c First WSPR-modulated emission. Start checking. 2023-11-16 21:08:18 +03:00
pico_sdk_import.cmake +oscillator submodule. ENV preps. 2023-11-14 17:33:55 +03:00

README.md

pico-WSPR-tx

WSPR beacon for Raspberry Pi Pico, based on pico-hf-oscillator library