-
基于arduino的GPS地图导航系统
基于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
- 2022-05-23 07:34:50下载
- 积分:1
-
GPS服务器 通过SOCKET来传输数据
GPS服务器 通过SOCKET来传输数据,从GPS设备提取数据进行传输
- 2023-08-06 16:25:05下载
- 积分:1
-
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增...
GPS的matlab程序,用于对产生的ca码进行移位,用在锁相环跟踪中对ca码调增-GPS-matlab procedures used to produce displacement of ca code, used in phase-locked loop tracking of the code increases ca
- 2022-05-20 06:00:12下载
- 积分:1
-
GPS测试程序12864液晶(并行方式)
GPS测试程序12864液晶(并行方式) 可以得到经纬度,时间,対地速度,对地方向,是根据逗号结点来解析的程序。觉得作为刚开始学习gps的朋友可以下载,对于理解gps很有帮助。。。这个代码很不错。不过你自己可以继续修改。是学习的好程序
- 2022-03-22 06:36:43下载
- 积分:1
-
GPS捕获部分MATLAB原程序
gps 捕获程序代码, 程序主要 基于 硬件架构设计 ,定义的全局变量 ,可以当成寄 存器来使用。
- 2023-01-14 16:50:04下载
- 积分:1
-
GPS数据获取 并处理 利用串口通讯 串口利用SerialPort
GPS数据获取 并处理 利用串口通讯 串口利用SerialPort-GPS data acquisition and processing using serial communication serial port using SerialPort
- 2022-04-07 03:39:21下载
- 积分:1
-
一个基本范畴,用于提取数据的纬度和经度,速度…
一个基本的类 用于提取GPS数据中的经纬度,速度高度信息,功能较简单。-A basic category for the extraction of GPS data in latitude and longitude, speed, height information, a simpler function.
- 2022-05-22 18:12:23下载
- 积分:1
-
全球最大的GPS模块产品供应商,美国SiRF公司提供的产品接口说明文件,详细描述了该公司系列GPS模块产品的接口通讯格式说明与参数,供GPS产品开发者参考。...
全球最大的GPS模块产品供应商,美国SiRF公司提供的产品接口说明文件,详细描述了该公司系列GPS模块产品的接口通讯格式说明与参数,供GPS产品开发者参考。-The world
- 2022-07-11 11:19:52下载
- 积分:1
-
gps源码支持北斗与GPS
gps源码 ,支持北斗和GPS,显示经纬度,时间,海拔,获取卫星数量。
- 2022-03-23 21:52:30下载
- 积分:1
-
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange...
Visual C++ source code for adding GPS units to PC desktop and Notebook exchange data from Serial port to GPS devices support for NMEA-0183 GPS Standard.
- 2022-11-04 14:55:03下载
- 积分:1