The document describes connecting a GPS receiver to a microcontroller to determine location data. It provides an example code that receives NMEA strings from a GPS module in order to calculate and display latitude and longitude coordinates on a graphical LCD. The code initializes serial communication with the GPS module, parses NMEA strings to extract coordinate data, scales the values for display, and draws a cursor on a bitmap world map. Connection of the GPS module to the microcontroller is also described.