0% found this document useful (0 votes)
46 views

GSM and Gps Based Schools Kids Tracking System

This document describes a GPS and GSM based school kids tracking system. The system uses GPS to track the location of kids with GPS sensors. It receives latitude and longitude from satellites via a GPS antenna and receiver. The receiver sends the data to a microcontroller via an RS232 converter. The microcontroller displays the location on an LCD and sends it via GSM network or mobile phone to be monitored on a PC. The system provides exposure to microcontroller architecture, embedded C programming, PCB design, GSM module interfacing, and LCD interfacing.

Uploaded by

Prayog Tech
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views

GSM and Gps Based Schools Kids Tracking System

This document describes a GPS and GSM based school kids tracking system. The system uses GPS to track the location of kids with GPS sensors. It receives latitude and longitude from satellites via a GPS antenna and receiver. The receiver sends the data to a microcontroller via an RS232 converter. The microcontroller displays the location on an LCD and sends it via GSM network or mobile phone to be monitored on a PC. The system provides exposure to microcontroller architecture, embedded C programming, PCB design, GSM module interfacing, and LCD interfacing.

Uploaded by

Prayog Tech
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

GSM & GPS Based School Kids Tracking System

Abstract:
In this project GPS is used to monitor the School kids position anywhere in the earth. The KIDS who wants to monitor has to have the GPS sensor. The GPS sensor consists of GPS antenna and GPS receiver. GPS uses satellite ranging to triangulate your position. In other words, the GPS unit simply measures the travel time of the signals transmitted from the satellites, then multiplies them by the speed of light to determine exactly how far the unit is from every satellite its sampling. By locking onto the signals from a minimum of three different satellites, a GPS receiver can calculate a 2D (two-dimensional) positional fix, consisting of your latitude and longitude. GPS receiver received human latitude and longitude from satellite through GPS antenna. GPS receiver is interfaced with the microcontroller through RS232 converter. RS 232 converter is used to convert RS232 logic to TTL logic vice versa because GPS receiver is the RS232 logic and microcontroller is the TTL logic. Then the receiver sends the received signal to microcontroller. Here the microcontroller is the flash type reprogrammable microcontroller in which we have already programmed. Now the microcontroller displays the latitude and longitude on the LCD display. Then position information signal is transmitted through GSM network or mobile. The mobile is interfaced with the microcontroller through data cable. Data cable is the special type of cable which is available with mobile phone. In the receiver section the mobile or GSM network is interfaced with PC. In PC we can monitor the human current position on the earth.

Block diagram:
Transmitting Side Data Cable Mobile or GSM Modem

GPS Antenna

GPS Receiver

RS 232

Micro Controller

Receiving Side Data Cable Mobile or GSM Modem PC

http://prayogtech.co.in/#act/academicprojects.html

Scope:
The project provides us exposure on: 1. Architecture of microcontroller 2. Embedded C program. 3. PCB designing. 4. GSM module. 5. Interfacing GSM module to controller. 6. LCD interfacing.

http://prayogtech.co.in/#act/academicprojects.html

You might also like