Vehicle Tracking System Using Gsm and Gps Module

Published on June 2016 | Categories: Documents | Downloads: 44 | Comments: 0 | Views: 230
of 13
Download PDF   Embed   Report

Vehicle Tracking System Using Gsm and Gps Module

Comments

Content

1/31/2016

vehicle tracking system using gsm and gps module

Close  or  Esc  Key

Like

908k

  

Follow @EngineersGarage

 

Follow

Arduino  Projects  (http://www.engineersgarage.com/microcontroller/arduino­projects)        |      Raspberry  Pi
(http://www.engineersgarage.com/embedded/raspberry­pi)        |      Electronic  Circuits  (http://www.engineersgarage.com/electronic­circuits)        |
    AVR  (http://www.engineersgarage.com/embedded/avr­microcontroller­projects)        |      PIC  (http://www.engineersgarage.com/embedded/pic­
microcontroller­projects)        |      8051  (http://www.engineersgarage.com/microcontroller/8051projects)        |      Electronic  Projects
(http://www.engineersgarage.com/contribution)

vehicle tracking system using gsm and gps module
Log  in  or  register  to  post  comments

28  posts  /  0  new

Last  post

#1

Fri,  02/12/2011  ­  16:35

hm1622

vehicle  tracking  system  using  gsm  and  gps  module
i  am  in  final  year  of  electronics  and  comm.my  final  year  project  is  vehicle  tracking
system  using  gsm  and  gps  module.
in  which  the  tracking  device  is  fixed  on  car  and  the  device  continuously(1  hour  interval)
send  google  map  link  on  other  cell  phone.so  guys  please  help  me  to  complete  this
project

Last 
Offline
seen:  1  year  8
months  ago
Joined:  02/10/2010
­  17:52

1st  where  should  i  buy  GSM  and  GPS  module,which  model  is  best  for  this  kind  of
trecking  application?

Inertial Measurement Unit
Size of a Postage Stamp! Calibrated, Onboard Kalman Filter

Top

or  to  post  comments
Permalink

Sun,  04/12/2011  ­  16:50

Dexter

you  have  to  use  rs232  cable
Offline
Last
seen:
4

you  have  to  use  rs232  cable  ,89c52  kit  ,  sim  300,  gps  module  capable  of
communication  with  rs232  and  an  activated  sim  card[[wysiwyg_imageupload:3310:]]
[[wysiwyg_imageupload:3311:]]

months  3  weeks  ago
Joined:  06/09/2011
­  19:40

Top

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

or  to  post  comments

1/13

1/31/2016

vehicle tracking system using gsm and gps module
Permalink

Tue,  06/12/2011  ­  14:01

hm1622

can  any  one  guide  about  the
can  any  one  guide  about  the  program??
because  i  have  no  idea  about  AT  commands.

Last 
Offline
seen:  1  year  8
months  ago
Joined:  02/10/2010
­  17:52

Top

or  to  post  comments
Permalink

Mon,  19/12/2011  ­  21:31

Syed  Aameer

PRODUCT  NAME          :  GSM

PRODUCT  NAME          :  GSM  MODEM
HARDWARE            :    SIM  300  MODULE
COMMUNICATION          :  RS232
COMMANDS        :  AT
INPUT  VOLTAGE        :  12VDC  /  1AMP     
**********************************************************************************************************
ANTENNA    ­    PULL  THE  ANTENNA  OUT  IF  THE  SIGNAL  IS  WEAK
Last 
Offline
seen:  1  day  17
hours  ago
Joined:  05/01/2011
­  16:25

HOW  TO  TEST!!!!
1.  INSERT  THE  SIMCARD  INTO  SIM  TRAY  BACKSIDE
2.  CONNECT  THE  RS232  CABLE  TO  THE  PC  SERIAL  PORT  ­    SERIAL  PORT  PROPERTIES  (
RESTORE  DEFAULTS  ­  9600  BAUD  RATE)
3.  OPEN  HYPERTERMINAL  FROM  WINDOWS
START>PROGRAMS>ACCESARIES>COMMUNICATIONS>HYPERTERMINAL
4.  SELECT  THE  COMPORT  WITH  BAUD  RATE  9600
5.  TYPE  "AT  "  ECHO  "OK"  IF  ECHO  IS  OK  COMMUNICATION  IS  OK  !!!!!!!!!+

6.  CHECK  THE  LED  STATUS  (  NETWORK  SERCHING  ,  NETWORK  CONNECTED,  IS  SHOWN
IN  LED  STATUS  GIVEN  BELOW)
**********************************************************************************************************
  Working  state  of  network  status  indication  LED  OUTPUT
State  SIM300  function

Off  SIM300  is  not  running
64ms  On/  0.8SEC  Off  SIM300  does  not  find  the  network
64ms  On/  3  SEC  Off  SIM300  find  the  network
64ms  On/  300ms  Off  GPRS  communication
**********************************************************************************************************
TO  CHQ  GAIN  ­  AT+CSQ=?
TO  CHK  NETWORK  ­  AT+COPS=?

Examples  for  send  and  receive  SMS
For  sending  SMS  in  text  Mode:
AT+CMGF=1  press  enter
AT+CMGS=”mobile  number”  press  enter
Once  The  AT  commands  is  given’  >’  prompt  will  be  displayed  on  the  screen.
Type  the  message  to  sent  via  SMS.  After  this,  press  ctrl+Z  to  send  the  SMS.
If  the  SMS  sending  is  successful,  “ok”  will  be  displayed  along  with  the  message  number.

For  reading  SMS  in  the  text  mode:
AT+CMGF=1  Press  enter
AT+CMGR=  no.
Number  (no.)  is  the  message  index  number  stored  in  the  sim  card.  For  new  SMS,  URC
will  be  received
on  the  screen  as  +CMTI:  SM  ‘no’.  Use  this  number  in  the  AT+CMGR  number  to  read  the
message.
Voice  call
Initiating  outgoing  call:
ATD+  mobile  number;  press  enter
For  disconnecting  the  active  call:
ATH  press  enter
For  receiving  incoming  call:
ATA  press  enter

**************************************************USEFUL  AT  COMMANDS
FOR  SETTINGS
*****************************************************************

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

2/13

1/31/2016

vehicle tracking system using gsm and gps module
TO  CHANGE  BAUDRATE    ­  AT+IPR=BAUDRATE(Ex  9600)  0­115200  For  maore  details
refer  AT  commands  Document  page  33
 
TO  SAVE  THE  SETTINGS  AT&W

 

TO  RESTORE  FACTORY  DEFAULTS  TYPE  AT&F  THEN  SAVE  IT  AT&W

 

 
Top

or  to  post  comments
Permalink

Wed,  21/03/2012  ­  11:53

yuichi

Are  you  looking  for  used  car
Are  you  looking  for  used  car  purchase  services?  Don’t  sell  your  car  in  pennies,  get  the
true  worth  of  your  car  today  from  the  most  reliable  Japanese  used  car  purchase
company.

Last 
Offline
seen:  3  years
10  months  ago
Joined:  21/03/2012
­  10:40

Top

or  to  post  comments
Permalink

Sun,  01/04/2012  ­  12:47

neha  sharma

  hello  guys  i  am  facing  a
 

Last 
Offline
seen:  5  months
17  hours  ago
Joined:  25/07/2011
­  23:46

hello  guys  i  am  facing  a  problem  in  sending  sms.....
 
my  developed  code  is  here...plz  check  it  out..
 
thanxx  in  advance...!!!!
 
 
 
 
 
 
 
 
 
#include<reg52.h>
#define  lcd_data  P2
#define  lcd_cont()  ((lcd_en=1),(delay(3)),(lcd_en=0))
void  UART_init();
void  send_to_modem(char*);
void  enter();
void  send(char);
void  ch_send_to_modem(char*);
void  lcd_init(void);       
void  lcdcmd(unsigned  char  value);
void  lcddata(unsigned  char  value);
void  msgdisplay(unsigned  char  b[]);
void  delay(unsigned  int  value);  
void  send_to_modem(char*);
void  enter();
void  send(char);
void  ch_send_to_modem(char*);
unsigned  char  str[10],mobilenum[11]={"09887081656"};
 
                           
unsigned  char  mobilenum1[10];
code  unsigned  char  str1[]={"OK"};
unsigned  char  l,s,n,a,b,i,count,j,jjj,hb=68;
sbit  temp=P1^3;
sbit    lcd_rs      =    P1^0;  
sbit    lcd_en      =    P1^2;
 
void  main()
{
temp=1;
  lcd_init();
  UART_init();
  lcdcmd(0x84);
  msgdisplay("  welcome  "  );
  delay(1000);
 
 
   
  lcdcmd(0x01);      
  msgdisplay("searching  for");
  lcdcmd(0xc0);

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

3/13

1/31/2016

vehicle tracking system using gsm and gps module
  msgdisplay("GSM  modem");
  delay(100); 
  send_to_modem("ate0");      //to  avoid  echo  signals,
    enter();
      send_to_modem("at");
      enter();    //  TO  CHECKING  GSM  MODEM...
      send_to_modem("at");
      enter();
      send_to_modem("at");
      enter();
      send_to_modem("at");
      enter();
      send_to_modem("at\r");
      enter();
      for(mobilenum[i]=0;mobilenum[i]<11;i++);
      for(s=0;s<5;s++)     //  Here  we  are  waiting  for  data  whitch  is  sending  by  GSM  modem
 
      {     //  to  checking  wether    the  GSM  modem    connected  to  system  or
        while(RI==0);     //  not.
        str[s]=SBUF;  
        RI=0;
      } 
 
            /*  str[s]='\0'; 
        lcdcmd(0x01); 
        msgdisplay1(str);
        long_delay();  
        n=strcmp(str3,str1); 
 
    if(n)
      goto  again;     //  GSM  modem  if  those  are  matching  then  following  messages 
    else 
      {*/     //  are  displaying  on  LCD.
          lcdcmd(0x01);
          msgdisplay("SYSTEM");
          lcdcmd(0xc3); 
          msgdisplay("CONNECTED");
     
//      } 
 
      send_to_modem("at+cmgf=1");
      enter();
      send_to_modem("at+cmgd=1");
      enter();
      send_to_modem("at+cmgd=2");
      enter();
      send_to_modem("at+cmgd=3");
      enter();  
      send_to_modem("at+cfcs=");
      enter();
      send_to_modem("gsm");
      enter();
      RI=0;
    
        lcdcmd(0x01);
        msgdisplay(mobilenum);
   
  
  
    st:delay(2500);
 
while(RI==1)
{
  RI=0;
  delay(100);
 }
     
          lcdcmd(0x01);
          msgdisplay("massage  ");
          lcdcmd(0xc0); 
          msgdisplay("start......");
     
          while(RI==1);
   
 
   
      while(1)
    {
 
    if(temp==0)
       {
        resend:
lcdcmd(0x01);
                  msgdisplay("over  temp");
                  lcdcmd(0xc3); 
                  msgdisplay("sending  msg");
                  send_to_modem("at+cmgs=+918233598587");
lcdcmd(0x01);
msgdisplay("No.  sended");
lcdcmd(0xc0);
msgdisplay("sending  msg....");

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

4/13

1/31/2016

vehicle tracking system using gsm and gps module
        delay(10);
        enter();
        send_to_modem("abnormal  temerature  from  room1  ");
        ch_send_to_modem(0x1a);
        enter();
      while(RI==0);
        a=SBUF;
              RI=0;
      while(RI==0);
        b=SBUF;
              RI=0;
 
if(a==13)
 {
            lcdcmd(0x01);
                      msgdisplay("message  sent  ");
              goto  st;
     }
            else
    {
  delay(2000);
  goto  resend;
}
 }
 
       
 
 
}
}
 
 
  void  lcd_init(void)
{
  lcdcmd(0x02);  
  lcdcmd(0x02);
  lcdcmd(0x02);
  lcdcmd(0x28);
  lcdcmd(0x28);
  lcdcmd(0x28);
  lcdcmd(0x0c);
  lcdcmd(0x06);
  lcdcmd(0x01);
}
void  lcdcmd(unsigned  char  value)       //  LCD  COMMAND
  {
            lcd_data=value&(0xf0);
            lcd_rs=0;
            lcd_cont();
            lcd_data=((value<<4)&(0xf0));
            lcd_rs=0;
            lcd_cont();
 } 
 
                                          
void  lcddata(unsigned  char  value)
    {   
          lcd_data=value&(0xf0);
          lcd_rs=1;
          lcd_cont();
          delay(3);
          lcd_data=((value<<4)&(0xf0));
          lcd_rs=1;
          lcd_cont();
          delay(3);
    }   
void  msgdisplay(unsigned  char  b[])
  {
unsigned  char  s,count=0;
for(s=0;b[s]!='\0';s++)
 { 
    lcddata(b[s]);
 }

void  delay(unsigned  int  value)
 {
      unsigned  int  x,y;
      for(x=0;x<100;x++)
      for(y=0;y<value;y++);
 }
 
void  UART_init()
{
    SCON  =  0x50;
    TMOD  =  0x20;
    TH1    =  0xFD;
    TR1    =  1;
}
 
void  send_to_modem(char*s)
{

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

5/13

1/31/2016

vehicle tracking system using gsm and gps module
      while(*s  !=  '\0')
   {
          send(*s);
          s++;
   }
}
 
void  ch_send_to_modem(char*s)
{
      while(*s  !=  '\0')
   {
          send(*s);
          s++;
   }
      send('\r');
      send('\n');
}
void  send(char  x)
{
    while(!TI);
    TI  =  0;
    SBUF=x;
}
void  enter()
{
 
    send('\r');
    send('\n');
}
 
Top

or  to  post  comments
(Reply  to  #7)

Tue,  21/07/2015  ­  15:43

king

Permalink

circuit
Hey  Mate    am  currently  doing  the  some  project  as  you  i  was  just  wondering  if  you
can  please  send  me    the  part  list  and  circuit  diagram  .  thank  you  .  here  is  my
email:  [email protected]

Last 
Offline
seen:  2  months
3  weeks  ago
Joined:  17/04/2015
­  07:37

Top

or  to  post  comments
Permalink

Fri,  13/04/2012  ­  15:30

Syed  Aameer

Type  10  digit  mobile
Type  10  digit  mobile  number..remove  '0'  and  check  for  your  local  number
 

Last 
Offline
seen:  1  day  17
hours  ago
Joined:  05/01/2011
­  16:25

Top

or  to  post  comments
Permalink

Wed,  09/01/2013  ­  12:16

hm1622

its  bery  difficult  project  !
its  bery  difficult  project  !

Last 
Offline
seen:  1  year  8
months  ago
Joined:  02/10/2010
­  17:52

Top
Wed,  02/05/2012  ­  12:07

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

or  to  post  comments
Permalink

6/13

1/31/2016

vehicle tracking system using gsm and gps module
salmanshah

Hello  hm1622!  hope  u  enjoy
Hello  hm1622!  hope  u  enjoy  good  health...
I  am  working  on  the  vehicle  tracking  system  for  my  semester  project!
plz  provide  me  the  circuit  diagram  and  code  for  help!
i  am  really  pooooor  in  programming  :(

Last 
Offline
seen:  2  years  4
months  ago
Joined:  28/04/2012
­  21:59

Top

or  to  post  comments
Permalink

Sun,  15/07/2012  ­  22:53

man  hari  dnagol

i  am  in  final  year  student  of
i  am  in  final  year  student  of  electronics  and  communicatin  engineering.My  final  year
project  is  Advance  vehicle  secuirity  system  withtheft  control  and  accident  notification
using  gsm  ,  gps  module  &PIR  sensor.In  which  gps  receiver  and  gsm  modem  are  placed
on  car  and  the  device  continuously(after  certain  interval)  send  longitude
,latitude,time,speed  on  other  stored  cell  phone.And  also  the  ignition  of  engine  is  control

Last 
Offline
seen:  3  years  5
months  ago
Joined:  08/07/2012
­  19:46

by  cell  phone  by  sending  sms  and  if  any  accident  is  happen  to  vehicle  again  it  send
location  of  accident  .And  pir  is  used  to  detect  the  motion  of  person  around  the  car  if  it
detect  the  motion  then  sends  sms  to  owner  .
So    please  help  me  to  complete  this  project  by  sending  the  program  code  and  circuit
daigram  using  at89s52  microcontroller  as  soon  as  posible
 

Top

or  to  post  comments
Permalink

Thu,  16/08/2012  ­  13:04

Shahid  nawaz
malik
Offline
Last
seen:
1  year
10
months
ago
Joined:  12/08/2011
­  15:37

guys...my  project  is  same  as
guys...my  project  is  same  as  of  u  with  some  additions...means  i  hav  to  lock/unlock  door
and  ignition  on/off.......i  hav  a  lil  bit  idea  about  pic  programing  ...kindly  plzz  help  me
in  code  i  hav  a  code  and  and  am  able  to  understand  some  portion  of  code...code  is
given  bellow
 
 
 
 
EMBEDDED  C  SOURCE  CODE:
#include  <16F877A.h>
#include  <gsm.c>
#include  <gps.c>
 
#use                delay    (clock=20M)  //Crystal  Oscillator  speed  20MHz
#use                rs232    (baud  =  9600,  xmit=PIN_B0,rcv=PIN_B1,stream=GSM)  //For  GSM
Modem
#use                rs232    (baud  =  4800,  xmit=PIN_A1,rcv=PIN_A0,stream=GPS)  //For  GPS
Receiver
byte  ch  =  0;
int  count  =  0;
byte  data[150];  //For  SMS  storage
byte  wru[]  =  {  "wru"  };
byte  about[]  =  {"about"};
byte  help[]  =  {"help"};
byte  lock[]  =  {"lock"};
byte  unlock[]  =  {"unlock"};
byte  num[12];      //for  storing  phone  number
char  lat[12];      //for  storing  latitude
char  lngtd[12];  //for  storing  lngtd
char  speed[12];  //for  storing  speed

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

7/13

1/31/2016

vehicle tracking system using gsm and gps module
char  tdata[12];  //for  temprary  data
void  main()
{
      int  i  =  0;
      int  j  =  0;
      int  flag  =  0;
      output_high(PIN_D1);                //  send  “1”  to  pinD1
      delay_ms(1000);
      output_low(PIN_D1);
      delay_ms(1000);
      output_high(PIN_D1);
      delay_ms(1000);
      output_low(PIN_D1);
            init_phone();
            while(1)
   {
          output_toggle(PIN_D1);    //GSM  Indicator  LED
          delay_ms(500);
          count  =  0;      //reset  data  buffer       
          data[count]  =  0;                                  //data[  ]  is  for  sms  storage
    
                                                if(!input(PIN_C4))  //Accident  Sensor  switch.
        {
                        //Crash  Message  Handling
                        output_high(PIN_D0);  //LED  Indicator
                        get_GPS_data(lat,lngtd);    //Read  GPS  data  for  lat  and  lngtd
                        fprintf(GSM,"AT+CMGS=\"%s\"\r\n",mynum);  //Send  SMS  message  to  pre­
defined  number
                        fprintf(GSM,"ALERT:  Vehicle  No.9999  Crashed  at  Latitude:  %s  Longitude:  %s
\r\n",lat,lngtd);  //Send  SMS  data
                        fputc(0x1A,GSM);    //^Z  to  send  sms
                        output_low(PIN_D0);    //LED  Indicator
                        continue;
        }
     }
          fgets(data,GSM);  //Read  sms  data  into  data  buffer
 
          if(strlen(data)  <  14)    //No  message  in  string.  returns  OK  or  ERROR.  Depends  on
Modem  type
          {         
              continue;
     }
          //Delete  the  message
          fprintf(GSM,"AT+CMGD=1\r\n");    //delete  message  from  SIM  card
          delay_ms(2000);             
 
          //Read  the  available  message  content
            //extract  the  phone  number  from  SMS  Message
 
            get_phone_number(data,num);    //extract  phone  number  into  num  variable
          if(strstr(data,wru))  //If  the  message  contains  "wru"
          {                     
                  get_GPS_data(lat,lngtd);
 

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

8/13

1/31/2016

vehicle tracking system using gsm and gps module
                  output_high(PIN_D1);
        
                  fprintf(GSM,"AT+CMGS=\"%s\"\r\n",num);
                  fprintf(GSM,"Hello,  I  am  located  at  ");
                  fprintf(GSM,"Latitude:  %s    Longitude:  %s  ",lat,lngtd);
                  fprintf(GSM,"Speed:  %s  kmph.  ",speed);
                  fprintf(GSM,"Please  use  Google  Earth  to  see  my  location.\r\n");               
                  fputc(0x1A,GSM);
     }
          else  if(strstr(data,about))  //If  the  message  contains  "about"
          {               
                  output_high(PIN_D1);
                  fprintf(GSM,"AT+CMGS=\"%s\"\r\n",num);
                  fprintf(GSM,"B.Tech  Final  Year(2009­2010)  Project  \r\n");
                  fprintf(GSM,"GPS  &  GSM  Based  Vehicle  Theft  Control  System.  \r\n");
                  fprintf(GSM,"Engineering  Final  Year  Project.\r\n");               
                  fputc(0x1A,GSM);                                 
     }
          else  if(strstr(data,unlock))
     {
                  output_high(PIN_D1);
                  output_low(PIN_D7);
                  fprintf(GSM,"AT+CMGS=\"%s\"\r\n",num);
                  fprintf(GSM,"Vehicle  got  unlocked");
                  fputc(0x1A,GSM);               
     }
          else  if(strstr(data,lock))
          {                     
                  get_GPS_data(lat,lngtd);
                  output_high(PIN_D1);
                  output_high(PIN_D7);
                  fprintf(GSM,"AT+CMGS=\"%s\"\r\n",num);
                  fprintf(GSM,"Vehicle  got  locked  out  at  location    ");
                  fprintf(GSM,"Latitude:  %s    Longitude:  %s  ",lat,lngtd);
                  fprintf(GSM,"Please  use  Google  Earth  to  see  my  location.\r\n");
                  fputc(0x1A,GSM);  //^Z
     }
          else  if(strstr(data,help))
          {               
                  output_high(PIN_D1);
                  fprintf(GSM,"AT+CMGS=\"%s\"\r\n",num);
fprintf(GSM,"Send  \"wru\"  to  get  my  location  \r\n");
                  fprintf(GSM,"Send  \"about\"  to  know  about  me\r\n");
                  fprintf(GSM,"Send  \"lock\"  to  Lock  the  Vehicle  Ignition.\r\n");
                  fprintf(GSM,"Send  \"unlock\"  to  Unlock.\r\n");
                  fputc(0x1A,GSM);
          }       
  }
}
 
Top

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

or  to  post  comments

9/13

1/31/2016

vehicle tracking system using gsm and gps module
Permalink

Tue,  21/08/2012  ­  21:11

vaibhav

hey  plz  mail  me  the  circuit
hey  plz  mail  me  the  circuit  and  code  of  the  this  project  my    mail  idis
[email protected]

Last 
Offline
seen:  3  years  5
months  ago
Joined:  02/08/2012
­  15:46

Top

or  to  post  comments
Permalink

Sun,  02/09/2012  ­  20:07

kaushal

Dear  all  i  am  also  working  on
Dear  all  i  am  also  working  on  a  device  able  to  track  vehicles  and  send  the  lattitude  and
longitude  to  the  user's  mobile  phone.I  am  using  a  at89s52  Microcontroller  ,  a  GPS
module  and  a  GSM  module.If  possible  please  send  me  a  error  free  code  and  circuit
diagram  as  well 
My  mail  id  is  [email protected]

Last 
Offline
seen:  2  years  8
months  ago
Joined:  14/01/2012
­  18:13

Top

or  to  post  comments
Permalink

Tue,  11/09/2012  ­  23:48

jatin  patil

i  hav  bought  a  SIM300  and
Offline i  hav  bought  a  SIM300  and  GSSM3  seriers  GPS  module  i  want  to  interface  it  with
atmega  128  as  it  has  full  duplex  UART  connectionz...can  any  one  help  me  in  circuit  and
coding  of  it????
 

Last  seen:  2  years  9
months  ago
Joined:  15/10/2011
­  20:34

Top

or  to  post  comments
Permalink

Wed,  12/09/2012  ­  11:41

Amit

Can  I  please  get  the  cost  of
Can  I  please  get  the  cost  of  GSM  module,  its  part  no.  &  from  where  I  can  get?

Last 
Offline
seen:  2  years  8
months  ago
Joined:  11/09/2012
­  10:25

Top

or  to  post  comments
Permalink

Sat,  22/09/2012  ­  13:05

firdous

hey...plz  mail  me  the  circuit
hey...plz  mail  me  the  circuit  diagram  and  code...plz  help  me.....
 
 
 

Last 
Offline
seen:  3  years  2
months  ago

[email protected]

Joined:  07/09/2012
­  11:19

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

10/13

1/31/2016

vehicle tracking system using gsm and gps module
Top

or  to  post  comments
Permalink

Thu,  04/10/2012  ­  15:00

firdous

how  can  i  use  gps  module  in
how  can  i  use  gps  module  in  proteus,am  facing  a  problem  in  proteus  simulation,can  u
plz  sugest  a  solution?  i  have  developed  circuit  diagram  and  code  ,but  i  cudnt  simulate
using  proteus?? 

Last 
Offline
seen:  3  years  2
months  ago
Joined:  07/09/2012
­  11:19

Top

or  to  post  comments
Permalink

Mon,  21/01/2013  ­  15:46

Angry  Birds

We  are  doing  our  final  year
We  are  doing  our  final  year  project  on  vehicle  tracking  system  using  GPS  and  GSM.
Please  help  us  to  do  the  program  code  using  micrro  controller  89S52.  We  would  be
thankful  to  you  if  you  could  mail  us  the  code  to  our  mail  id.
[email protected]
 
 

Last 
Offline
seen:  6  months
2  weeks  ago
Joined:  21/01/2013
­  15:23
Top

or  to  post  comments
Permalink

Mon,  25/02/2013  ­  11:56

geffHARDY

GPS  TRACKING  SYTEM  is  the
GPS  TRACKING  SYTEM  is  the  best  device  for  tracking  so  work  for    this  project.  and  all
the  best  for    you  project

Last 
Offline
seen:  2  years
11  months  ago
Joined:  25/02/2013
­  11:52

Top

or  to  post  comments
Permalink

Sat,  02/03/2013  ­  18:46

tanmay

Dear  all  i  am  also  working  on
Dear  all  i  am  also  working  on  a  device  able  to  track  vehicles  and  send  the
lattitude  and  longitude  to  the  user's  mobile  phone.I  am  using  a  AT89S52
Microcontroller  ,
a  GPS  modem  and  a  GSM  modem.
If  possible  please  send  me  a  error  free  code  and  circuit  diagram  as  possible  as
soon  plz..

Last 
Offline
seen:  2  years
10  months  ago

My  mail  id  is  [email protected]

Joined:  02/03/2013
­  18:02

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

11/13

1/31/2016

vehicle tracking system using gsm and gps module
Top

or  to  post  comments
Permalink

Tue,  12/03/2013  ­  13:24

Nikhil  Kumar
Gupta

Dear  all  i  am  also  working  on
Dear  all  i  am  also  working  on  a  device  able  to  track  vehicles  and  send  the
lattitude  and  longitude  to  the  user's  mobile  phone.I  am  using  a  AT89S52
Microcontroller  ,
a  GPS  modem  and  a  GSM  modem.
If  possible  please  send  me  a  error  free  code  and  circuit  diagram  as  possible  as
soon  plz..

Last 
Offline
seen:  1  year  7
months  ago

My  mail  id  is  [email protected]

Joined:  27/02/2013
­  13:56
Top

or  to  post  comments
Permalink

Fri,  17/05/2013  ­  10:31

Tooba

We  are  working  on  the  same
We  are  working  on  the  same  project  of  vehicle  tracking  system  using  AT89S52  ,  gsm
and  gps  modems.  We  urgently  need  an  error  free  code  and  circuit  diagram  of  the
project  within  two  three  days.  If  anyone  has  it  plz  send  it  to  the  following  id.  Kindly
inform  which  software  to  be  used  for  simulation  cz  proteus  doesnot  have  AT89S52.
email  id  :  [email protected]
Regards!

Last 
Offline
seen:  4  months
4  weeks  ago
Joined:  17/05/2013
­  09:20

Top

or  to  post  comments
Permalink

Tue,  28/01/2014  ­  16:31

Mayank  Patidar

i  am  in  final  year  of
i  am  in  final  year  of  electronics  and  comm.my  final  year  project  is  vehicle  tracking  system
using  gsm  and  gps  module.  So  please  send  me  its  circuit  &  programming.,.,.,

Last 
Offline
seen:  2  years  2
days  ago
Joined:  28/01/2014
­  16:20

Top

or  to  post  comments
Permalink

Tue,  04/02/2014  ­  21:59

kole­ajayi
clinton

i  want  to  know  how  much  a  gps
i  want  to  know  how  much  a  gps  and  a  gsm  module  costs  for  my  vehicle  tracking  final
year  project?.and  also  i  want  to  know  the  best  microcontroller  to  be  used  for  the
project?..thanks

Last 
Offline
seen:  1  year  11
months  ago
Joined:  04/02/2014
­  21:49
Top

or  to  post  comments
Permalink

Wed,  29/10/2014  ­  16:25

davood

Dear  all  i  am  also  working  on

Offline Dear  all  i  am  also  working  on  a  device  able  to  track  vehicles  and  send  the
lattitude  and  longitude  to  the  user's  mobile  phone.I  am  using  a  AT89S52
Microcontroller  ,
a  GPS  modem  and  a  GSM  modem.
If  possible  please  send  me  a  error  free  code  and  circuit  diagram  as  possible  as
Last  seen:  9  months
soon  plz..
2  weeks  ago
Joined:  27/10/2014
­  11:23

My  mail  id  is  [email protected]

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

12/13

1/31/2016

vehicle tracking system using gsm and gps module
 

Top

or  to  post  comments
Permalink

Sun,  09/11/2014  ­  15:41

Ayesha  Zahir

Dear  all  i  am  also  working  on
Dear  all  i  am  also  working  on  a  device  able  to  track  vehicles  and  send  the
lattitude  and  longitude  to  the  user's  mobile  phone.I  am  using  a  AT89S52
Microcontroller  ,
a  GPS  modem  and  a  GSM  modem.
If  possible  please  send  me  a  error  free  code  and  circuit  diagram  as  possible  as
soon  plz..

Last 
Offline
seen:  1  year  2
months  ago

My  mail  id  is  [email protected].

Joined:  09/11/2014
­  15:22

I  will  be  extremely  grateful  for  the  huge  help.

Top

or  to  post  comments
Permalink

Thu,  17/09/2015  ­  23:27

nilesh  rahate

vehicle  tracking  systems
l  need  c  code  or  project  to  buy...

Last 
Offline
seen:  3  months
6  days  ago
Joined:  19/03/2014
­  04:13

Top

or  to  post  comments

Log  in  or  register  to  post  comments

APPLICATIONS & TECHNOLOGIES
Learn  about  the  latest  applications  and  industry  trends  with  tutorials  and  white  paper  design  resources  on  vertical  markets.

(http://in.mouser.com/applications/automotive­
(http://in.mouser.c
(http://in.mouser.com/applications/energy_harvesting/)
applications/)
technology/)
Automotive
Energy  Harvesting
MEMS  Technology

 

  Copyright  ©  2012  EngineersGarage.  All  rights  reserved.  Privacy  Policy  (http://www.engineersgarage.com/privacy­policy)    |  Refund  Policy
(http://www.engineersgarage.com/subscriptions­refund­policy)    |  About  Us  (http://www.engineersgarage.com/about­us)

http://www.engineersgarage.com/forums/projects/vehicle­tracking­system­using­gsm­and­gps­module

13/13

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close