Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

gps data mapping with place database

Status
Not open for further replies.

RADHIKAMANI

Newbie level 6
Joined
May 3, 2011
Messages
11
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,352
hi i am final year student doing project on gps
pls can u tell me how can i do the program to mapping the latitude and longitude of data received from gps with database (place) by using freescale S12X micro controller ..now i get the data from gps as nmea formate how can i change it to normal data.pls if anybody knows help me..
thank u..
 

I never done yet. I'm sure, this is needed you to have database with coordinate number and the place name.
If the microcontroller not enough memory to save, you need to save in external memory chip or save in SD Card.

Normal operation to get the location name, is use compare gps reading with the database. But, I don't know how fast to compare if there are many location in database.
 
i get the data from gps as nmea formate how can i change it to normal data.pls if anybody knows help me..

1. you need to maintain a database for the parameters you wish you process. ( lat and longitude)
2. You get straight forward data from GPS. you dont have to do anything to read it in proper format. you only have to write a routine to read the required parameters like GPGGA etc.
The information you get itself have the information of lat and longitude.
3. first gather the data and compare it with your database and print the location name.
 

1. you need to maintain a database for the parameters you wish you process. ( lat and longitude)
2. You get straight forward data from GPS. you dont have to do anything to read it in proper format. you only have to write a routine to read the required parameters like GPGGA etc.
The information you get itself have the information of lat and longitude.
3. first gather the data and compare it with your database and print the location name.


thank u..
is there any method for comparing gps data with database (which is stored in micro controller memory)
and also do u know how to store and access the data in mc9s12xdt512 micro controller...
pls if u know means help me..
thank u..

---------- Post added at 09:49 ---------- Previous post was at 09:45 ----------

I never done yet. I'm sure, this is needed you to have database with coordinate number and the place name.
If the microcontroller not enough memory to save, you need to save in external memory chip or save in SD Card.

Normal operation to get the location name, is use compare gps reading with the database. But, I don't know how fast to compare if there are many location in database.


thank u..
can u tell me how can store and access the data in micro controller..

pls if u know help me..
thank u..
 

it is better to use eeprom or external memory for your project.
you have to read the string coming in the GPS input.and break the incoming data into seperate longitude and latitude values. and do a string compare of the values received and the data stored in the database memory.
If the data is matched then map it to corresponding place which is again stored in database.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top