gps latitude and longitude

Status
Not open for further replies.

bobdxcool

Member level 5
Joined
Mar 9, 2012
Messages
82
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
2,042
I was using latitude and longitude values in my program. I am using TINY GPS library in arduino uno.

How many digits after the decimal point should I take to get good values?

This is because I need to define a set of co-ordinates (lat and long) in my program, and have to match these defined values with the current values at that specific location.
 

take degree minute and second




lcd.print("long:");
// Prints longitude with 5 decimal places to LCD screen
lcd.print(longitude,5);

- - - Updated - - -

this pic might help you
https://www.edaboard.com/threads/276548/
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…