mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of https://github.com/m5stack/m5-docs
This commit is contained in:
+9
-9
@@ -4,17 +4,17 @@
|
||||
|
||||
<img src='assets/img/product_pics/1.jpg'> <img src='assets/img/product_pics/cores.png'>
|
||||
|
||||
**M5Core**
|
||||
**M5コア**
|
||||
|
||||
[](ja/core/basic)[](ja/core/gray)[](ja/core/fire)
|
||||
|
||||
**MiniCore**
|
||||
**ミニコア**
|
||||
|
||||
[](ja/core/m5stick)
|
||||
|
||||
<!-- [M5Stick]() -->
|
||||
|
||||
**Kit**
|
||||
**セット**
|
||||
|
||||
[](ja/core/m5go_iot_starter_kit)[](ja/core/face_kit)
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
<img src='assets/img/product_pics/2.jpg'> <img src='assets/img/product_pics/module.png'>
|
||||
|
||||
**Communication Modules**
|
||||
**通信モジュール**
|
||||
|
||||
[](ja/module/gps) [](ja/module/lora) [](ja/module/lorawan) [](ja/module/sim800)
|
||||
|
||||
@@ -32,13 +32,13 @@
|
||||
|
||||
<!-- |[GPS]()|[LORA]()|[SIM800/GPRS/GSM]()|[COMMU]()| -->
|
||||
|
||||
**Expansion Modules**
|
||||
**拡張モジュール**
|
||||
|
||||
[](ja/module/battery)[](ja/module/proto)[](ja/module/plus)
|
||||
|
||||
<!-- |[BATTERY]()|[PROTO]()| -->
|
||||
|
||||
**Drive Modules**
|
||||
**駆動モジュール**
|
||||
|
||||
[](ja/module/stepmotor)[](ja/module/servo)[](ja/module/lego_plus)
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
|
||||
<img src='assets/img/product_pics/3.jpg'> <img src='assets/img/product_pics/unit.png'>
|
||||
|
||||
**Input/Sensing Unit**
|
||||
**入力/センシングユニット**
|
||||
|
||||
[](ja/unit/env) [](ja/unit/ir) [](ja/unit/pir) [](ja/unit/angle)
|
||||
|
||||
@@ -69,11 +69,11 @@
|
||||
[](ja/unit/tof)
|
||||
<!-- |[ADC]()|[数字模拟转换Unit]()|[单按键]()|[双按键]()| -->
|
||||
|
||||
**Output/Controlling Unit**
|
||||
**出力/制御ユニット**
|
||||
|
||||
[](ja/unit/rgb)[](ja/unit/relay)[](ja/unit/neopixel)
|
||||
|
||||
**Interface Unit**
|
||||
**インターフェースユニット**
|
||||
|
||||
[](ja/unit/hub)[](ja/unit/396port)
|
||||
[](ja/unit/proto)
|
||||
|
||||
+7
-11
@@ -1,10 +1,10 @@
|
||||
# GPS モジュール
|
||||
# GPSモジュール
|
||||
|
||||
<img src="assets/img/product_pics/module/module_gps_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_gps_02.png" width="30%" height="30%">
|
||||
|
||||
***
|
||||
|
||||
:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](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)**
|
||||
:memo:**[概要](#概要)** :octocat:**[サンプルコード](#サンプルコード)** :electric_plug:**[回路図](#回路図)** 🛒**[購入リンク](https://www.aliexpress.com/store/product/M5Stack-gps-mcx-iot-arduino-ESP32/3226069_32840757048.html)**
|
||||
|
||||
## 概要
|
||||
|
||||
@@ -14,15 +14,15 @@
|
||||
|
||||
## 特徴
|
||||
|
||||
- GPS NEO-M8N モジュール
|
||||
- GPS NEO-M8Nモジュール
|
||||
- 高性能
|
||||
- 高受信感度 (–167 dBm)
|
||||
- 最大 3 GNSS 同時受信可能
|
||||
- 内蔵と外付けアンテナを選択可能
|
||||
- 最大 3 GNSS 同時受信可能(GPS, Galileo, GLONASS, BeiDou/COMPASS)
|
||||
- 内蔵または外付けアンテナを選択可能
|
||||
|
||||
## パッケージ内容
|
||||
|
||||
- 1x GPS モジュール
|
||||
- 1x GPSモジュール
|
||||
- 1x 外付けアンテナ
|
||||
|
||||
## アプリケーション
|
||||
@@ -36,18 +36,14 @@
|
||||
|
||||
- **[フォーラム](http://forum.m5stack.com/)**
|
||||
|
||||
- **[データシート](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
|
||||
- **[データシート](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
|
||||
|
||||
## サンプルコード
|
||||
|
||||
### 1. Arduino IDE
|
||||
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
|
||||
## 回路図
|
||||
|
||||
<img src="assets/img/product_pics/module/gps_sch.png">
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user