-
GPS signal Pulling in Tracking range
GPS signal Pulling in Tracking range
- 2023-06-01 05:50:03下载
- 积分:1
-
电力GPS设备通信对时代码
GPS通信对时源码,支持以下GPS对时1)华宁GPS,2)NSC20,3)中正GPS,4)YJD-2000GPS,5)Beijing Boxing GPS6)烟台三星GPS,7)MT6035 GPS,8)双河GPS,9)山东中瑞GPS,10)南瑞GPS11)DL1100.1-2009,电力系统对时标准格式GPS12)CT-TSS2000B,成都可为GPS13)IVT-B108授时机, 深圳因达维诺GPS等等
- 2022-12-07 20:35:03下载
- 积分:1
-
MSB
MSB-2122 GPS芯片引导加载程序,可以刻录4个芯片集
- 2022-08-11 04:54:00下载
- 积分:1
-
GPS L5 代码生成器
这是 GPS L5 代码生成器
- 2022-03-12 18:45:15下载
- 积分:1
-
GPS c语言程序 台湾holx
简单的使用c语言,调用GPS接口数据, 并通过1602液晶屏显示出经纬度,使用的芯片是80c51,还可以扩展显示高度,速度等信息,程序可以直接使用keil软件烧录到芯片上。
- 2022-03-20 14:24:59下载
- 积分:1
-
从RINEX格式的GPS观测文件(即O文件)中分割提取想要的某段观测数据的C++程序...
从RINEX格式的GPS观测文件(即O文件)中分割提取想要的某段观测数据的C++程序-GPS observations from the RINEX format files (ie O file) to extract the desired data in a certain period of observation C++ program
- 2022-04-26 20:43:17下载
- 积分:1
-
牛顿插值算法
在GPS定位过程中,常常需要对卫星的星历进行内插计算,本程序采用matlab编写的牛顿插值算法实现对星历内插计算。
- 2022-06-26 21:58:02下载
- 积分:1
-
android gps jni源码
android gps jni源码函数调用了hw_get_module加载硬件适配模块.so文件,接着通过hw_device_t接口调用open()函数,实际执行了gps/loc_api/libloc_api/gps.c定义的open_gps函数,然后调用gps_device_t接口的get_gps_interface函数,此函数也是在gps.c中定义的,最后返回HAL层中loc_eng.cpp文件的sLocEngInterface,从而打通了上层到底层的通道。
- 2022-07-04 08:53:33下载
- 积分:1
-
Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the...
手机上通过蓝牙串口协议读取GPS接收仪的GPS数据。-Mobile phone via Bluetooth serial port GPS receiver to read the agreement of the GPS data.
- 2022-06-12 16:31:36下载
- 积分: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