资 源 简 介
基于arduino的GPS地图导航系统
SPI接口。采用Atmega 328为主控芯片
需要采用滤波算法过滤
串口速率与GPS模块要设置一致,接线方式如下:
//TFT SDA -> UNO 11
//TFT SCK -> UNO 13
#define TFT_CS 10 // Chip select line for TFT display
#define TFT_A0 9 // Data/command line for TFT
#define TFT_RST 8 // Reset line for TFT (or connect to +5V)
#define TFT_LED A0
#define SD_CS 4 // Chip select line for SD card
//SD MISO -> UNO 12
//SD SCK -> UNO 13
//SD MOSI -> UNO 11
//GPS tx - UNO rx
//GPS rx - UNO tx
#define BTNZOOMIN 2
#define BTNZOOMOUT 3
文 件 列 表
lib
TinyGPS
SdFat
Adafruit_ST7735
Adafruit_GFX
Release
BruTile.Desktop.dll
BruTile.dll
Common.Logging.dll
GeoAPI.dll
maptile.exe
maptile.exe.config
maptile.pdb
maptile.vshost.exe
maptile.vshost.exe.config
maptile.vshost.exe.manifest
NetTopologySuite.dll
Newtonsoft.Json.dll
Newtonsoft.Json.xml
PowerCollections.dll
ProjNet.dll
SharpMap.dll
SharpMap.pdb
SharpMap.UI.dll
SharpMap.UI.pdb
SharpMap.UI.xml
SharpMap.xml
appMaster
appMaster.ino
gpsT.h
maps.h
myTileSystem.h