Introduction: Mediatek Linkit One - Build Ur Own Tracking Website Using Linkit One GPS, GPRS and JSP With Google Map

First of all very thank you for Mediatek for send me a Mediatek Linkit one Board. I am very happy on open the pack and work with the WIFI, Bluetooth, GPS, GSM, GPRS. Its very nice. On seeing the output from each code my mind has jump with joy. After check and work the sample codes for last 2 weeks. Here time to work with

But this is a upgrade project from mobile to Mediatek Linkit one. Means already use the program with a java application in mobile. Now with out mobile implement it in Mediatek Linkit one. Track some one using ur own tracking website.

For Tracking our shelf's or pets

So use this to track ur self or ur pets by converted into close box and fitted or have with u. Also use it for spying purpose.

Step 1: Materials Required

Materials Required

1) Mediatek Linkit one board with GPS Sensor, GPRS antenna and battery pack.

2) A PC with static IP or web hosting space with JSP support.

Software used

1) Arduino IDE for programming Mediatek linkit one.

2) Apache Tomcat server for JSP server.

3) Notepad to write JSP and Java Program.

4) Any Database MySQL, Access or MSSQL.

I use Windows XP in my PC.

Its always fun to program. Some time it make us mad.

Step 2: Database Setup

1) Create a Database as name Loc.

2) Create a table with name Clocation. Fields in the table are Sno autogenerate, Udate default as systemdate, Lat to save latitude, Log to save Longtitude, Dvno to save device no.

Data sent from mediatek linkit one to Tomcat is saved here. Data saved here retrieved to see the current position and also the way of travel.

Step 3: Java Programming

1) This is a servlet program to get data and save it to the database and send the result

Servlets provide a component-based, platform-independent method for building Web-based applications, without the performance limitations of CGI programs. Servlets have access to the entire family of Java APIs, including the JDBC API to access enterprise databases.

2) Here i use a Odbc connection to save data in the database.

3) Save the java file and compile to create a class file.

4) Create a Folder in the Tomcat -> webapps -> Location.

5) Create another folder Tomcat -> webapps -> Location -> WEB-INF

6) Create another folder Tomcat -> webapps -> Location -> WEB-INF -> classes

7) Paste the java and Class file in to that folder.

8) Create a XML file named as web.xml. and paste it in Tomcat -> webapps -> Location -> WEB-INF folder. This file link the Servlet connection.

All the files (java, JSP and XML is attached in the next slide) Download and unzip and paste it inside the Tomcat -> webapps Folder.

Step 4: JSP Programming and Testing

1) Jsp programming contains data fetch from data base and Google map api.

2) Google map api detail are able to found in https://developers.google.com/maps/?hl=en.

3) With the Reverse Geocoding in oogle API find the place in google map.

4) First in the jsp open the google Map.

5) Open the data base and found the maximum time of the distinct device coordinates in database.

6) With Reverse Geocoding and coordinates pin the current place in the map.

7) The coordinates given by the Mediatek link it one is divided by 100 to get the correct position in Google map.

8) To update frequently set a timer using javascript in jsp and redo the page in certain interval. So we able to trace.

9) This Page is open from any where in the world with PCor mobile to track a person.

Step 5: ​Testing the Dataposting

1) http://xxxxxxxxxxxxxxxx:8080 //Location/SendLocation? Lat=23.406546&Lng=77.387695&Dvno=10 This is the header to be send from Mediatek linkit one.

2) Type the above header in any of ur browser and press enter.

3) The result shows Sucess, means the coordinates given above save in your data base.

4) Open ur data base and use the select command to view the saved values. Now the software part is over. Lets move to the hardware part.

Step 6: Hard Ware Setup

1) The one and only hard ware use is Mediatek Linkit one.

2) Connect the GPS module.

3) Connect he GSM/GPRS antenna.

4) Connect the usb cable to upload data.

5) Insert a Sim card with GPRS.

6) Keep the Mediatek Battery in side once program completed. Fix it and turn the Mediatek Linkit one to battery mode. Keep it in a box and track any one secret.

Step 7: Link It One Coding

1) Important two thing in this coding is GPS and GPRS modules.

2) Use GPS to fetch the Latitude and longitude.

3) USe GPRS to send the Latitude and longitude. to the java servlet.

http://xxxxxxxxxxxxxxxx:8080 //Location/SendLocation? Lat=23.406546&Lng=77.387695&Dvno=10

The aim is to send the above format using GPRS client in regular interval. In the code change the ip address as ur static ipaddress or use ur domain name. Then concatenate the latitude and longtitude fetch using GPS with device no. Now all is done. But it take much time for GPRS client. Very long time.

Step 8: Publish and Track

1) Now Remove the USB data cable and Plug in the Battery and change the switch from usb to battery.

2) After few minutes check ur data base it contains some values. But how to find the position.

3) Open ur browser and http://xxxxxxxxxxxxxxxx:8080 //Location/GEOLOC.jsp. U see the exect position of ur device.

Put it in a box and tie it with ur pet or have fitted with u and see it in google map. But if some one found the device u lost ur valuable Mediatek Linkit one. When use with pets be aware use a water and weather proof case. enjoy........

Animal Innovations Contest

Participated in the
Animal Innovations Contest

Wearable Tech Contest

Participated in the
Wearable Tech Contest

Epilog Contest VII

Participated in the
Epilog Contest VII