updated gps

This commit is contained in:
LiHuashen
2019-01-09 11:16:07 +08:00
parent 1fdf41d228
commit 18459633f6
5 changed files with 12 additions and 1 deletions
+2
View File
@@ -42,6 +42,8 @@ global positioning information even you in the wild and get lost.
- **[GPS Info](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
- **[TinyGPS++ library](http://arduiniana.org/libraries/tinygpsplus/)**
## Example
### Arduino IDE
+2
View File
@@ -35,6 +35,8 @@
- **[Datasheet]** - [AT6558](http://www.icofchina.com/d/file/xiazai/2016-12-05/b1be6f481cdf9d773b963ab30a2d11d8.pdf) - [MAX2659](https://datasheets.maximintegrated.com/en/ds/MAX2659.pdf)
- **[TinyGPS++ library](http://arduiniana.org/libraries/tinygpsplus/)**
- **[CASIC multimode satellite navigation receiver protocol specification](http://www.icofchina.com/d/file/xiazai/2017-05-02/ea0cdd3d81eeebcc657b5dbca80925ee.pdf)**
- **[GnssToolKit3(Windows Version)](http://www.icofchina.com/d/file/xiazai/2018-05-23/2b29a8da746eec0ef1dcd9deae895298.zip)**
+3
View File
@@ -50,4 +50,7 @@
https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_diff_between_m5cores.md
- Q. 有些模块与Core堆叠之后不能下载程序,比如USB模块与Core堆叠
- A. 可能是堆叠之后,接触不好,M5-Bus总线有GPIO0,接触不好的时候,GPIO0的时序不对,下载的时候要手动GPIO0连接GND,保证足够长时间拉低
--- -->
+3 -1
View File
@@ -35,7 +35,9 @@ GPS Module内部默认是通过UART2(GPIO16, GPIO17)与M5Core通讯,你可以
- **[官方论坛](http://forum.m5stack.com/)**
- **[GPS Info](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
- **[GPS Info](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
- **[TinyGPS++库官网](http://arduiniana.org/libraries/tinygpsplus/)**
## 例程
+2
View File
@@ -35,6 +35,8 @@
- **[数据手册]** - [AT6558](http://www.icofchina.com/d/file/xiazai/2016-12-05/b1be6f481cdf9d773b963ab30a2d11d8.pdf) - [MAX2659](https://datasheets.maximintegrated.com/en/ds/MAX2659.pdf)
- **[TinyGPS++库官网](http://arduiniana.org/libraries/tinygpsplus/)**
- **[CASIC多模卫星导航接收机协议规范](http://www.icofchina.com/d/file/xiazai/2017-05-02/ea0cdd3d81eeebcc657b5dbca80925ee.pdf)**
- **[上位机软件GnssToolKit3(Windows版本)](http://www.icofchina.com/d/file/xiazai/2018-05-23/2b29a8da746eec0ef1dcd9deae895298.zip)**