Difference between revisions of "Matrix - GPS"

From FriendlyELEC WiKi
Jump to: navigation, search
(与NanoPi 2连接使用)
(与NanoPi 2连接使用)
 
(11 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Matrix - GPS/zh|English]]
+
[[Matrix - GPS/zh|查看中文]]
  
==介绍==
+
==Introduction==
 
[[File:GPS01.png|thumb|GPS]]
 
[[File:GPS01.png|thumb|GPS]]
Matrix-GPS是一款体积小巧,性能优越的GPS定位模块。
+
The matrix GPS module is a small GPS module with high performance. It can be used in navigation devices, four-axle drones and etc.
*采用全新原装进口U-blox NEO-7M GPS专用模组;
+
*自带MAXIM公司高增益(20.5dB)LNA芯片与高性能陶瓷天线结合,组成接收天线,相当于集成有源天线;
+
*支持GPS和GLONASS(俄罗斯导航系统);
+
*采用串行通信接口:波特率为9600,8位数据位,无奇偶位,1位停止位;
+
*水平定位精度:2.5mCEP;
+
*更新速率:最大10Hz;
+
*捕获时间:30S
+
*追踪灵敏度:-161dBm;
+
*捕获灵敏度(冷启动): -148dBm;
+
*通信协议:NMEA(默认)/UBX Binary;
+
*速度限制:500m/s;
+
*高度限制:50000m;
+
*TXD/RXD阻抗:510欧;
+
*工作温度:-40摄氏度 ~ 85摄氏度;
+
*工作电压:5.0V;
+
*工作电流:22mA;
+
上电后led常亮,定位成功后led闪烁
+
  
==特性==
+
*U-blox NEO-7M GPS module;
* UART接口
+
*MAXIM’s high gain LNA chip and high performance porcelain antenna;
* 体积小巧
+
*Support GPS and GLONASS(Russia's Navigation System);
* PCB尺寸(mm):40x40
+
*Serial Communication: baud rate 为9600, 8 data bits, no parity, 1 stop bit;
 +
*Horizontal position accuracy: 2.5m CEP;
 +
*Max navigation update rate: 10Hz;
 +
*Time To First Fix: 30S;
 +
*Sensitivity-Tracking & Navigation: -161dBm;
 +
*Sensitivity-Cold Start: -148dBm;
 +
*Protocol: NMEA(default)/UBX Binary;
 +
*Operational Limits – Velocity: 500m/s;
 +
*Operational Limits- Altitude: 50000m;
 +
*TXD/RXD resistance: 510 Ohm;
 +
*Working Temperature: -40 degree Celsius ~ 85 degree Celsius;
 +
*Supply Voltage:: 5.0V;
 +
*Supply Current: 22mA;
 +
*Onboard LED. After the module is powered on the LED will turn on. If the module gets GPS data successfully the LED will be flashing
 +
 
 +
==Features==
 +
* UART interface
 +
* Small
 +
* PCB Dimension(mm): 40 x 40
 
[[File:GPS.png | frameless|400px|GPS-01.PCB]]
 
[[File:GPS.png | frameless|400px|GPS-01.PCB]]
  
* 引脚说明:
+
* Pin Description:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
|名称   || 描述
+
|Pin   || Description
 
|-
 
|-
|RXD    || 串口接收
+
|RXD    || Receive
 
|-
 
|-
|TXD    || 串口发送
+
|TXD    || Transmit
 
|-
 
|-
|5V    || 电源5V
+
|5V    || Supply Voltage 5V
 
|-
 
|-
|GND    ||
+
|GND    || Ground
 
|}
 
|}
  
==工作原理==
+
==Basic Device Operation==
*GPS(Global Positioning System)即全球卫星导航定位系统,可向全球用户提供连续、实时、高精度的三维位置、三维速度和时间信息。
+
*GPS is the abbreviated form of Global Positioning System. This system provides global users with continuous, real time and high precision location and time information.
*GPS定位系统包括GPS卫星星座、地面监控系统、GPS信号接收机三部分组成。
+
*The current GPS consists of three major segments: the space segment, a control segment and a user segment.
*GPS定位原理是利用高空中的GPS卫星,向地面发射L波段的载频无线电测距信号,地面上的用户接收机实时地连续接收,并计算出接收机天线所在的位置。
+
*Each GPS satellite continually broadcasts a signal (carrier wave with modulation).The receiver measures the time of arrival of the signal. From the time of arrival and the time of transmission the receiver then computes its three-dimensional position
  
==与NanoPi 2连接使用==
+
==Connect to NanoPi 2==
===硬件连接===
+
===Hardware Connection===
参考下图连接模块Matrix-GPS和NanoPi 2:<br>
+
Please refer to the following connection diagram to connect the Matrix-GPS to the NanoPi 2:<br>
[[File:GPS.jpg|frameless|600px|GPS_nanopi_2]]
+
[[File:GPS.jpg|frameless|600px|GPS_NanoPi_2]]
  
连接说明:
+
Connection Details:
 
{| class="wikitable"
 
{| class="wikitable"
 
|-
 
|-
 
|Matrix-GPS || NanoPi 2       
 
|Matrix-GPS || NanoPi 2       
 
|-
 
|-
|SDA   || Pin3
+
|RXD   || Pin8
 
|-
 
|-
|SCL   || Pin5
+
|TXD   || Pin10
 
|-  
 
|-  
 
|5V    || Pin4
 
|5V    || Pin4
Line 66: Line 67:
 
|}
 
|}
  
===编译测试程序===
+
===Compile Test Program===
 +
 
 +
 
 +
===Resources===

Latest revision as of 08:40, 30 December 2015

查看中文

1 Introduction

GPS

The matrix GPS module is a small GPS module with high performance. It can be used in navigation devices, four-axle drones and etc.

  • U-blox NEO-7M GPS module;
  • MAXIM’s high gain LNA chip and high performance porcelain antenna;
  • Support GPS and GLONASS(Russia's Navigation System);
  • Serial Communication: baud rate 为9600, 8 data bits, no parity, 1 stop bit;
  • Horizontal position accuracy: 2.5m CEP;
  • Max navigation update rate: 10Hz;
  • Time To First Fix: 30S;
  • Sensitivity-Tracking & Navigation: -161dBm;
  • Sensitivity-Cold Start: -148dBm;
  • Protocol: NMEA(default)/UBX Binary;
  • Operational Limits – Velocity: 500m/s;
  • Operational Limits- Altitude: 50000m;
  • TXD/RXD resistance: 510 Ohm;
  • Working Temperature: -40 degree Celsius ~ 85 degree Celsius;
  • Supply Voltage:: 5.0V;
  • Supply Current: 22mA;
  • Onboard LED. After the module is powered on the LED will turn on. If the module gets GPS data successfully the LED will be flashing

2 Features

  • UART interface
  • Small
  • PCB Dimension(mm): 40 x 40

GPS-01.PCB

  • Pin Description:
Pin Description
RXD Receive
TXD Transmit
5V Supply Voltage 5V
GND Ground

3 Basic Device Operation

  • GPS is the abbreviated form of Global Positioning System. This system provides global users with continuous, real time and high precision location and time information.
  • The current GPS consists of three major segments: the space segment, a control segment and a user segment.
  • Each GPS satellite continually broadcasts a signal (carrier wave with modulation).The receiver measures the time of arrival of the signal. From the time of arrival and the time of transmission the receiver then computes its three-dimensional position

4 Connect to NanoPi 2

4.1 Hardware Connection

Please refer to the following connection diagram to connect the Matrix-GPS to the NanoPi 2:
GPS_NanoPi_2

Connection Details:

Matrix-GPS NanoPi 2
RXD Pin8
TXD Pin10
5V Pin4
GND Pin6

4.2 Compile Test Program

4.3 Resources