All Projects → greatfet-hardware → quince

greatfet-hardware / quince

Licence: BSD-3-Clause license
a 2.4 GHz SDR neighbor using 1 bit ADC

Projects that are alternatives of or similar to quince

Rfsec Toolkit
RFSec-ToolKit is a collection of Radio Frequency Communication Protocol Hacktools.无线通信协议相关的工具集,可借助SDR硬件+相关工具对无线通信进行研究。Collect with ♥ by HackSmith
Stars: ✭ 1,085 (+4420.83%)
Mutual labels:  radio, hardware, sdr
Hackrf
low cost software radio platform
Stars: ✭ 4,286 (+17758.33%)
Mutual labels:  radio, hardware, sdr
SDR Matlab OFDM 802.11n
📡 Using Software Designed Radio to transmit MIMO-OFDM QPSK signals at 5 GHz
Stars: ✭ 44 (+83.33%)
Mutual labels:  radio, hardware, sdr
SDR Matlab LTE
📡 Using Software Designed Radio to transmit LTE downlink signals at 2.4 GHz
Stars: ✭ 21 (-12.5%)
Mutual labels:  radio, hardware, sdr
Pagermon
Multimon-ng pager message parser and viewer
Stars: ✭ 154 (+541.67%)
Mutual labels:  radio, sdr
Tr 9
TR-9, the (only) M17 system compatible handheld - schematics, PCB design files, BOM.
Stars: ✭ 131 (+445.83%)
Mutual labels:  radio, hardware
Look4sat
Amateur radio and weather satellite tracker and passes predictor for Android inspired by Gpredict
Stars: ✭ 160 (+566.67%)
Mutual labels:  radio, sdr
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+13637.5%)
Mutual labels:  radio, sdr
Adsb Out
📶 1090ES ADS-B Out Add-on
Stars: ✭ 74 (+208.33%)
Mutual labels:  radio, sdr
Red Pitaya Notes
Notes on the Red Pitaya Open Source Instrument
Stars: ✭ 205 (+754.17%)
Mutual labels:  radio, sdr
RF-List
RFSec tools
Stars: ✭ 98 (+308.33%)
Mutual labels:  radio, sdr
Rdio Scanner
Rdio Scanner is an interface similar to a police radio scanner for software defined radio recorders
Stars: ✭ 122 (+408.33%)
Mutual labels:  radio, sdr
Iotsecurity101
A Curated list of IoT Security Resources
Stars: ✭ 1,302 (+5325%)
Mutual labels:  radio, hardware
Soapy power
Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
Stars: ✭ 88 (+266.67%)
Mutual labels:  radio, sdr
SW-Chinese-received-frequency
主流国际中文电台短波接收频率
Stars: ✭ 46 (+91.67%)
Mutual labels:  radio, sdr
Iot Pt
A Virtual environment for Pentesting IoT Devices
Stars: ✭ 218 (+808.33%)
Mutual labels:  radio, hardware
urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+37650%)
Mutual labels:  radio, sdr
hdradio
HD Radio SDR Receiver
Stars: ✭ 15 (-37.5%)
Mutual labels:  radio, sdr
Airspy Fmradion
Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
Stars: ✭ 59 (+145.83%)
Mutual labels:  radio, sdr
Gr Nrsc5
A GNU Radio implementation of HD Radio (NRSC-5)
Stars: ✭ 73 (+204.17%)
Mutual labels:  radio, sdr

Quince

a 2.4 GHz SDR neighbor for GreatFET using 1-bit ADCs

Quince is a GreatFET neighbor that serves as a Software Defined Radio (SDR) receiver for the 2.4 GHz band using a 1-bit sampling technique. It is intended specifically to enable all-channel Bluetooth monitoring, but it should support additional uses.

Quince features the TLV3502 dual comparator and an RF section based on the AD8347 quadrature demodulator. Synthesis of a 2.4 GHz Local Oscillator (LO) is provided by ADF4360-0. The 1-bit quadrature signals are sampled at 80+ Msps by the SGPIO peripheral on Azalea.

Channelization and demodulation are done in software on the host computer, but it may be necessary to add an FPGA to Quince in order to achieve real-time simultaneous monitoring of all Bluetooth channels. The host software will likely be a rewrite of gr-bluetooth using libbtbb (the core of software for Ubertooth).

Project Status

The first hardware prototype that achieves proof-of-concept has been assembled. Software work is required before determining what changes are needed in the next hardware revision.

Viewing or Modifying the Design

Required KiCad dependency:

https://github.com/greatscottgadgets/gsg-kicad-lib

If you are using git, the preferred way to install gsg-kicad-lib is to use the submodule:

git submodule init && git submodule update

Hardware Development Notes

Lower cost comparators that may have sufficient bandwidth:

  • TLV3202, comparator, $0.60
  • NCS2250, single, $0.20

It might be more cost-effective to use a wireless transmitter or transceiver IC to generate the LO, such as:

As an alternative to the comparators (and possibly to the quadrature demodulator as well) we may investigate the use of LVDS input on an FPGA. This would be the preferred solution if an FPGA ends up on the board anyway for channelization.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].