Detecting nearby GSM and/or LTE signals from mobile devices

I am developing a project where I want to detect mobile devices based on GSM and/or LTE signals.

I do not want to decrypt the signal nor do I want to build an IMSI-catcher or fake base station.

The goal is to use my project to locate lost individuals in areas with no reception. Therefore I need to find a signal, identify the unit that broadcasts it, and measure the signal strength.

My question is what sort of hardware can I use to detect GSM and LTE signals? In my country GSM and LTE signals are broadcast in 700MHz, 800MHz, 900MHz, 2.1GHz, 2.6GHz

All my researching efforts lead into jamming, decryption, repeating, etc.

Very simple to detect such signals: tuned loop antenna with a microwave diode detector:
http://www.creative-science.org.uk/mobile_LED.html

Buy the microwave diodes on eBay: Avago/Agilent Microwave Detector Diode, HSMS-286K, Dual, SOT-363, 10pcs | eBay

Here is one in action showing leakage from a microwave oven:
microwave_det

identify the unit that broadcasts it

When the signal is strong, you are very close to it. Reach out and grab the suspect.

Do you mean, "lost in the woods" kind of lost? So you have no idea where in an area half the size of the upper Amazon the subject is?

You would need a helicopter, equipped with massive antenna arrays, and state of the art communications receivers. I say helicopter because the signals are line of sight, and the original reason why they can't just pick up the phone and make a call, is usually that there are no towers near enough to reach over the RF horizon.

Nearby, you can use a communications receiver preferably with a spectrum analyzer with a waterfall display and learn to use it. One problem, a lot of phone signals now are spread spectrum, they aren't easy to detect by simple reception unless you have the spreading code and temporal synchronization.

GSM is easy to detect, but most 3G phones don't even use it any more. They use EGSM.

You should try to get your hands on a good spectrum analyzer, to get started.

For "non-jamming" information, go to engineering sites and avoid hacky places. It took me exactly 30 seconds to find this with a google search of "LTE standard":
https://www.nxp.com/docs/en/white-paper/LTEPTCLOVWWP.pdf

Give them a personal satellite locator: SPOT Satellite Communication Devices | Saved by SPOT | US

This is not an Arduino problem.

I will look into getting started with a spectrum analyzer.

The first step of the project is to just detect the signals. Locating them isn't of concern right now.

Thanks for the quick replies!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.