Skip to content

sangeethanayak/GPS-8051_interface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

GPS-8051_interface

Interfacing GPS module to 8051 microcontroller

Abstract

The GPS receiver is used to get accurate geographical location by receiving information from satellites. Using information from 3 or more satellites, the exact position of the GPS can be triangulated. It gives latitude and longitudes with accuracy of degree-minute-second. Using this latitude and longitude co-ordinates one can easily trace out the location on entire globe. The GPS receiver gives output serially in form of strings with NMEA (National Marine Electronics Association) 0183 protocol. These strings are received serially by 8051 microcontroller for display or to take any decision. These information including time and date are displayed in LCD in a proper format.

Objectives

1. To understand Interfacing of GPS module to 8051 microcontroller
2. To get accurate lognitudinal and latitudinal values using GPS module and displaying it in proper format using LCD
3. To display time and date

Software used:

1. Proteus
2. Nuvoton App
3. Keil uVision

Block diagram:

Circuit diagram:

Result:

Attributions

About

Interfacing GPS module to 8051 microcontroller

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages