Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.
Michael Hirsch edited this page Oct 10, 2016 · 35 revisions

Background on aeronomy radars

Remote sensing of the upper atmosphere of earth has historically included giant radars costing $100M (e.g. Arecibo). We propose an inexpensive radar network costing less than $200 per node that citizen scientists and primary school science classes can build and deploy. The radar nodes work together as an infrastructure-less self-organizing network, transmitting pseudonoise waveforms hundreds of kilometers in the shortwave radio bands. The waveforms simultaneously measure atmospheric characteristics and contain data relayed to the cloud for offline processing for purposes including:

  • 4-D imaging of the Earth’s atmosphere/ionosphere
  • data relay from isolated sites (e.g. flood alarm, tracking animals)
  • Solar storm impact detection and quantification

PiRadar Project Description

Initial experiments show that the CPU & PLL on the Raspberry Pi 3 may be capable of transmitting HF radar waveforms with sufficient spatial resolution to resolve interesting atmospheric disturbances. System architecture is highly flexible, and nearly any single-board computer may be suitable. $10 DDS chips like the AD9834 allow synthesizing frequencies from DC to VHF with arbitrary modulation.

An RF receiver is necessary; one option is using a $20 RTL USB stick with a $50 upconverter board. The radar system will be documented and described sufficient for a “hackaday” type article enabling citizen scientists and school teachers to build and deploy their own. Designing a custom PCB will allow substantial cost reduction, critical for adoption in economically disadvantaged areas.

Competing/Complementary systems

The PiRadar system has two primary functions

  1. data transceiver-long range (> 100 km) broadband HF
  2. ionospheric radar

HF long-range infrastructure-less data transceivers

The problems these systems have in common for our experiments and deployments include

  1. too expensive radios ~$1000 ham radio transceivers
  2. too little instantaneous bandwidth: < 3.5 kHz typically.

These systems fail to use Shannon-Hartley theorem optimally. One can trade bandwidth and/or time for power<-->SNR. In essence we are proposing a more optimal use of scarce RF resources by using low-power pseudonoise broadband waveforms that other users will scarcely detect.

Complementary ionospheric radars

We don't think of these systems as competing but rather complementing. Other types of instruments e.g. optical are also experiencing the revolution of dense networks of small cheap sensors completings large single site sensors.

  • SuperDARN: excellent global network running for over 20 years, costing just over $1 million per site. SuperDARN observes on timescale of minutes in the 8-20 MHz range. We propose time resolution on timescale of seconds in the 3-10 MHz range.
  • Arecibo this is a UHF incoherent scatter radar studying the ionosphere from a single site and with mechanical steering. Naturally, a 330 meter dish antenna in the mountains is very expensive.
  • FAST and GBT similar: cost/size/single site

competing hardware

The above are all good to excellent choices for their purposes, which often is on-air cellular, Wifi, bluetooth or high-resolution radar. However:

  • Inexpensive <$100 PCs currently have trouble handling the full bandwidth of these radios.
  • we need < 1 MHz bandwidth

These radios take the approach of using a frequency synthesizer and IQ mixer for highly frequency-agile (several GHz) broad bandwidth (tens of MHz) transceivers.

By distinction, our application requires only several MHz of frequency agility and < 1 MHz bandwidth. It is possible that we can omit the IQ mixer and external DACs and simply modulate the frequency synthesizer itself, saving a great deal of cost and complexity.

To do so probably requires a microprocessor or FPGA to clock in the preprogrammed modulation sequence. The AD9834 eval board has a Blackfin MPU enabling control and modulation.

Other crowd-sourced radio science projects

Numerous other crowd-sourced radio science projects out there, including:

  • Radio Jove 20 MHz receiver network listening to Jupiter's decametric radiation. Seems to use spectrum vs. time.
  • Aurorasaurus actually for optical measurements, but has great citizen use and visualization.

References

PLL modulation

math of PLL modulation

Fundamentals of DDS (9 pages)

DDS waveform generation (we might be interested in Figure 6 operation)

DDS app note

Clone this wiki locally