Cell Phone Tracking

Purpose:

The purpose of this experiment is to demonstrate the ability to track a cell phone's location electronically. Cell phones are being used all the time now by people of all ages and almost all average income American carries around a cell phone with them at all times. We even occasionally hear them ringing at theaters and in classrooms. Cell phones are two way radio transmitters that work by connecting to a nearby tower and exchanging data. Despite the FCC's limitation on maximum power output of a cell phone, they are still able to connect with towers miles away at UHF frequencies and produce enough RF power to supply those fancy replacement flashing antennas with energy. Because cell phones put out a constant RF output (sometimes pulsed) they can be tracked using the tower triangulation method where the network administrators can find your precise location with their administrative network access. Unfortunately most of us don't have access to the network's administrative features. This experiment will demonstrate an alternative method for tracking a cell phone.

Materials:

- Cell Phone
- BASIC Stamp 2 SX BOE
- UHF RF Diodes
- 330 Ohm Resistor
- LED

More info can be found from http://www.voltsamps.com/pages/projects/cell/ and here is a video http://www.voltsamps.com/pages/projects/cell/cell.mpg.

Tejas Patel

This article is part of the GWB Archives. Original Author: Tejas Patel

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.