Giter VIP home page Giter VIP logo

fmcw_radar-1's Introduction

FMCW_RADAR

New version of the hardware is available in Radar 2 folder. Boards are combined in one design with several necessary improvements. First screenshot belongs to Radar 2 and others belong to the previous version of the design. I recommend using the Radar 2 since it is more reliable and tested.

Example screenshots are below

Frequency Modulated Continuous Wave Radar with 26 dBm output power covering around 250m range with a 10dBi gain patch antenna.

Auto gain configuration with digital potantiometer in MCU board. -40dB/decade Range compansation filter is implemented as well. IF signal is available at different stage of amplifier and filter circuit for testing with other configurations.

Board has designed as 2 parts. In this way processing and controlling unit can be redesigned with FPGA or any other option:

1: Radar RF Board

2: Radar MCU Board(I will add FPGA Board later with VHDL files as well)

Both pcbs have 4 layers. 50 Ohm impedance microstrip transmission line is making 0.342mm trace width with below stackup. SMA connectors need cutout for preventing reflections from 1mm wide sma pads. CST studio simulation is used for S11 performance of the connector. Stackup layer information can be found here: https://docs.oshpark.com/services/four-layer/

STM32F4 has triangular waveform generation option with its DAC and also ADF4158 is used for PLL topology. Either option can be used for waveform generation. Check schematic to populate necessary resistor values to use either mode. ADF4158 can generate pulses with some gap between each sweep. In this way N number of samples are packed and buffered over USB during this gap. Main loop runs with a FSM to check conditions of sweep. ADF4158 Muxout is generating pulse according to the sweep condition. External interrupt tracks this pulse to move between FSM states.

MCU Board talks to Python script to configure its hardware so PC is in Host mode and controls everything. In this way, any parameters can be changed on hardware without reflashing the firmware on it during field test.

N number of samples is determined by sweep bandwith rise time and sampling frequency. For example:

If sampling freq = 500KSamples/sec and sweep rise time is 1ms for 200MHz bandwith then system will pack 500(16 bit adc samples) and transfer 1000(8 bit adc samples) to Python script in 1ms. So 1MByte data per second is buffered to Host PC for 500KHz sampling frequency.

Python Script: I have uploaded an example record file along with python scripts where peaks of the stationary objects can be seen. I will later add real time plot by simply doing record and plotting with 2 different treads simultaneously.

Radar 2

RADAR_RF

RADAR_MCU

IMG_20200511_111503

radar2

radar3

fmcw_radar-1's People

Contributors

ckflight avatar

Watchers

James Cloos avatar

Forkers

wenleileilei

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.