Skip to content

AlexisMotet/ModRADAR

Repository files navigation

ModRADAR (2021-2022 engineering school project)

The aim of this engineering school project was to display the speeds of track and field runners in real time.

It uses 3 FMCW embedded radars (https://urad.es/en/) on Raspberry Pi 4 and Arduino Uno boards. The radars deposit the raw measurements (IQ signal) on a Redis server and a Python server retrieves and processes them to get the speeds and positions of the runners.

example1.mp4

At the same time, the Python server receives a video stream from a mobile phone filming the track. It detects people moving around using the background subtraction technique. Finally, it associates the radar measurements with the bouding boxes of the detected people using the vectors that the user places on the web interface.

The web interface also displays the Fourier transforms of the raw signals in real time and the technique used to eliminate ghost targets (signal processing). Radar measurements and signal are random in the video below.

demo_app.mp4

About

Speed measurements of runners using FMCW radars. 2021-2022 engineering school project.

Topics

Resources

Stars

Watchers

Forks