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 6c5ad458ce WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +03:00
TxChannel WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +03:00
WSPRbeacon WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +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 WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +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
defines.h WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +03:00
main.c WIP: It creates an example WSPR packet using 3rd-party libs. 2023-11-16 02:52:44 +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