![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
GPS device with text LCD display and track logging to GPX file on SD Card
Dependencies: MODGPS SDFileSystem TextLCD mbed
- Haicom HI-203E Serial GPS Receiver
- Text LCD Display 2x40 (1x HD44780, 4x HD44100)
- RS-232 Level Shifter (MAX232)
- Adafruit Micro-SD breakout board+
mbed Pin # | mbed Pin Function | Peripheral Pin |
---|---|---|
p5 | SPI MOSI / SDFileSystem | SD Card Data In |
p6 | SPI MISO / SDFileSystem | SD Card Data Out |
p7 | SPI SCK / SDFileSystem | SD Card Clk |
p8 | SPI CS / SDFileSystem | SD Card Data CS |
p12 | GPIO / TextLCD | LCD RS |
p14 | GPIO / TextLCD | LCD EN |
p21 | GPIO / InterruptIn | Button switch to GND (start/stop logging) |
p22 | GPIO / TextLCD | LCD D4 |
p23 | GPIO / TextLCD | LCD D5 |
p24 | GPIO / TextLCD | LCD D6 |
p25 | GPIO / TextLCD | LCD D7 |
p27 | UART RX / GPS | GPS TX |
Revision 1:1b62ee4c7e05, committed 2013-02-17
- Comitter:
- mprinke
- Date:
- Sun Feb 17 17:42:16 2013 +0000
- Parent:
- 0:e8ad47e9a9b4
- Commit message:
- initial version
Changed in this revision
MODGPS.lib | Show annotated file Show diff for this revision Revisions of this file |
diff -r e8ad47e9a9b4 -r 1b62ee4c7e05 MODGPS.lib --- a/MODGPS.lib Sun Feb 17 17:37:39 2013 +0000 +++ b/MODGPS.lib Sun Feb 17 17:42:16 2013 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/AjK/code/MODGPS/#34a9030f27a4 +http://mbed.org/users/mprinke/code/MODGPS/#34a9030f27a4