View Full Version : Codes to Interfacing GPS receiver module with PIC16F877A
supertyx
- 14th May 2008, 07:46
Hi all,
I am integrating a GPS receiver into one of my easypic4 development board Port. I want it to get the coordinates of the Northing and easting location of the receiver. How do I go about writing the codes to initialise the GPS receiver modules into the easypic4 port and get the northing and easting coordinates of the location?
Any help is appreciated. Thanks. =)
precision
- 14th May 2008, 13:50
Hi all,
into one of my easypic4 development board Port. Any help is appreciated. Thanks. =)
Which port ? who will decide port ?
which GPS receiver ?
where you wants to diplay coordinates after received ?
are you want whole code? or wirtten something ?
.
skimask
- 14th May 2008, 13:55
I am integrating a GPS receiver into one of my easypic4 development board Port.
Which port? RS232? PS/2? SD card? Power? Programming? Port of Entry?
How do I go about writing the codes to initialise the GPS receiver modules into the easypic4 port and get the northing and easting coordinates of the location?
Practice...practice...practice...
supertyx
- 15th May 2008, 06:43
Which port ? who will decide port ?
which GPS receiver ?
where you wants to display coordinates after receiving ?
are you want whole code? or wirtten something ?
.
The GPS module i'm using is a 32 Channel 5Hz GPS Receiver with MCX Jack.
This is the link containing the information about it :
http://www.sgbotic.com/index.php?target=products&product_id=34
I want to display the coordinates on the LCD display on the easypic4 development board.
Any help on the codings would be appreciated.
Thank you.
mikendee
- 15th May 2008, 10:43
This thread is a good start.
http://www.picbasic.co.uk/forum/showthread.php?t=3805&highlight=16f88+device
You will have to find how to get your module to output NMEA data. The coordinates are in the $GPGGA, $GPGLL or $GPVTG words. You can communicate with most GPS using Serial communication.
See how you go.
Mike
Powered by vBulletin® Version 4.1.7 Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.