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 Interfacing With PIC16F877A microcontroller

Status
Not open for further replies.

vasanthkumar.M

Newbie level 3
Joined
Dec 23, 2015
Messages
4
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Activity points
41
Hello Friends,,,i am using GPS in my project to find the location...
what i find difficult is to convert the received data of latitude and longitude to address of that locattion..
Is there any formula or anyother way to convert the latitude&longitude data to address...
I am PIC16F877A microcontroller...with hitech c compiler and GPS module as Garmin GPS with 4800 baud rate...help me to solve this friends!!!!!!!!!!!
 

Hi,

It's not clear to me what you mean with "address".

You get the two values:
* 48.8583701
* 2.2944813,17

Now you may use thelse values to look on a globe to find where it is
Or an atlas.

Nowadays one rather uses an electronic map like Google maps:

https://www.google.com/maps/@48.8583701,2.2944813,17z

But I doubt you will get back values like: country, city, postal code, street, number.
( But for sure it is possible, if not now, then maybe in some years)

Klaus
 

What you are talking about us called Reverse Geocoding and there are several services (e.g. Google) that offer it over the Internet as a free or commercial service (depending on how often it is used).
However trying to do this without an internet connection is next to impossible, especially with a small device such as the PIC16F877A which has an 8K instruction space and only 368 bytes of RAM, as you would need to be able to store the lookup-table to convert the latitude and longitude into a text reference, and that could be MB in size for even a small geographic area.
Susan
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top