mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
Merge branch 'master' of github.com:m5stack/m5-docs
This commit is contained in:
@@ -136,23 +136,7 @@
|
||||
|
||||
### Arduino IDE
|
||||
|
||||
- [Joystick](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/joystick)
|
||||
|
||||
- [DHT12+BMP280](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ENV)
|
||||
|
||||
- [Light](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Light)
|
||||
|
||||
- [Relay](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Relay)
|
||||
|
||||
- [Microphone](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/Microphone)
|
||||
|
||||
- [RGBled](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NEOPIXEL/Arduino)
|
||||
|
||||
- [Servo](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/servo)
|
||||
|
||||
- [DC-Motor](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/DC-Motor)
|
||||
|
||||
- [RFID](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RFID)
|
||||
- Click to download [example code](https://github.com/m5stack/DEMO-BOARD)
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
@@ -324,7 +324,7 @@ For more information about Pin assignment and Pin Remapping, Please refer to [ES
|
||||
|
||||
- **Datasheet**
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
- [FT6336U](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/D-FT6336U-DataSheet-V1.020af.pdf)
|
||||
- [FT6336U](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/Ft6336GU_Firmware_register_20151112-%20EN.pdf)
|
||||
- [NS4168](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/NS4168_CN_datasheet.pdf)
|
||||
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
|
||||
- [ILI9342C](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/ILI9342C-ILITEK.pdf)
|
||||
|
||||
+27
-22
@@ -2,11 +2,11 @@
|
||||
|
||||
<el-tag effect="plain">SKU:M003</el-tag>
|
||||
|
||||
<div class="product_pic"><img src="assets/img/product_pics/module/module_gps_01.webp"><img src="assets/img/product_pics/module/module_gps_02.webp"></div>
|
||||
<div class="product_pic"><img src=""><img src=""></div>
|
||||
|
||||
## Description
|
||||
|
||||
**COM.GPS** is a satellite positioning module in the M5Stack stacking module series. It is developed based on the NEO-M8N module and is equipped with an active antenna. The NEO-M8 can spend a small amount of time, conduct high-sensitivity acquisition, and keep the system low power consumption. NEO-M8N integrates the 72-channel [u-blox](https://www.u-blox.com) M8 GNSS engine, supports multiple GNSS systems: BeiDou, Galileo, GLONASS, GPS / QZSS, allowing simultaneous reception 3 Data from a GNSS system. The module's high sensitivity, small static drift, low power consumption and compact size are very suitable for applications in vehicles, handheld devices such as PDAs, vehicle monitoring, mobile phones, cameras and other mobile positioning systems. The UART communication protocol is used between the M5Core and the GPS module, and the serial port connection pins can be modified through the dial switch on the back.
|
||||
**COM.GPS** is a satellite positioning module in the M5Stack stacking module series. It is developed based on the NEO-M8N module and is equipped with an active antenna. The NEO-M8 can spend a small amount of time, conduct high-sensitivity acquisition, and keep the system low power consumption. NEO-M8N integrates the 72-channel [u-blox](https://www.u-blox.com) M8 GNSS engine, supports multiple GNSS systems: BeiDou, Galileo, GLONASS, GPS / QZSS, allowing simultaneous reception 3 Data from a GNSS system. Programmable FLASH is integrated inside the module, which can read and write data. The module's high sensitivity, small static drift, low power consumption and compact size are very suitable for applications in vehicles, handheld devices such as PDAs, vehicle monitoring, mobile phones, cameras and other mobile positioning systems. The UART communication protocol is used between the M5Core and the GPS module, and the serial port connection pins can be modified through the dial switch on the back.
|
||||
|
||||
If you want to change the serial port baud rate, please click ( [u-center-just-for-Windows](https://www.u-blox.com/en/product/u-center-windows) ).
|
||||
|
||||
@@ -14,16 +14,12 @@ If you want to change the serial port baud rate, please click ( [u-center-just-f
|
||||
|
||||
**UART protocol: baud rate (default is 9600bps), data bit (8 bits), start bit (1 bit), stop bit (1 bit), check bit (none).**
|
||||
|
||||
<img src="assets/img/product_pics/module/gps/module_gps_note01.webp" width="100%">
|
||||
|
||||
?>COM.GPS RXD/TXD can be connected to M5Stack's UART (TX(0/13/17)RX(5/15/16)) by setting the DIP switch, **M5Stack Fire** GPIO16 /GPIO17 is connected to PSRAM by default. It is recommended to use any one of the remaining two groups of pins.
|
||||
|
||||
?>The right dial switch is invalid for this module, no need to set.
|
||||
|
||||
## Product Features
|
||||
|
||||
- Working voltage: 2.7 ~ 3.6
|
||||
- Working temperature: -40 ~ 80°C
|
||||
- Antenna type: external GPS antenna
|
||||
- External antenna port: SMA
|
||||
- Can receive data from 3 GNSS systems at the same time
|
||||
@@ -78,13 +74,21 @@ If you want to change the serial port baud rate, please click ( [u-center-just-f
|
||||
<td>Speed limit</td>
|
||||
<td>500m/s</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Working voltage</td>
|
||||
<td>2.7 ~ 3.6</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Working temperature</td>
|
||||
<td>-40 ~ 80°C</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Net Weight</td>
|
||||
<td></td>
|
||||
<td>28g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Gross Weight</td>
|
||||
<td>g</td>
|
||||
<td>99g</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Product Size</td>
|
||||
@@ -96,15 +100,8 @@ If you want to change the serial port baud rate, please click ( [u-center-just-f
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
## Related Link
|
||||
|
||||
- **[GPS Info](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
|
||||
|
||||
- **[TinyGPS++ Library](http://arduiniana.org/libraries/tinygpsplus/)**
|
||||
|
||||
- **datasheet** - [NEO-M8N](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/NEO-M8-FW3_DataSheet_en.pdf)
|
||||
|
||||
- **[u-blox Protocol Manual](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/u-blox8-M8_ReceiverDescrProtSpec_en.pdf)**
|
||||
- **datasheet**
|
||||
- [NEO-M8N](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/NEO-M8-FW3_DataSheet_en.pdf)
|
||||
|
||||
## EasyLoader
|
||||
|
||||
@@ -114,28 +111,36 @@ If you want to change the serial port baud rate, please click ( [u-center-just-f
|
||||
<div style="background-color:white;">
|
||||
<div><img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/easyloader_intro.webp"></div>
|
||||
<div class="easyloader-btn">
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/MODULE/EasyLoader_LoRa868_MODULE.exe">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/MODULE/EasyLoader_LoRa868_MODULE.dmg">MacOS</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/Windows/MODULE/EasyLoader_COM_GPS.exe">Windows</a>
|
||||
<a href="https://m5stack.oss-cn-shenzhen.aliyuncs.com/EasyLoader/MacOS/MODULE/EasyLoader_COMX_GPS_for_M5Core.dmg">MacOS</a>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<video id="example_video" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Module/LoRa868.mp4" type="video/mp4">
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/Module/COM.GPS.mp4" type="video/mp4">
|
||||
</video>
|
||||
<div class="easyloader-mask">
|
||||
<a>
|
||||
<svg id="play-btn" t="1583228776634" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="4152" width="75" height="75"><path d="M512 0C229.216 0 0 229.216 0 512s229.216 512 512 512 512-229.216 512-512S794.784 0 512 0z m0 928C282.24 928 96 741.76 96 512S282.24 96 512 96s416 186.24 416 416-186.24 416-416 416zM384 288l384 224-384 224z" p-id="4153" fill="#007aff"></path></svg></a>
|
||||
<p>Description:</p>
|
||||
<p>Two devices will send and receive messages from each other.</p>
|
||||
<p>DIP switchRX16/TX17, show time and location information </p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## Related Link
|
||||
|
||||
- **[GPS Info](https://www.u-blox.com/zh/product/neo-m8-series)** (GPS)
|
||||
|
||||
- **[TinyGPS++ Library](http://arduiniana.org/libraries/tinygpsplus/)**
|
||||
|
||||
- **[U-Blox Protocol Manual](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/module/u-blox8-M8_ReceiverDescrProtSpec_en.pdf)**
|
||||
|
||||
## Example
|
||||
|
||||
### Arduino IDE
|
||||
|
||||
[Click here to download the Arduino example]()
|
||||
[Click here to download the Arduino example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/COMX_GPS)
|
||||
|
||||
**Note: In order to get a good signal from the GPS module, please place the module outdoors when using it.**
|
||||
|
||||
|
||||
@@ -101,7 +101,7 @@ The below code is incomplete(just for usage). If you want the complete code, ple
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
TO get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/UIFlow)
|
||||
To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/UIFlow)
|
||||
|
||||
<img src="assets/img/product_pics/module/module_example/SERVO/example_module_servo_01.webp">
|
||||
|
||||
|
||||
+14
-10
@@ -328,32 +328,36 @@ Clear encoder
|
||||
|
||||
#### Feature introduction
|
||||
|
||||
> Read encoder
|
||||
> Control DC motor and steering gear and read analog and digital quantities
|
||||
|
||||
><img src="/image/Modules/GoPlus.webp" width="40%">
|
||||
|
||||
* __Get encode__
|
||||
Read encoder value
|
||||
* __Set servo angle__
|
||||
Set the servo angle
|
||||
|
||||
* __Clean encode__
|
||||
clear encoder
|
||||
* __Set motor speed__
|
||||
Set motor speed
|
||||
|
||||
* __Get press__
|
||||
read encoder button
|
||||
* __Digital read pos__
|
||||
Read the digital value of the specified pin of the port
|
||||
|
||||
* __Analog read__
|
||||
Read the analog quantity of the specified port
|
||||
|
||||
#### Usage
|
||||
|
||||
> display encoder status
|
||||
> Read digital, analog, control steering gear and motor
|
||||
|
||||
><img src="/image/Modules/GoPlus_user.webp" width="70%">
|
||||
|
||||
|
||||
## GPS
|
||||
|
||||
#### Feature Introduction
|
||||
|
||||
>Get GPS information
|
||||
|
||||
><img src="/image/Units/GPS.webp" width="30%">
|
||||
><img src="/image/Modules/gps.webp" width="30%">
|
||||
|
||||
* __get time__
|
||||
Get local time
|
||||
@@ -383,4 +387,4 @@ Set local time zone
|
||||
|
||||
> Display GPS related information on the screen
|
||||
|
||||
><img src="/image/Units/GPS_user.webp" width="80%">
|
||||
><img src="/image/Modules/GPS_user.webp" width="80%">
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
## 描述
|
||||
|
||||
**SCREW** 是一款M5Stack螺丝工具套件.在实际使用M5Core等硬件的时候,可能会遇到需要拆解、堆叠、拓展等需求.时常还会面临着螺丝丢失、长度不合适、没有合适的拆解工具等尴尬处境.使用SCREW工具套件则能够帮你解决这些问题.套件内配备4种不同长度的M3螺丝,和一个相匹配的内六角扳手,能够应对一般的拆解安装操作.
|
||||
**SCREW** 是一款M5Stack螺丝工具套件.在实际使用M5Core等硬件的时候,可能会遇到需要拆解、堆叠、拓展等需求.时常还会面临着螺丝丢失、长度不合适、没有合适的拆解工具等尴尬处境.使用SCREW工具套件则能够帮你解决这些问题.套件内配备不同长度的M3螺丝,能够应对一般的拆解安装操作.
|
||||
|
||||
### 产品特性
|
||||
|
||||
|
||||
@@ -136,23 +136,7 @@
|
||||
|
||||
#### Arduino IDE
|
||||
|
||||
- **Joystick** - [摇杆模块案例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/joystick)
|
||||
|
||||
- **DHT12+BMP280** - [环境传感器模块案例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/ENV)
|
||||
|
||||
- **Light** - [光线传感器案例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Light)
|
||||
|
||||
- **Relay** - [继电器模块案例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/Relay)
|
||||
|
||||
- **Microphone** - [麦克风案例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/Microphone)
|
||||
|
||||
- **RGB LED** - [矩阵灯案例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/NEOPIXEL/Arduino)
|
||||
|
||||
- **Servo** - [舵机驱动案例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/servo)
|
||||
|
||||
- **DC-Motor** - [直流电机案例程序](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/App/M5IoT-kit/DC-Motor)
|
||||
|
||||
- **RFID** - [无线射频模块案例程序](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/RFID)
|
||||
- 点击此处下载[示例程序](https://github.com/m5stack/DEMO-BOARD)
|
||||
|
||||
<script>
|
||||
|
||||
|
||||
@@ -315,7 +315,7 @@ TF 卡最大支持 16GB
|
||||
|
||||
- **Datasheet**
|
||||
- [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_cn.pdf)
|
||||
- [FT6336U](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/D-FT6336U-DataSheet-V1.020af.pdf)
|
||||
- [FT6336U](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/Ft6336GU_Firmware_%E5%A4%96%E9%83%A8%E5%AF%84%E5%AD%98%E5%99%A8_20151112.pdf)
|
||||
- [NS4168](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/NS4168_CN_datasheet.pdf)
|
||||
- [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf)
|
||||
- [ILI9342C](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/ILI9342C-ILITEK.pdf)
|
||||
|
||||
Reference in New Issue
Block a user