FMCWRadar

From RevSpace
Revision as of 12:39, 7 May 2020 by Bertrik Sikken (talk | contribs) (Created page with "= Goals = This project is about experimenting with inexpensive FM-CW radar modules as can be found on AliExpress: * gaining experience with the hardware * gaining experience o...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Goals

This project is about experimenting with inexpensive FM-CW radar modules as can be found on AliExpress:

  • gaining experience with the hardware
  • gaining experience on what kind of compensation/calibration is needed
  • apply it in a fun project, e.g. pedestrian speed indicator, or detect bats with it

Perhaps start a cool collection of inexpensive "software-defined" radar projects?

The current generation of inexpensive radar modules (around E40,-) has these typical features:

  • operates on 24 GHz
  • has quadrature outputs (I and Q) so it can not just detect movement (through Doppler) but also distinguish direction
  • has a modulation input that allows a subtle change of the radar operating frequency
  • often combined with a cortex M0 or M3/M4 microcontroller,
  • pre-configured with firmware to do detection of object speed and direction

Theory

An FM-CW radar is a few steps more advanced than the very basic Doppler radars:

  • I and Q outputs as described above
  • Modulation input, that allows you to quickly sweep the radar frequency

The basic idea behind an FM-CW radar is that the frequency is sweeped, at some continuous rate. A signal that is reflected by an object in the view of the radar, will arrive back at the radar with some delay. Because of the delay, the outgoing signal will have already changed in frequency compared to the incoming reflected frequency. At the radar, the delayed incoming signal is "mixed" with the outgoing signal, resulting in a low-frequency I+Q output of the difference frequency. The difference frequency at the output of the radar is therefore linearly related to the time delay, so also linearly related to the object distance.

Challenges

  • Do the available radar modules actually use the FM modulation input of the radar?
  • How is the FM modulation input wired to the CPU? The STM32 processors typically used dont't have a DAC output!
  • How to cope with real-world inaccuracies:
    • I-Q outputs are not exactly 90 degrees apart
    • I-Q outputs have an amplitude inbalance
    • I-Q outputs have a bias
    • dynamic range: this needs to be very high, since the radar equation has a 4th-power dependency on distance
  • Can we calculate an FFT fast enough
  • Get some rough idea of
    • inaccuracies a described above
    • Frequency change per m/s
    • Modulation index: MHz / V on the modulation input, and the corresponding sweep rate

Buying an FM-CW radar

Acconeer radars:

AliExpress 24 GHz radar with FMCW, no CPU:

AliExpress 24 GHz radar, DM-series:

AliExpress 24 GHz radar, FM-series:

AliExpress 24 GHz radar, other:

Analog front-end for many of the radar modules above seems to be SRK1101A.