Code Monkey home page Code Monkey logo

sdr-mini-kit's Introduction

Sdr Mini Kit

Building SDR apps by mapping IQ streams with pipes in CLI or bash scripts.

Features

  • Taking IQ stream from SoapySDR, Airspy HF+ and Sound card input
  • Generating IQ stream with noise or empty signal
  • Transmitting internet audio streams into IQ stream
  • Lowpass filtering and decimating IQ stream
  • Piping streams to TCP, GQRX, Icecast, playing it as an audio
  • Generating waterfall image from IQ stream
  • Playing and streaming waterfall as video
  • SSB demodulation

Installation

Install dependencies

sudo apt install ffmpeg icecast2 sox

When Icecast asks to configure it say no, because we will use the config we have in the project.

Install IQ sources

SoapySDR

Install it from https://github.com/pothosware/SoapySDR/

Airspy

If you want to get IQ stream from Airspy install their software from https://github.com/airspy

Sound card

You can take IQ stream from sound card stereo input, just make sure arecord command is working in your command line.

Build C modules

Open the project root folder and run ./build

Starting Icecast

If you want to use Icecast, go to the icecast folder and run ./start-icecast, the port is 4625. If you want to share the Icecast stream via Internet - don't forget to replace the hackme password with some stronger.

Usage

Look into bash scripts in the project root and connect modules with pipes similarly for your app. Use scripts in tune/ folder to set common parameters like samplerate, antenna, default frequency, remote server IP.

System requirements

Some apps can run on Raspberry Pi Zero. Other will require more calculation performance. Notice that Raspberry Pi Zero CPU bcm2835 can easily work at 1GHz so don't hesitate to overclock it.

Thanks

sdr-mini-kit's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

johnmatsson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.