-
GPS模拟器工具
GPS模拟器工具
- 2022-10-01 18:15:03下载
- 积分:1
-
牛顿插值算法
在GPS定位过程中,常常需要对卫星的星历进行内插计算,本程序采用matlab编写的牛顿插值算法实现对星历内插计算。
- 2022-06-26 21:58:02下载
- 积分:1
-
GPS and BlackBerry Maps Development Guide
GPS and BlackBerry Maps Development Guide
- 2022-06-27 19:11:57下载
- 积分:1
-
gpsbabel for gps testing
gpsbabel for gps testing
- 2022-03-02 07:59:34下载
- 积分:1
-
解析GPS 串口的NMEA报文的类。有GGA,GSA,GSV,RMC,RMB等报文的解析
解析GPS 串口的NMEA报文的类。有GGA,GSA,GSV,RMC,RMB等报文的解析-GPS NMEA CLASS
- 2023-08-16 10:00:03下载
- 积分:1
-
一个无线传感器网络路由树,对于那些研究无线传感器网络路由的朋友来说…
一个WSN的树状路由,对于那些学WSN路由方面的朋友应该有说帮助.-A WSN routing tree, for those who study aspects of WSN routing Friend have said should help.
- 2022-03-26 19:13:31下载
- 积分:1
-
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。...
编程实现对GPS通讯信息的采集方法,将接收到的数据进行语义的解析,并在LCD上显示
当前的地理位置信息。
-Programming of the GPS communications and information collection methods, will receive the data semantic parsing, and the LCD displays the current location information.
- 2022-03-03 12:10:46下载
- 积分:1
-
用vc写的测试gps信号跟踪和俘获程序正确性和速度的程序
用vc写的测试gps信号跟踪和俘获程序正确性和速度的程序-with vc written test gps signal capture and tracking procedures accuracy and speed the process
- 2022-03-17 15:29:04下载
- 积分:1
-
GPS时间计算
在GPS定位算法中会涉及到时间系统与坐标系统之间的转换,本程序实现了在GPS定位过程中的时间,如何将UTC时间转换为GPS时间
- 2022-03-07 11:11:56下载
- 积分:1
-
基于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