Skip to content

Latest commit

 

History

69 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup on Raspberry Pi

Install dependencies:

sudo apt-get install --no-install-recommends git make g++ cmake libsoapysdr-dev libasound2-dev soapysdr-tools python3-soapysdr

Some prototype boards do not have the HAT identification EEPROM written. If you have one of those, write it first by following EEPROM writing instructions.

Compile and install SoapySDR module:

cd SoapySX
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig

Check that the module is found:

SoapySDRUtil --probe=driver=sx

Features

SoapySX provides some support for timestamps which are used by some applications to obtain a known timing relationship between transmitted and received signals. See the linear repeater example for an example on using timestamps to obtain a constant, known latency from received to transmitted signal.

About

SX1255 as a software defined radio transceiver (repository for software)

Resources

Stars

28 stars

Watchers

7 watching

Forks

Releases

Packages

Contributors

Languages