-
基于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
-
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。...
mo的GPS例子程序,含有详细的注解。可以保存打开GPS文件,使用标准NEMA1830报文格式。-mo GPS procedures example, contain detailed footnotes. GPS can be preserved for open document, the use of standard text format NEMA1830 reported.
- 2022-03-07 10:26:58下载
- 积分:1
-
进行惯导的代码,C语言;进行惯导的代码,C语言
进行惯导的代码,C语言;进行惯导的代码,C语言-For inertial navigation code, C language for inertial navigation code, C language
- 2022-09-14 10:15:03下载
- 积分:1
-
从Rinex格式的GPS观测文件(即O文件)中提取所需卫星的VC程序
从Rinex格式的GPS观测文件(即O文件)中提取所需卫星的VC程序-Observations from the GPS satellites needed to document the procedures to extract
- 2022-03-09 13:11:46下载
- 积分:1
-
全面介绍MAPX开发的有关内容,VC下鹰眼图的实现VC下鹰眼图实现的
思路与VB是一样的,只不过VC的可视化程序没有VB高,VC更多的是利用代码来实现一定的...
全面介绍MAPX开发的有关内容,VC下鹰眼图的实现VC下鹰眼图实现的
思路与VB是一样的,只不过VC的可视化程序没有VB高,VC更多的是利用代码来实现一定的功能。
-comprehensive presentation Connection development of the content, VC Hawkeye map to achieve VC Hawkeye map and the idea is the same as VB, VC only visualization process is not high VB, VC is using more code to achieve certain functions.
- 2022-01-26 19:30:34下载
- 积分:1
-
INS_Kalman卡尔曼滤波程序 GPS INS 组合导航例子
基带测量信号处理的算法:1.最小二乘曲线拟合法2.线性滤波方法3.非线性滤波方法非线性滤波方法就是和深组合导航系统中利用联邦卡尔曼滤波的方法是一样的,基带信号处理相当于联邦卡尔曼滤波中的局部滤波器
- 2022-08-21 22:37:34下载
- 积分:1
-
经PPM调制的超宽带信号经高斯白噪声信道的系统仿真,给出了时域和频域图...
经PPM调制的超宽带信号经高斯白噪声信道的系统仿真,给出了时域和频域图-After the PPM modulation ultra-wide band signal after the Gauss white noise channel system simulation,and give the time domain and the frequency range chart!
- 2022-03-15 06:52:35下载
- 积分:1
-
Let you kown how to get your position in gps network
实现网络GPS定位车辆的位置-Let you kown how to get your position in gps network
- 2023-04-06 03:20:04下载
- 积分:1
-
simbgp
相对轻量级bgp模拟器,配置简单,可以用来做模拟实验,适合研究使用-simbgp
- 2022-01-26 00:03:42下载
- 积分:1
-
GPS Android手机定位
基于Android系统的GPS定位 ,并利用相关算法WGS-84坐标的相对转化。
- 2022-02-04 03:36:30下载
- 积分:1