Codes to Interfacing GPS receiver module with PIC16F877A


Closed Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    May 2008
    Posts
    7

    Smile Codes to Interfacing GPS receiver module with PIC16F877A

    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. =)

  2. #2
    Join Date
    Mar 2006
    Location
    INDIA
    Posts
    89

    Talking

    Quote Originally Posted by supertyx View Post
    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 ?

    .
    Last edited by precision; - 14th May 2008 at 13:54.

  3. #3
    skimask's Avatar
    skimask Guest

    Default

    Quote Originally Posted by supertyx View Post
    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...

  4. #4
    Join Date
    May 2008
    Posts
    7

    Smile

    Quote Originally Posted by precision View Post
    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?tar...&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.

  5. #5
    Join Date
    Jun 2007
    Posts
    24

    Default This tread should help

    This thread is a good start.
    http://www.picbasic.co.uk/forum/show...t=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

Similar Threads

  1. Interfacing GPS receiver module with PIC16F876
    By theblackhourse in forum GPS
    Replies: 4
    Last Post: - 6th August 2014, 09:17
  2. Replies: 0
    Last Post: - 17th June 2009, 04:55
  3. Replies: 1
    Last Post: - 27th July 2008, 07:14
  4. interfacing gps receiver with 16f877a
    By sakhyvava in forum GPS
    Replies: 1
    Last Post: - 27th September 2006, 10:13
  5. GPS Receiver
    By lester in forum Adverts
    Replies: 2
    Last Post: - 22nd February 2006, 13:47

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts