How to Build GPS Tracking System?

Scorpion007

Scorpion007

@scorpion007-Mj7x2o Oct 23, 2024
Hi want to build a GPS Tracking system For my Car. It is My project . I want to build it with general purpose items .

Replies

Welcome, guest

Join CrazyEngineers to reply, ask questions, and participate in conversations.

CrazyEngineers powered by Jatra Community Platform

  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Nov 24, 2012

    Can you ellaborate? what are your intentions?

    May be i could be of any help, because i have worked on same kind of Project 😀
  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Nov 25, 2012

    goyal420
    Can you ellaborate? what are your intentions?

    May be i could be of any help, because i have worked on same kind of Project 😀
    I want to make GPS Tracking system. like where is my car what is its position a. like a GPS monitering system.
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Dec 1, 2012

    I will provide you an easiest way ,

    You can do following, have a Mobile device attached to your car that must have gps enabled, now you can create a app may be for android , iphone use phone gap framework , it requires no coding , just basic html and javascript, phonegap will provide you its own methods through which you can access long, lat of your device, simply put those on your web server using ajax request at frequent intervals , then create a web interface that will map those on google maps, and update its location after every 10 sec, this way you can have a easy gps tracking system for your car 😀
  • Ankita Katdare

    Ankita Katdare

    @abrakadabra Dec 2, 2012

    Scorpion007
    Hi want to build a GPS Tracking system For my Car. It is My project . I want to build it with general purpose items .
    The general purpose items would be - a micro controller, GPS receiver, GSM module, and a SIM card.
    What say?
  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Dec 3, 2012

    AbraKaDabra
    The general purpose items would be - a micro controller, GPS receiver, GSM module, and a SIM card.
    What say?
    ok . then what the next
  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Dec 3, 2012

    goyal420
    I will provide you an easiest way ,

    You can do following, have a Mobile device attached to your car that must have gps enabled, now you can create a app may be for android , iphone use phone gap framework , it requires no coding , just basic html and javascript, phonegap will provide you its own methods through which you can access long, lat of your device, simply put those on your web server using ajax request at frequent intervals , then create a web interface that will map those on google maps, and update its location after every 10 sec, this way you can have a easy gps tracking system for your car 😀
    goyal420
    I will provide you an easiest way ,

    I think it is not good idea because I have to put co-ordinate manually and as project point of view it cant score good. any hows thanks for replying and suggestion.😀
  • Manish Goyal

    Manish Goyal

    @manish-r2Hoep Dec 5, 2012

    I have to put co-ordinate manually

    What do you mean by manually?

    It is automated Process, I could even give you another way, that i thought it might be out of your budget

    I remember when i was working on this project for my client , though I was only working on web interface for that, but they told me , that they are using xirgo devices that you can integrate with your system and will send you all the necessary information that you can store on server and display them to your user

  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Dec 5, 2012

    goyal420
    I have to put co-ordinate manually

    What do you mean by manually?

    It is automated Process, I could even give you another way, that i thought it might be out of your budget

    I remember when i was working on this project for my client , though I was only working on web interface for that, but they told me , that they are using xirgo devices that you can integrate with your system and will send you all the necessary information that you can store on server and display them to your user
    there are many types of GPS devises used to track vehicle .Mainly many Transport agencies and government agencies using it. But then what the need to build just go and buy. but my requirement is to make that type of system for college project. thanks
  • Ashraf HZ

    Ashraf HZ

    @Ash Dec 6, 2012

    Hi scorpio, I'd suggest that you start off with Arduino as your microcontroller module. You can easily link it with other modules that AKD suggested like GPS & GSM and focus on the programming the below:
    - Initiate GPS & acquire lat/long
    - Arduino to parse GPS strings
    - Send out data via GSM or GPRS
    - some sort of web interface to show data (as goyal suggested)
  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Dec 6, 2012

    ash
    Hi scorpio, I'd suggest that you start off with Arduino as your microcontroller module. You can easily link it with other modules that AKD suggested like GPS & GSM and focus on the programming the below:
    - Initiate GPS & acquire lat/long
    - Arduino to parse GPS strings
    - Send out data via GSM or GPRS
    - some sort of web interface to show data (as goyal suggested)
    Thanks sir
  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Dec 9, 2012

    Could any body suggest me tutorial link to make this project
  • Scorpion007

    Scorpion007

    @scorpion007-Mj7x2o Dec 14, 2012

    i come know about osmocom project. anyone have idea regarding this project