Friday, March 29, 2024

Smart Radar System For High Velocity Measurement and Detection

Ashwini kumar sinha

Detecting the velocity of vehicles and objects is often needed for research and data collection purposes or for setting speed limits on roads and highways to avoid accidents. For such tasks, a reliable solution that wirelessly measures the speed of a fast-moving object can be developed, which uses the Doppler effect. It relates to the change in a wave’s frequency and wavelength caused by the varying distance between the wave generation/transmission from an object (source) and reception/sensing of that wave (watcher or observer).

DIY Smart Radar System
Author’s Prototype for Smart Radar System For High-Velocity Measurement and Detection

So in today’s project, you will learn to create a Doppler effect-based smart radar system for measuring velocity with the help of the transmission and reception of microwave signals.

Bill of Materials 

Smart Radar System Parts List

DIY Smart Radar System – Code

First, install the AnalogFrequency library for measuring the frequency pulse and detecting the signal waves (this will later convert into the object speed). Then, install the U8g2 library for the interfacing of the OLED display module to display text icons.

After installing the frequency library, include it in the code and then define the pin numbers for the radar sensor. Now in the setup function, add the code for the serial port having a baud rate of 9600. 

- Advertisement -

Next, create a loop, which will update the wave frequency according to the Doppler effect, convert it into the speed of the moving object and send its value to the serial port. The frequency to speed conversion is done using the given formulas:

  • Speed (kmph) = Frequency/19.49
  • Speed (mph) = Frequency/31.36

After converting the frequency into speed, write the code (shown below) to display the values on the OLED screen.

Smart Radar System Code
Smart Radar System Code
Code for Smart Radar System
Code for Smart Radar System

Smart Radar System – Circuit Connection

Connect the HB 100 microwave radar to Arduino according to the connection diagram.

- Advertisement -
Arduino  HB 100 Radar Preamplifier
5V VCC
GND GND
A1  IF (signal out pin )
Connection for Smart Radar System
Fig. 3: Connection for Smart Radar System For High-Velocity Measurement and Detection

Smart Radar System connection

Testing

Arduino Smart Radar System
Fig. 5

Now, upload the code to Arduino and power it. Now, upload the code to Arduino and power it. Whenever a sideways motion of the Arduino and associated components occurs with respect to the HB100 microwave Doppler radar, the resulting Doppler effect helps detect motion in real-time.

Congrats!! You have made a Doppler effect-based smart radar system that not only detects humans and other objects, but also measures their speed in real-time. 

Download Source Code

SHARE YOUR THOUGHTS & COMMENTS

Electronics News

Truly Innovative Tech

MOst Popular Videos

Electronics Components

Calculators