mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
updated gps
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 371 KiB After Width: | Height: | Size: 210 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 236 KiB After Width: | Height: | Size: 371 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 236 KiB |
+17
-19
@@ -1,8 +1,12 @@
|
||||
# M5Stack GPS Module
|
||||
# GPS
|
||||
|
||||
[中文](/zh_CN/product_documents/modules/module_gps) | English | [日本語](ja/product_documents/modules/module_gps)
|
||||
<img src="assets/img/product_pics/modules/module_gps_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/modules/module_gps_02.png" width="30%" height="30%">
|
||||
|
||||
## DESCRIPTION
|
||||
***
|
||||
|
||||
:memo:**[描述](#描述)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://item.taobao.com/item.htm?spm=a1z10.3-c.w4002-1172588106.10.69f6425e8Agsbh&id=559647865340)**
|
||||
|
||||
## Description
|
||||
|
||||
The M5Stack GPS Module is a module with small GPS module. The small GPS
|
||||
module named UBLOX NEO-M8N. You can program it through Blockly, Arduino
|
||||
@@ -12,7 +16,7 @@ GPS module is built on the high performing u-blox M8 GNSS engine and
|
||||
exhibit high performance and high sensitivity.And it can supply your
|
||||
global positioning information even you in the wild and get lost.
|
||||
|
||||
## FEATURES
|
||||
## Feature
|
||||
|
||||
- GPS NEO-M8N Module
|
||||
- high-performance
|
||||
@@ -20,34 +24,28 @@ global positioning information even you in the wild and get lost.
|
||||
- Concurrent reception of up to 3 GNSS
|
||||
- Industry leading –167 dBm navigation sensitivity
|
||||
|
||||
## INCLUDES
|
||||
## Include
|
||||
|
||||
- 1x M5Stack GPS Module
|
||||
- 1x M5Stack Antenna
|
||||
|
||||
## Applications
|
||||
## Application
|
||||
|
||||
- Child positioning bracelet
|
||||
- Logistics Tracking Management based on GPS
|
||||
|
||||
## DOCUMENTS
|
||||
## Related Link
|
||||
|
||||
- **Example** - [Arduino Example](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/GPS)
|
||||
- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
|
||||
|
||||
- **[Forum](http://forum.m5stack.com/)**
|
||||
|
||||
- **[GPS Info](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
|
||||
|
||||
- **GitHub** - [Arduino GitHub](https://github.com/m5stack/M5Stack)
|
||||
|
||||
- **[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Stock-Offer-GPS-Module-with-Internal-External-Antenna-MCX-Interface-IoT-Development-Board-for/3226069_32840757048.html?spm=2114.12010615.8148356.2.7c6c2743BZthY3)**
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/modules/module_gps_01.png" width="500px" height="500px">
|
||||
</figure>
|
||||
## Example
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/modules/module_gps_02.png" width="500px" height="500px">
|
||||
</figure>
|
||||
## Schematic
|
||||
|
||||
<figure>
|
||||
<img src="assets/img/product_pics/modules/module_gps_05.png" width="500px" height="500px">
|
||||
</figure>
|
||||
<img src="assets/img/product_pics/modules/gps_sch.png">
|
||||
|
||||
+9
-3
@@ -1,10 +1,10 @@
|
||||
# Unit ENV
|
||||
|
||||
<img src="assets/img/product_pics/units/M5GO_Unit_env.png" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/units/M5GO_Unit_env.png" width="30%" height="30%"><img src="assets/img/product_pics/units/unit_env_grove_a.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
:memo:**[Description](#Description)**|:octocat:**[Example](#Example)**| :electric_plug:**[Schematic](#Schematic)** | 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-ENV-Unit-with-DHT12-BMP280-Digital-DHT-12-Temperature-Humidity-Aire-Pressure-Sensor/3226069_32933115893.html?spm=2114.12010615.8148356.2.758c5bcbURtQtR)**
|
||||
:memo:**[Description](#Description)** :octocat:**[Example](#Example)** :electric_plug:**[Schematic](#Schematic)** 🛒**[Purchase](https://www.aliexpress.com/store/product/M5Stack-Official-Mini-ENV-Unit-with-DHT12-BMP280-Digital-DHT-12-Temperature-Humidity-Aire-Pressure-Sensor/3226069_32933115893.html?spm=2114.12010615.8148356.2.758c5bcbURtQtR)**
|
||||
|
||||
|
||||
## Description
|
||||
@@ -27,6 +27,12 @@ temperature and humidity sensor and absolute barometric pressure sensor. Connect
|
||||
- GROVE interface, support [UiFlow](http://flow.m5stack.com) and [Arduino](http://www.arduino.cc)
|
||||
- Two Lego installation holes
|
||||
|
||||
## Related Link
|
||||
|
||||
- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
|
||||
|
||||
- **[Forum](http://forum.m5stack.com/)**
|
||||
|
||||
## Example
|
||||
|
||||
```c++
|
||||
@@ -35,7 +41,7 @@ float hum = dht12.readHumidity();//humidity
|
||||
float pressure = bme.readPressure();//pressure
|
||||
```
|
||||
|
||||
Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Units/ENV)。for Specific example.
|
||||
Click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Units/ENV)for Specific example.
|
||||
|
||||
## Schematic
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# GPS模块
|
||||
|
||||
<img src="assets/img/product_pics/modules/module_gps_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/modules/module_gps_05.png" width="30%" height="30%">
|
||||
<img src="assets/img/product_pics/modules/module_gps_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/modules/module_gps_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
|
||||
@@ -24,6 +24,12 @@
|
||||
- GROVE接口,支持[UiFlow](http://flow.m5stack.com)编程,[Arduino](http://www.arduino.cc)编程
|
||||
- Unit内置两个Lego插件孔,方便与Lego件结合
|
||||
|
||||
## 相关链接
|
||||
|
||||
- **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
|
||||
|
||||
- **[官方论坛](http://forum.m5stack.com/)**
|
||||
|
||||
## 例程
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
Reference in New Issue
Block a user