No description
grc | ||
sim | ||
src | ||
util | ||
.gitignore | ||
.gitmodules | ||
circuit.svg | ||
LICENSE | ||
README.md |
Pico SDR
Using RP2040 / Raspberry Pi Pico as a software-defined radio receiver.
See the blog post for more informatiom.
Circuit
Software
-
Clone using
git clone --recursive
as this package is using a custom USB stdio library for better throughput and to avoid deadlocks. -
Build and flash the firmware as usual:
export PICO_SDK_PATH=/path/to/pico-sdk cmake -B build src cmake --build build picotool load -f build/pico_sdr.uf2
-
Start the USB serial to TCP bridge, setting the frequency to 88.2 MHz:
python util/bridge.py -f 88200000
-
Open
grc/PicoSDR-WBFM.grc
in GNU Radio Companion. -
Press
F6
. After you close the window, the bridge will exit as well.