ESP32 ProjectsLORA PROJECTS

LoRa mmWave Radar Human Tracking System with ESP32

Last Updated on September 3, 2026 by Engr. Shahzada Fahad

Description:

You can’t hide… because today I built a long-range human tracking system using LoRa and the RD-03D mmWave radar sensor – capable of detecting and tracking people in real time from kilometers away, without WiFi, internet, or cameras.

Sounds impossible?

Well,

let me prove it.

This  is the live radar interface.



That dot right there?

That’s my brother.

As he moves

you can see the position updating in real time.

And the craziest part?

This data is coming from a sensor




placed far away



and transmitted over long distance.



Now imagine this

You place this system

in a completely remote location

no internet.

no infrastructure.

and still you can monitor everything in real time.



But here’s where things get really interesting

Think about this for a second.

Most smart systems today depend on WiFi or Bluetooth.

But in real life, that’s a big limitation.

Bluetooth usually works within 10 to 30 meters

and WiFi typically covers around 50 to 100 meters.

And the bigger problem?

Many important places don’t even have internet access.

Places like:

  • Farm
  • Remote warehouses
  • Construction sites
  • Mountain areas

In these locations, running cables is expensive

and sometimes not even possible.

So instead of relying on internet

we use LoRa.

LoRa is built for long-range communication.

It can send data over several kilometers using very low power.

Which means

your system stays connected

even where everything else fails.




Now that solves the communication part.

But what about detection?

This is the RD-03D mmWave radar module.



Unlike traditional PIR sensors,



HC-SR501 PIR motion sensor for human movement detection
HC-SR501 PIR motion sensor commonly used for detecting human movement.

it doesn’t rely on heat

or light.



It uses radio waves to detect movement.

And it’s not like other mmWave radar modules, You can set its detection mode.

and track up to 3 moving targets at the same time. 




It works:

In complete darkness.

In fog.

It can even see through many materials.

Cardboard,



Hardboard,

Plastic,



Glass,,

Curtains,

even wood,



and many more.

And it can detect even the smallest movements.

It’s a true human presence sensor.

Standing still,

Sitting,

or even crawling,

you can’t hide from it.

Now combine both technologies,




And you get something incredibly powerful.

A system that can:

Detect movement in real time,

Track presence accurately,



Send data over kilometers,

And work without any internet.

So why not use Bluetooth?

Because Bluetooth is short range.

It usually works within a few meters only.

So it’s not useful for remote monitoring.

And what about WiFi?

WiFi needs routers and internet access.

It also consumes more power

and has limited range.

So again… not ideal for remote locations.

But with LoRa…

You don’t need internet.

You don’t need routers.

Just two LoRa devices, and you can communicate over long distances.

Today, I am using a powerful mmWave radar sensor…

combined with LoRa communication…

to build a system that can detect motion

and send alerts over very long distances.

Even in places where nothing else works.

On the receiver side, we will monitor important data like

X, Y position, distance, angle, and speed,on an OLED display.



But that’s not all,

I have also created a real radar-style interface,

where you can visually see the exact position

of the detected person.

For those who don’t want to use a computer,

I have implemented the same radar interface

directly on the OLED display as well.



In this article, I will show you step by step:

  • How to connect the mmWave sensor with the TTGO LoRa32.
  • How to transmit data using LoRa.
  • How to receive it on another device.
  • How to send the received data to the computer software designed in python.
  • How to make a radar like interface on the Oled display.

And how to test it in real-world conditions.

Amazon Links:

RD-03D mmWave Radar Module

TTGO LoRa32

Other Tools and Components:

ESP32 WiFi + Bluetooth Module (Recommended)

Arduino Nano USB C type (Recommended)

*Please Note: These are affiliate links. I may make a commission if you buy the components through these links. I would appreciate your support in this way!

For this project, you will need:

A pair of TTGO LoRa32 modules,




and an RD-03D mmWave radar sensor.



I recommend the TTGO LoRa32



because it already comes with LoRa,

and a built-in OLED display.

So you don’t need to connect any extra components.

And the RD-03D mmWave radar,

you already know how powerful this sensor is.

It can track up to 3 people in real time at the same time.

If you want to learn more about

the TTGO LoRa32 or the RD-03D radar in detail,

I highly recommend checking out my previous articles.

First, let’s start with the transmitter side.

Transmitter Side Wiring:

Connect the 5V and GND pins of the RD-03D mmWave radar module

to the 5V and GND pins on the TTGO LoRa32.

Then connect the TX pin of the radar module

to GPIO16

 on the TTGO LoRa32.

And that’s it for the transmitter wiring.

Now, on the receiver side

you don’t need to connect anything.

But if you want to take it a step further,

you can add a buzzer.

This way, whenever motion is detected,

the buzzer will alert you instantly.

Now, let’s go ahead and take a look at the programming.

RD-03D and ESP32 Programming:

This is the transmitter-side program,

and this is the receiver-side program.

First, you need to install the required libraries.

So let’s do that.

Simply copy the library name,

then open the Library Manager,

paste the name here,

and install it.

As you can see,

I have already installed it,

so I am not going to install it again.

Now just repeat the same steps for the remaining libraries. Watch the video tutorial.

Once you have installed all the libraries, you can go ahead and upload the programs.

Transmitter Side Code:

Receiver Side Code:

 

I am not explaining the code here because I have already covered it in detail in my previous videos and articles.

If you want to learn how to use the RD-03D mmWave radar without relying on libraries, and how to access data directly from registers.

I highly recommend watching my getting started video on this sensor.

I have also explained how to use the TTGO LoRa32, along with its technical specifications.

Now for the practical implementation…

Let’s assume the transmitter is going to be installed in a location where power is not available.

So in that case, I am going to use a 4S lithium-ion battery pack

which I actually built a few years ago for my racing drone.

Along with that, I will use my custom-designed 5V, 3A power supply.

It can accept input voltages up to 28 voltsand provides a stable 5V output.

So it supports a wide input range from 9V to 28V.

This means, you can even power the system directly using a solar panel if you want.

But in my case, I prefer using this 4S lithium-ion battery pack,

because it makes the entire system portable.

So now, it becomes a true“on-the-go” security system.

I can place it anywhere,

power it up,

and start monitoring instantly.

For this project, I placed the transmitter outside the room,

and we will monitor this area.

Now let’s power up the receiver side using a standard phone adapter.

As soon as I powered it on, the data started coming in.

X and Y position,distance,angle, and speed, all updating in real time.

The RD-03D mmWave radar and the LoRa are working exactly as expected.

We can see all the data on the OLED display,

X, Y, distance, angle, and speed.

But there’s one problem.

It takes time to process all this in your head and figure out the actual position.

So to solve that, I designed a radar-style interface.

Now there’s no guessing.

You can directly see the exact location of a person, in real time.

At first, monitoring everything on a computer felt amazing.

It looked cool,

it felt powerful,

and honestly, I really liked it.

Seeing all the data live,

building that radar interface,

it was exciting.

But then I started thinking,

What if you are not sitting at your desk?

What if you are out in the real world?

Let’s say,

You are in a remote area,

maybe a forest,

or on some kind of field mission,

where you need to monitor a specific zone, and stay alert at all times.

In that kind of situation,

carrying a laptop,

setting it up, keeping it powered, is just not practical.

So I decided to take it a step further.

I built version 2.

Now, you can still monitor everything on your computer

if you want that full interface,

but at the same time,

you can also see the same radar-style view directly on the OLED display.

No laptop needed.

No setup required.

And the best part?

Now the whole system becomes completely portable.

You can carry it in your pocket,

take it anywhere,

and start monitoring instantly.

you can download both versions of the code —

Version 1

and Version 2,

along with the computer application,

from my Patreon Post.

This project is a complete long-range monitoring solution.

It combines the accuracy of mmWave radar,

with the power of LoRa communication,

to detect, track, and transmit human movement

over kilometers,

even in places where traditional systems fail.

You can carry it anywhere,

set it up in seconds,

and start monitoring instantly.

So, that’s all for now.

Support me on Patreon:

If you enjoy my work and find these projects helpful, please consider supporting me on Patreon. With just $1, you can get access to all project source codes, schematics, and extra resources that I share with my supporters. Your support helps me continue creating new electronics tutorials, experiments, and open projects for the community. Thank you so much for being part of this journey and for supporting my work!

Watch Video Tutorial:

You Can't Hide — mmWave Radar + LoRa Tracks You From Kilometers Away (No WiFi)


Discover more from Electronic Clinic

Subscribe to get the latest posts sent to your email.

Engr. Shahzada Fahad

Engr. Shahzada Fahad is an Electrical Engineer with over 15 years of hands-on experience in electronics design, programming, and PCB development. He specializes in microcontrollers (Arduino, ESP32, STM32, Raspberry Pi), robotics, and IoT systems. He is the founder and lead author at Electronic Clinic, dedicated to sharing practical knowledge.

Related Articles

Leave a Reply

Your email address will not be published. Required fields are marked *

Back to top button

Discover more from Electronic Clinic

Subscribe now to keep reading and get access to the full archive.

Continue reading

Electronic Clinic
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.