-
目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM...
目前GPS(全球定位系统)定位应用市场日趋成熟,正在进入应用的高速发展时期。本文以一款EverMore公司的GM-X205GPS接受模块为例,介绍了其数据格式,以及应用PIC16F874单片机RS232串口进行数据接收的程序-current GPS (Global Positioning System) location-based applications market becomes more mature, Applications are entering a period of rapid development. A EverMore paper to the GM-X205GPS accept modules for example, introduced a data format, and the application of PIC16F874 RS232 serial port for data receiving program
- 2022-02-25 13:45:05下载
- 积分:1
-
Set of tools to perform transformations be tween projection. ellipsoidal and car...
Set of tools to perform transformations between projection, ellipsoidal and cartesian coordinates in either direction.
-Set of tools to perform transformations be tween projection. ellipsoidal and cartesian coordinates in eith er direction.
- 2022-08-14 05:50:54下载
- 积分:1
-
gpsr安装的NS2代码,已经修改好
gpsr安装的NS2代码,已经修改好
部署到NS2目录下
包含所有需要修改的文件
- 2022-01-25 18:31:19下载
- 积分:1
-
GPS capture procedures, using FFT algorithm, search phase code 1024.
GPS 捕获程序,采用FFT搜索算法,搜索1024个码相位.-GPS capture procedures, using FFT algorithm, search phase code 1024.
- 2022-03-13 03:46:50下载
- 积分:1
-
NMEA parser sorce codes for MFC
NMEA parser sorce codes for MFC
- 2022-10-23 13:05:04下载
- 积分:1
-
全球最大的GPS模块产品供应商,美国SiRF公司提供的产品接口说明文件,详细描述了该公司系列GPS模块产品的接口通讯格式说明与参数,供GPS产品开发者参考。...
全球最大的GPS模块产品供应商,美国SiRF公司提供的产品接口说明文件,详细描述了该公司系列GPS模块产品的接口通讯格式说明与参数,供GPS产品开发者参考。-The world
- 2022-07-11 11:19:52下载
- 积分:1
-
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.
使用GSM传递卫星定位信息的源代码,适用于C51系列单片机.-The use of GSM transmit satellite positioning information of the source code for C51 MCU.
- 2022-01-21 21:49:00下载
- 积分: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
-
GPS INS 融合开源代码
开源代码,GPS INS融合,实测效果很好的开源项目
- 2022-08-06 15:43:13下载
- 积分: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