You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Luigi Cruz 9bf154df78
Update README.md
пре 1 година
.github Delete FUNDING.yml пре 2 година
export-image [WIP] ARM64 Image (#71) пре 2 година
scripts [WIP] ARM64 Image (#71) пре 2 година
stage0 [WIP] ARM64 Image (#71) пре 2 година
stage1 [WIP] ARM64 Image (#71) пре 2 година
stage2 [WIP] ARM64 Image (#71) пре 2 година
stage3 [WIP] ARM64 Image (#71) пре 2 година
stage4 [WIP] ARM64 Image (#71) пре 2 година
.dockerignore Rebuild directory without documentation. пре 3 година
.gitignore Merge pi-gen changes. пре 2 година
Dockerfile Release Version 6.0 (#64) пре 2 година
LICENSE Release Version 6.0 (#64) пре 2 година
README.md Update README.md пре 1 година
build-docker.sh Release Version 6.0 (#64) пре 2 година
build.sh Release Version 6.0 (#64) пре 2 година
config Fix hostname address #73. пре 2 година
depends Release Version 6.0 (#64) пре 2 година
docker-compose.yml Rebuild directory without documentation. пре 3 година

README.md

🥧 PiSDR: The SDR Linux Distro for Your Pi

Modified Raspbian image with the latest SDR software pre-installed and ready to go. Compatible with every Pi.

Github All Downloads Github Latest Version

The PiSDR is a Raspbian based operating system for the Pi pre-loaded with multiple Software Defined Radio software. It was created to serve as a fast and reliable bootstrap for SDR projects.

Documentation

This is a single person project with limited time and resources to acquire expensive SDRs. Only radios validated by tests are supported by this image. This is a limitation to maintain a certain level of quality. If you are a vendor and want your SDR supported by this image, consider donating one unit to the project. The latest version of the PiSDR supports every Raspberry Pi model (Zero, 1, 2, 3 and 4).

Software

List of pre-installed software:

Radios

We currently support the following SDR:

Getting started

Download

The download file is hosted on GitHub Releases. Click in the button below to go to the latest release and choose the .tar.xz file to start downloading your PiSDR image. No .xz extraction is required. Use this file directly with the flashing software.

Download Latest Image

Installation

The installation process is the same as the vanilla Raspbian. You will need a MicroSD card with at least 8GB of capacity. To transfer the image file to the memory card we recommend the open-source and multi-platform balenaEtcher or the official Raspberry Pi Imager.

If you are feeling quite adventurous, you can copy the image to the memory card using dd. Warning: One should be extremely cautious using dd, as with any command of this kind it can destroy data irreversibly.

$ dd bs=4M if=pisdr.img of=/dev/sdX conv=fsync

Post Installation (Recommended)

When running your PiSDR installation for the first time, it’s recommended to run the following command in the target board. This command will enable math optimizations supported by your hardware and speedup programs like GNU Radio and GQRX.

volk_profile

Usage

This image can be used as a standard Raspbian desktop environment. The HDMI Output, SSH, and Remote VNC are enabled by default. For usage information about any pre-installed software, please refer to our Software Page.

Warning: It is important to change the credentials after the first login to ensure your security.

SSH

To access the system with this option, you will need an SSH client. This is built-in inside the Command-Line of most operating systems (Linux, macOS and Windows 10). As a GUI alternative, we recommend using the PuTTY application available for Linux and Windows.

$ ssh pi@pisdr.local
Password: raspberry

VNC

The remote desktop can be accessed using any VNC client. The credentials are the same from the SSH. The default screen resolution is set to 720p. This setting can be easily changed inside the raspi-config menu (Advanced > Resolution). Note: The Remmina Client is known to be incompatible with this VNC Server.

Running Programs

Not all programs listed above will be listed on the desktop. Most of them require to be launched from the terminal. Please, refer to the documentation of the program that you would like to use for launch instructions. The README.md files can also be accessed offline inside the /home/pi/PiSDR directory.

About the project

PiSDR Project was created and maintained since 2019 by Luigi F. Cruz.

Support

Feel free to hit me up on Twitter or Email if your question isn’t answered by this documentation. If you found a bug, please, report it directly on GitHub Issues.

Hardware Sponsors

License

PiSDR is distributed by an MIT license.

Disclaimer

This project isn’t in any way associated with the Raspberry Pi Foundation.

Contributing

Everyone is very welcome to contribute to our project. Project icon made by Smashicons.