• Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors
HomeProjectHomemade Arduino based GPS map navigation system 3 ...
Previous Next

Homemade Arduino based GPS map navigation system 3.0

Posted by: Olva , August 23, 2016

This recipe is orginally from :http://www.geek-workshop.com/thread-8835-1-1.html

This is homemade Arduino based GPS map navigation system, mainly used to locate and record the path at run time.

SmTINlHvxX2PwjSL1khEjgmR

Use a 1.8-inch TFT screen, 128*160 resolution, SPI interface

5V lithium batteries, voltage 3.3V.


Black button up on the left side, the red button on the right side to narrow, long press the red button (>=2seconds) recording a track, press again to stop recording.


Demo

Blue dots represent historical path, brush disappears after screen without saving, REC the lower right corner indicates that the instrument is recording tracks exist in the SD card.
Lower green displays the latitude and longitude information, red shows the time and date, blue shows the altitude, speed and heading. History can be seen fromthe diagram data drift more, may be due to 1. GPS module not accurate; 2. GPS module should be set above the instrument; 3. filter filter was needed.

SD file

Map data in the SD card, the directory structure is as follows:

TRACK file track file

Serial port speed to set consistent with the GPS module, wiring is as follows:

<span class="">//TFT SDA -&gt; UNO 11
</span><span class="">//TFT SCK -&gt; UNO 13
</span><span class="">#define TFT_CS  10  // Chip select line for TFT display
</span><span class="">#define TFT_A0   9  // Data/command line for TFT
</span><span class="">#define TFT_RST  8  // Reset line for TFT (or connect to +5V)
</span><span class="">#define TFT_LED  A0
</span><span class="">#define SD_CS    4  // Chip select line for SD card
</span><span class="">//SD MISO -&gt; UNO 12
</span><span class="">//SD SCK -&gt; UNO 13
</span><span class="">//SD MOSI -&gt; UNO 11</span><span class="">
</span><span class="">//GPS tx - UNO rx
</span><span class="">//GPS rx - UNO tx</span><span class="">
</span><span class="">#define BTNZOOMIN 2
</span><span class="">#define BTNZOOMOUT 3</span>

Toggle switch controls battery charging and instrument switch, battery pin pad and on both sides of the power supply.

Click “displayed map” appeared map window, map may loaded more slow, through mouse left drag pulled for translation, mouse wheel for Zoom narrowed, browse to interested in of regional, click “select regional” and in map in the click determine polygon of vertex, double-click left draws end, through draws polygon determine download regional, close map window, other parameter default, click determine and set download path for download. Download the path MAP replace the SD card folder MAP in the appropriate directory folder.


Components

Share!
Tweet

Olva

About the author

Leave a Reply Cancel reply

You must be logged in to post a comment.

Category

  • Home
  • pcDuino
  • WiKi
  • Store
  • Distributors