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 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

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top