|
CLASS DOCUMENTS
REPORTS & ASSIGNMENTS
CLASS CONTENT
USING THIS SITE
registered authors login here You are: (logout) For more on PMWiki, see pmwiki.org |
EM-406 AThe datasheet can be found here. SummaryThe EM-406A is a 20-channel GPS receiver with built in patch antenna available at Sparkfun.com for $60. It supports the NMEA 0183 protocol for GPS data over an RS-232 serial connection, making it easy for a microcontroller to communicate to it. The datasheet also contains examples of each supported command, which is helpful when dealing with an unfamiliar protocol. It also is WAAS-enabled, which allows for a higher level of accuracy than standard GPS alone. (I’ll explain WAAS further later.) Considering its high level of accuracy, small form factor, and easy setup, it seems like an excellent choice for GPS applications. Relevant Features and Specs:
General
Accuracy
Datum
Acquisition Time
Power
Protocol
Physical Characteristics
Theory of usageFrom Wikipedia: Utilizing a constellation of at least 24 Medium Earth Orbit satellites that transmit precise microwave signals, the system enables a GPS receiver to determine its location, speed, direction, and time. It is not necessary to understand the exact nature of these signals in order to use a GPS receiver. Like nearly all GPS receiver modules, the EM-406A decodes these signals, determines its position, and provides the developer with a means of acquiring this data. ProtocolThe EM-406A supports the NMEA 0183 protocol for GPS data over an RS-232 serial connection, making it easy to interface with a microcontroller. A typical command looks like this: $GPGGA,161229.487,3723.2475,N,12158.3416,W,1,07,1.0,9.0,M,,,,0000*18 This is an output command from the EM-406A. All commands start with a $, then the command itself, followed by any parameter data. All of the supported commands and the data fields are described in the data sheet. This command translates to:
The EM-406A also supports WAAS, which is a secondary network of satellites and ground stations used to provide higher resolution positioning data. This network was created by the U.S. FAA and DOT. |