KrakenSDR is a Software-Defined, Coherently Operated, Five-RX-Channel Radio Based on RTL-SDR

A coherent radio allows for very interesting applications, such as radio direction finding, and beamforming. Some use cases include:

  • Physically locating an unknown transmitter of interest (e.g. illegal or interfering broadcasts, noise transmissions, or just as a curiosity)
  • HAM radio experiments such as radio fox hunts or monitoring repeater abuse
  • Tracking assets, wildlife, or domestic animals outside of network coverage through the use of low power beacons
  • Locating emergency beacons for search-and-rescue teams
  • Locating lost ships via VHF radio
  • Beamforming
  • Interferometry for radio astronomy

KrakenSDR is KerberosSDR++

The previous version of KrakenSDR was known as KerberosSDR, which we successfully crowdfunded on Indiegogo. KrakenSDR improves upon KerberosSDR in several important respects:

  • Automatic calibration hardware. It is no longer necessary to manually disconnect antennas during calibration. It all happens automatically when you change frequency. This will allow for KrakenSDR stations to be remotely operated.
  • Five channels. KrakenSDR has five channels instead of four, which greatly improves-direction finding accuracy.
  • Low-noise design. KrakenSDR has a cleaner spectrum with much less internal noise than KerberosSDR.
  • USB Type-C ports and rugged, CNC-milled enclosure. KrakenSDR is built for high reliability in the field.
  • Interface with external devices. Bias tees on all ports allow for LNAs and other devices to be powered easily.
  • Improved DAQ, DSP, and GUI software. Built on the foundation of the KerberosSDR software, the KrakenSDR software adds auto-calibration, tracking of intermittent signals, greater stability, arbitrary processing-block sizes, and a new web-based GUI.
  • Software upgrades. Improvements to existing companion software and plans for new companion software.
  • Custom Android app Custom Android app that can automatically determine the location of a transmitter and provide automatic turn-by-turn navigation to the transmitter location.


Features & Specifications

  • Five-channel, coherent-capable RTL-SDR, all clocked to a single local oscillator
  • Built-in automatic coherence synchronization hardware
  • Automatic coherence synchronization and management via provided Linux software
  • 24 MHz to 1766 MHz tuning Range (standard R820T2 RTL-SDR range, and possibly higher with hacked drivers)
  • 4.5 V bias tee on each port
  • Core DAQ and DSP software is open source and designed to run on a Raspberry Pi 4 (see links below)
  • Direction-finding software for Android (free for non-commercial use)
  • Custom antenna set available

What Do You Need to Get Started?

  • You will need KrakenSDR, a USB Type-C cable, a 5 V / 2.4 A+ USB Type-C power supply, and antennas—such as our magnetic whip antenna set—that are appropriate for your application.
  • For computing we recommend a Raspberry Pi 4, for which we have a ready-to-use SD card image. To get the most out of the direction finding feautre, you will want an Android phone or tablet with mobile-hotspot capabilities, GPS, and a compass, ideally produced within the last three to four years.


How KrakenSDR Works

  • KrakenSDR makes use of five custom RTL-SDR circuits consisting of R820T2 and RTL2832U chips. The RTL-SDR is a well-known, low-cost software-defined radio (SDR), but throw five units together and using them on the same PC will not make them "phase coherent;" each one will receive signals at a slightly different phase offset from the others. This makes it impossible to achieve any sort of precision when measuring relationships between signals that arrive at different antennas.
  • To achieve phase coherence, KrakenSDR drives all five RTL-SDR radios with a single clock source, and contains internal calibration hardware to allow the phase relationship between channels to be measured precisely and corrected for in software. Additionally, the overall design of KrakenSDR works to ensure phase stability, with care taken in the areas of heat management, driver configuration, power supply, and external-interference mitigation.


  1. SMA Antenna inputs
  2. Bias Tee
  3. ESD protection
  4. Noise calibration switches
  5. R820T2 tuner
  6. RTL2832U ADC
  7. Noise source
  8. USB Hub
  9. Individual tuner on/off DIP switched
  10. USB Type-C DATA
  11. USB Type-C PWR

KrakenSDR Software

Our coherent SDR software is based on three important factors:

  • Open source We provide open source code for the Data Acquisition (DAQ) software used to ingest RF data from all five antenna inputs, automatically calibrate and achieve phase coherence via the switches and noise source, and provide coherent samples for the next layer. This DAQ code typically runs on a Pi 4, or similar single board computer (SBC), but can also run on a Linux PC.
  • DSP code for specific use cases Our open source DSP code supports radio direction finding. That code implements direction-finding algorithms such as MUSIC, which can also run on the same Pi 4 or PC as the DAQ code.
  • Application layer We make use of the data coming out of the DSP layer by plotting and logging it. Generally, programs in this layer run on a separate machine. For direction finding, we are providing a free Android app for mapping, logging data, and automatically estimating the transmitter location.

KrakenSDR Web Interface

The new KrakenSDR software comes with an easy-to-use web interface for setting up direction finding parameters. With this interface it is possible to set the frequency, gains, VFOs, and other advanced settings.





Custom KrakenSDR Android App

In addition to the web interface, we have developed a companion radio-direction finding Android app that can be used to automatically determine the location of a transmitter. Since a typical Android phone has capabilities that include necessary sensors and software like GPS, compass, mobile data, and mapping, we have made use of those features to create an affordable radio direction finding system.

  • An example scenario might see our 5x magnet mount antenna arrays mounted on the roof of a car, with KrakenSDR, a Raspberry Pi 4, and an Android phone inside the vehicle cabin. As the operator drives, the KrakenSDR software will constantly provide bearings relative to the antenna array. The Android app receives these bearings via Wi-Fi and adjusts them for the direction of movement determined via the Android phone’s GPS sensor, resulting in an automatic and accurate calculation of the map bearing towards the transmitter for that particular location. The app then logs this data and plots it on a map grid, which is used to automatically determine where the bearings intersect. Generally it will only take a few minutes of driving to accurately locate a transmitter with a strong continuous signal.
  • The app then goes a step further and provides automatic turn-by-turn navigation that will lead you to the transmitter without needing to take your eyes off the road! These are features that we’ve only seen before in high end direction finders that most potential users would find prohibitively expensive.
  • The app is free to download for KrakenSDR backers (and backers of our previous KerberosSDR product)!

Software

  • Open source core DAQ and DSP software - We provide open source code for the Data Acquisition (DAQ) software used to ingest RF data from all five antenna inputs, automatically calibrate and achieve phase coherence via the switches and noise source, and provide coherent samples for the next layer. This DAQ code typically runs on a Pi 4, or similar single board computer (SBC), but can also run on a PC. As described below we also provide open source application specific DSP code. A GNU Radio block to interface with the DAQ software is also available.​
  • DSP code for specific use cases - Our open source DSP code supports direction finding. The direction finding code implements direction-finding algorithms such as MUSIC, which can also run on the same Pi 4 or PC as the DAQ code. ​
  • Application layer - We make use of the data coming out of the DSP layer by plotting and logging it. Generally, programs in this layer run on a separate machine.
  • For mobile direction finding, we are providing a free license to an Android app for mapping, logging data, and automatically estimating the transmitter location
  • For distributed fixed and mobile sites, we provide a cloud based mapping solution (currently in alpha at map.krakenrf.com)

KrakenSDR Android App:

  • In addition to the web interface, we have developed a companion radio-direction finding Android app that can automatically determine the location of a transmitter. Since a typical Android phone has capabilities that include necessary sensors and software like GPS, compass, mobile data, and mapping, we have made use of those features to create an affordable radio direction finding system.
  • An example scenario might see the antenna array mounted on the roof of a car, with KrakenSDR, a Raspberry Pi 4, and an Android phone inside the vehicle cabin. As the operator drives, the KrakenSDR software will constantly provide bearings relative to the antenna array. The Android app receives these bearings via Wi-Fi and adjusts them for the direction of movement determined via the Android phone’s GPS sensor, resulting in an automatic and accurate calculation of the map bearing towards the transmitter for that particular location. The app then logs this data and plots it on a map grid, which is used to automatically determine where the bearings intersect. Generally it will only take a few minutes of driving to accurately locate a transmitter with a strong continuous signal.
  • The app then goes a step further and provides automatic turn-by-turn navigation that will lead you to the transmitter without needing to take your eyes off the road! These are features that we’ve only seen before in high end direction finders that most potential users would find prohibitively expensive.

KrakenSDR Web Interface

  • Our KrakenSDR core software comes with an easy-to-use web interface for setting up a direction finding system. With this interface it is possible to set the frequency, gains, and other advanced settings related to the DAQ code. You can also monitor the live-spectrum view and graphs of output from the direction-finding algorithm.

Antennas

To work as a radio direction finder, KrakenSDR needs five antennas. In order to detect signals from 360 degrees, you will need a circular array of omnidirectional antennas such as whips or dipoles. So, to go along with the release of KrakenSDR, we are offering an optional set of five magnetic whip antennas that you can mount, for example, on the roof of your car.


Note: The antenna is optional

We have also worked with the US-based company, Arrow Antennas, who have produced a five-element dipole array for KrakenSDR that is great for use in fixed sites (on the roof of a house, for example). This antenna has been used in all of our fixed-site experiments, and you can see it in some of our YouTube videos. It works extremely well! (The image below shows a prototype. The final version may look slightly different.) If you order this antenna make sure you also order a set of 5 BNC to SMA cables to connect them to the KrakenSDR.

Documentations:

Package Includes:

  • 1 x KrakenSDR with Aluminum Case
  • Optional 5 x Magnet-Mounted Antennas

Write a review

Please login or register to review

KrakenSDR with Aluminum Case

  • Brand: KRAKENRF
  • Product Code:CS-KrakenSDR
  • Reward Points:596
  • Availability:In Stock
  • रo 70,333.90

  • Ex Tax:रo 59,605.00
  • Price in reward points:59605

  • 2 or more रo 68,542.66

Available Options


Related Products

KiwiSDR

KiwiSDR

KiwiSDR is a software-defined radio (SDR) covering shortwave, the longwave & AM broadcast bands, var..

रo 27,132.92 Ex Tax:रo 22,994.00

LimeSDR Mini

LimeSDR Mini

The LimeSDR Mini development board is a hardware platform for developing and prototyping high-perfor..

रo 23,582.30 Ex Tax:रo 19,985.00

800~2200 MHz Antenna

800~2200 MHz Antenna

Penta-band 800MHz to 2200MHz monopole helical antenna. Robust antenna with high gain in small form f..

रo 3,663.90 Ex Tax:रo 3,105.00

LimeSDR Mini 2.0

LimeSDR Mini 2.0

LimeSDR Mini 2.0 is an upgraded, drop-in replacement for LimeSDR Mini, a hardware platform for devel..

रo 57,194.60 Ex Tax:रo 48,470.00

Kraken Antenna Set

Kraken Antenna Set

A set of five magnetic whip antennas that can be used with the KrakenSDR for direction finding. The ..

रo 29,763.14 Ex Tax:रo 25,223.00

Gliss

Gliss

Draw waveforms directly into your modular synth with this open-source touch moduleGliss is an elegan..

रo 23,091.42 Ex Tax:रo 19,569.00

Tags: SDR, RTL-SDR, Radio

The product is currently Out-of-Stock. Enter your email address below and we will notify you as soon as the product is available.

Name
Email
Phone
Comments