GPS module on MBED Application Board.

16 Apr 2014

The E.A. GPS module works fine when plugged into the MBED Application Board. The only change required was to re-define the serial connections in the apps_gps program. In particular, in main.cpp static MTK3339 gps(p9,p10); The next challenge will be to display the GPS data on the LCD screen.