Welcome![Sign In][Sign Up]
Location:
Search - nmea

Search list

[Other resourcelibGPS4j2me-1.0

Description: A Java Framework for connecting to and exchanging data from GPS units to J2ME Mobile Devices. Serial and Bluetooth connections to GPS devices. Support for NMEA-0183 GPS Standard. An Observer-Design Pattern makes the library extendable. Based on GPSlib4j.-A Java Framework for connecting to and exch anging data from the GPS units to J2ME Mobile Device s. Serial and Bluetooth connections to GPS devi ces. Support for NMEA - 0183 GPS Standard. An Obs servers - Design Pattern makes the library extend able. Based on GPSlib4j.
Platform: | Size: 3375579 | Author: firmament | Hits:

[OtherGPSzzl

Description: 在进行数据接受编程之前,先介绍一下该模块的数据格式。它支持NMEA-0183输出格式。信息如下: GGA位置测定系统定位资料(Global Positioning System Fix Data) GSV 导航卫星资料(GNSS Satellites in View) RMC导航卫星特定精简资料(Recommended Minimum Specific GNSS Data) VTG 方向及速度等相关资料(Course Over Ground and Ground Speed) 由于文章篇幅问题,笔者在这里只以接收GGA数据为例,格式如下: $GPGGA,hhmmss,dddmm.mmmm,a,dddmm.mmmm,a,x,xx,x.x,x.x,M,,M,x.x,xxxx*CS 例:$GPGGA,033744,2446.5241,N,12100.1536,E,1,10,0.8,133.4,M,,,,*1F-accept data during programming, first explain the format of the data module. It supports NMEA - 0183 output format. Information is as follows : GGA location of positioning information systems (Global Positioning System Fix Data) GSV navigation satellite information (GNSS Satellites in View) RMC I. Satellite streamline specific flight information (Recommended Minimum Specific GNSS Data) and the direction of its low speed, and other related information (Course Over Ground and Gr ound Speed) length of the article, the author here only to receive data GGA example, in the following format : $ GPGGA, hhmmss, dddmm.mmmm, a, dddmm.mmmm, a, x, xx, x.x, x.x, M, M, x.x, xxxx * CS cases : $ GPGGA, 033744, 2446.5241, N, 12100.1536, E, 1,10,0.8,133.4. M ,,,,* 1F
Platform: | Size: 13604 | Author: zzl | Hits:

[GPS developNMEA_Reference_Manual

Description: NMEA参考手册,里面对NMEA标准命令有详细的介绍,是开发GPS必备文档。-NMEA reference manual
Platform: | Size: 326656 | Author: rz | Hits:

[GPS developGPStest-(display-GPS-data-thru-MSCOMM)

Description: VB6 demonstration project to read in NMEA data from a GPS device via MSCOMM (Serial Port). The app will parse the data, and display relevant values lat/long, speed etc.
Platform: | Size: 9216 | Author: Daniel | Hits:

[GPS developGpsWalkMap2177343182010

Description: The program records the data from a GPS receiver (serial, USB or Bluetooth) converting the NMEA coordinates Latitude / Longitude to KML format used in Google Maps. The data relating to the serial port to be used are stored in the file params.ini edit this file (with notepad) to adjust the parameters for your GPS receiver.-The program records the data from a GPS receiver (serial, USB or Bluetooth) converting the NMEA coordinates Latitude / Longitude to KML format used in Google Maps. The data relating to the serial port to be used are stored in the file params.ini edit this file (with notepad) to adjust the parameters for your GPS receiver.
Platform: | Size: 8192 | Author: Daniel | Hits:

[matlabg56

Description: Smal program for NMEA observesion
Platform: | Size: 2048 | Author: Zla R | Hits:

[Software EngineeringNMEAdescription

Description: What is the NMEA 0183 Standard
Platform: | Size: 47104 | Author: ahmed | Hits:

[GPS developNMEA-0183

Description: 基于NMEA-0183协议下gps数据的传输与提取,高效快捷-Based on the 0183 agreement NMEA GPS data transmission and extraction, efficient and fast
Platform: | Size: 16384 | Author: 海狼 | Hits:

[MiddleWareNMEA

Description: NMEA解析方法函数,可以解析任何NMEA语句-The the NMEA parsing method function can parse any NMEA sentences
Platform: | Size: 3072 | Author: zhaojietong2 | Hits:

[SCMGPS-NMEA-protocol-decoding-method

Description: 详细的 GPS NMEA-0183协议解码方法-GPS NMEA protocol decoding method
Platform: | Size: 57344 | Author: fshunj | Hits:

[Compress-Decompress algrithmsNMEA-Parser

Description: This the parser of NMEA encoded data from GPS it separates lat and long-This is the parser of NMEA encoded data from GPS it separates lat and long
Platform: | Size: 1024 | Author: ali | Hits:

[Software EngineeringNMEA-0183

Description: 完整的NMEA-0183V2.20协议中文说明-NMEA-0183 protocol
Platform: | Size: 1045504 | Author: 张平 | Hits:

[GPS developNMEA-0183parser

Description: NMEA-0183解码,支持GGA、GLL、GSA、GSV、RCM、VTG、ZDA。 可解析多类型数据,也可以解析单一类型数据,输出结果建议使用UltraEdit查看-NMEA-0183 decoder that supports GGA, GLL, GSA, GSV, RCM, VTG, ZDA. Can resolve many types of data to be parsed single type of data, the output is recommended to use UltraEdit View
Platform: | Size: 1201152 | Author: Thoap Tang | Hits:

[SCMGPS

Description: 通过串口接收GPS模块的数据帧,从NMEA数据格解析出经纬度、UTC等信息,通过TFT屏幕显示出来。单片机采用STM32F103ZE,开发环境是RV MDK(The data frame of the GPS module is received through the serial port, and the latitude and longitude, UTC and other information are parsed from the NMEA data lattice, and displayed through the TFT screen. Microcontroller using STM32F103ZE, development environment is RV MDK)
Platform: | Size: 3375104 | Author: seniorK | Hits:

[Windows DevelopNMEA_Checksum

Description: GPS的NMEA协议校验算法QT实现源码(GPS NMEA protocol checksum algorithm, QT source code)
Platform: | Size: 16384 | Author: 破劫 | Hits:

[OtherNMEA0183

Description: NMEA 0183是美国国家海洋电子协会为海用电子设备制定的标准格式。现在已经成为GPS导航设备统一的RTCM标准协议。本程序主要实现对NMMA的数据格式进行进行解析。(NMEA 0183 is the standard format developed by the National Ocean Electronics Association for marine electronic equipment. Has now become a unified RTCM standard protocol for GPS navigation equipment. This procedure mainly to achieve the NMMA data format for analysis.)
Platform: | Size: 40960 | Author: 流水飘远 | Hits:

[GPS developminmea.tar

Description: nmea语句解析代码,可以在Linux,单片机等平台上使用。(NMEA statement parsing code, you can use in Linux, SCM and other platforms.)
Platform: | Size: 201728 | Author: hhtracy | Hits:

[OtherNMEA sentence for GPS GLONASS GALILEO

Description: NMEA sentence for GPS GLONASS GALILEO
Platform: | Size: 76800 | Author: susaro.jandora | Hits:

[GPS developNMEA2KMZ301

Description: gps nmea to kmz转换,导入谷歌地图查看轨迹(gps nmea to kmz conversion)
Platform: | Size: 1084416 | Author: colin3 | Hits:

[simulation modelingNMEA数据处理

Description: 解析NMEA语句,该代码使用了$GNGGA语句中的经纬度、高度、定位质量(0、1);绘制卫星雷达图。
Platform: | Size: 6531 | Author: 201905555305@s*************** | Hits:
« 1 2 3 4 56 7 8 9 10 ... 14 »

CodeBus www.codebus.net