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:
Binary file not shown.
|
Before Width: | Height: | Size: 462 KiB After Width: | Height: | Size: 582 KiB |
@@ -114,7 +114,7 @@ Mode config method: Motor address + nByte
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
*To get complete code, please click, [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BASEX/UIFlow).*
|
||||
*To get complete code, please click, [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BaseX/UIFlow).*
|
||||
|
||||
<img src="assets/img/product_pics/base/basex/basex.png">
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
**M5GO RFID** is a upgraded version base of [M5GO BOTTOM](en/base/m5go_bottom). Comparing to the normal version ([M5GO Bottom](en/base/m5go_bottom)), M5GO RFID owns **RFID function** and **IR transmitter**, **miss maget**. And it's battery capacity is only **330 mAh**.
|
||||
**M5GO RFID** is a upgraded version base of [M5GO BOTTOM](en/base/m5go_bottom). Comparing to the normal version ([M5GO Bottom](en/base/m5go_bottom)), M5GO RFID owns **RFID function** and **IR transmitter**, **miss magnet**. And it's battery capacity is only **330 mAh**.
|
||||
|
||||
M5GO Base is composed of battery(330mAh), M-Bus interface, charging indicator(red led), **RFID coil**, **IR transmitter**, two RGB Bar, PORT B and PORT C.
|
||||
|
||||
|
||||
@@ -219,7 +219,7 @@ The GPIO 16 / 17 in Fire is connected to the PSRAM by default, so when you conne
|
||||
</tr>
|
||||
<tr>
|
||||
<td>MEMS</td>
|
||||
<td>BMM150 + SH200Q/MPU6886</td>
|
||||
<td>BMM150 + MPU6886</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Battery</td>
|
||||
|
||||
@@ -147,6 +147,7 @@ The newly-produced M5Core replaces the screen with better display performance an
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>BMM150</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
#### M5GO Base Port
|
||||
|
||||
**GROVE Port B**
|
||||
|
||||
@@ -34,7 +34,7 @@ M5stick is one of the core devices in M5Stack product series which is built in a
|
||||
- Case Material: PC + ABS
|
||||
- 4 MByte Flash
|
||||
- 9-Axis IMU MPU9250(only gray type)
|
||||
- Red LED
|
||||
- Blue LED
|
||||
- Buzzer
|
||||
- IR transmitter
|
||||
- 1 Buttons, OLED(1.3 inch), 1 Reset
|
||||
|
||||
@@ -76,7 +76,7 @@ Communication Protocol: I2C.
|
||||
|
||||
### UIFlow
|
||||
|
||||
*下载UIFlow示例,[请点击此处. ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID/UIFlow)*
|
||||
*If you want the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/FACES_RFID/UIFlow)*
|
||||
|
||||
## Application
|
||||
- Reader-Tag
|
||||
@@ -84,7 +84,6 @@ Communication Protocol: I2C.
|
||||
|
||||
## Video
|
||||
|
||||
**Demo**
|
||||
<video width="500" controls>
|
||||
<source src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/video/Product_example_video/FACES-RFID.mp4" type="video/mp4">
|
||||
</video>
|
||||
@@ -8,9 +8,9 @@
|
||||
|
||||
## Description
|
||||
|
||||
**JOYSTICK** is a control column module. A joystick is an input device consisting of a stick that pivots on a base and reports its angle or direction to the device it is controlling. Same as ENCODER, it is compatible with FACE Kit. You can have it replace the keycoard panel inside the FACE kit. Through IIC you can get the offset data form (X, Y) axis, also the button status. You can customized the LED behavior as you like.
|
||||
**JOYSTICK** is a control column module. A joystick is an input device consisting of a stick that pivots on a base and reports its angle or direction to the device it is controlling. Same as ENCODER, it is compatible with FACE Kit. You can have it replace the keyboard panel inside the FACE kit. Through IIC you can get the offset data form (X, Y) axis, also the button status. You can customized the LED behavior as you like.
|
||||
|
||||
JOYSTICK IIC address is 0x5E).
|
||||
JOYSTICK IIC address is 0x5E.
|
||||
|
||||
<img src="assets/img/product_pics/module/module_joystick_03.png" width="60%" height="60%">
|
||||
|
||||
@@ -139,4 +139,4 @@ Wire.endTransmission();
|
||||
|
||||
<img src="assets/img/product_pics/base/JOYSTICK.png" >
|
||||
|
||||
- **[UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/JOYSTICK/firmware_328p/FaceJoystick328)**
|
||||
- **[UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/JOYSTICK/UIFlow)**
|
||||
|
||||
@@ -59,7 +59,11 @@ LEGO motor is one of the Technic pieces form LEGO. The purpose of LEGO Technic i
|
||||
|
||||
## Example
|
||||
|
||||
### UIFlow
|
||||
### 1. Arduino
|
||||
|
||||
*To get the complete Arduino code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/LEGO_PLUS/LEGO_Test).*
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
*To get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/LEGO_PLUS/UIFlow)。*
|
||||
|
||||
|
||||
@@ -78,7 +78,6 @@ Product Feature:
|
||||
|
||||
- [LTE Module](https://github.com/m5stack/M5-Schematic/blob/master/Modules/module_lte_sch.pdf)
|
||||
|
||||
|
||||
## EasyLoader
|
||||
|
||||
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/EasyLoader_logo.png" width="100px" style="margin-top:20px">
|
||||
@@ -97,7 +96,6 @@ Product Feature:
|
||||
|
||||
*To get complete code, please click [here](https://github.com/m5stack/M5Stack/blob/master/examples/Modules/LTE/LTE.ino).*
|
||||
|
||||
|
||||
### Pin Map
|
||||
|
||||
<table>
|
||||
|
||||
@@ -86,7 +86,7 @@ Wire.endTransmission();
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
Wanna explore the easiest way of Servo programming?? Check out the Blockly Platform at [UIFlow](flow.m5stack.com).
|
||||
Wanna explore the easiest way of Servo programming?? Check out the Blockly Platform at [UIFlow](http://flow.m5stack.com).
|
||||
|
||||
*TO get the complete code, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Module/SERVO/UIFlow).*
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
**ACCEL** is a motion sensor Unit. Integrated with ADXL 345, ACC is able to obtain 3- axis of Acceleration. ADXL 345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible through either an SPI (3- or 4-wire) or I2C digital interface. In this Unit, we used I2C series interface.
|
||||
**ACCEL** is a motion sensor Unit. Integrated with ADXL 345, ACC is able to obtain 3- axis of Acceleration. ADXL 345 is a small, thin, ultralow power, 3-axis accelerometer with high resolution (13-bit) measurement at up to ±16 g. Digital output data is formatted as 16-bit twos complement and is accessible through I2C digital interface. In this Unit, we used I2C series interface.
|
||||
<br>
|
||||
|
||||
*What is an accelerometer?*<br>
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
MAX30100 is a complete pulse oximetry and heartrate sensor system solution designed for the demanding requirements of wearable devices. The MAX30100 provides very small total solution size without sacrificing optical or electrical performance. Minimal external hardware components are needed for integration into a wearable device.
|
||||
|
||||
- How do we use this Unit to test the heart rate and ?
|
||||
- How do we use this Unit to test the heart rate ?
|
||||
**Put your finger on the detection area.**
|
||||
|
||||
- What is the communication protocol between M5 core and this unit?
|
||||
|
||||
@@ -144,7 +144,7 @@
|
||||
{a:"/#/zh_CN/base/base15", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_base15_01.jpg", p:"BASE15"},
|
||||
{a:"/#/zh_CN/base/base26", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_base26_01.jpg", p:"BASE26"},
|
||||
{a:"/#/zh_CN/accessory/battery_base", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/accessory/battery_base_01.jpg", p:"M5Camera Battery"},
|
||||
{a:"/#/zh_CN/base/baseX", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"BaseX"},
|
||||
{a:"/#/zh_CN/base/basex", img:"https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_basex_01.webp", p:"BaseX"},
|
||||
];
|
||||
|
||||
var unit_list = [
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
**Base15** 是M5体系中一款支持高度定制化的工业底座.与PLC Base有着类似,却有着更高级别定制化能力.套件内提供了Protoboard(万能板)允许您添加自己的电路设计,并预留了两个Grove接口焊盘,方便您进行线路的拓展.提供M型防水接头组件,允许用户将其安装在底座的侧面或是底部.
|
||||
|
||||
**Base15** 中'15'代号来源于底座的高度15cm,底座上每一侧都是可以自由拆卸,切割,定制成不同的接口,以满足不同需求.关于底座的定制,我们提供了大量的结构组件替代方案,并将其完全开源,你可以基于这些设计去制作3D打印林见或是二次设计.不但如此,该底座完全兼容M5堆叠模块与硬件拓展体系.在产品的底部,我们提供了2种不同的装配方式:导轨固定,悬挂固定。
|
||||
**Base15** 中'15'代号来源于底座的高度15cm,底座上每一侧都是可以自由拆卸,切割,定制成不同的接口,以满足不同需求.关于底座的定制,我们提供了大量的结构组件替代方案,并将其完全开源,你可以基于这些设计去制作3D打印文件或是二次设计.不但如此,该底座完全兼容M5堆叠模块与硬件拓展体系.在产品的底部,我们提供了2种不同的装配方式:导轨固定,悬挂固定。
|
||||
|
||||
<img src="assets/img/product_pics/base/base15/base15_05.jpg" width="30%" height="30%">
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ I2C 电机地址:
|
||||
|
||||
### 2. UIFlow
|
||||
|
||||
*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/BASEX/UIFlow).*
|
||||
*以下代码仅为片段,如需获取完整代码, [请点击此处](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BaseX/UIFlow).*
|
||||
|
||||
<img src="assets/img/product_pics/base/basex/basex.png">
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
## 描述
|
||||
|
||||
**M5GO RFID** 是[M5GO BOTTOM](zh_CN/base/m5go_bottom)的升级版,底座内置RFID,相比普通版本 [M5GO Bottom](zh_CN/base/m5go_bottom),**底座少了磁铁和电池容量少了230mAh**,多了 **RFID 线圈** 和 **红外发射管**。
|
||||
**M5GO RFID** 是[M5GO BOTTOM](zh_CN/base/m5go_bottom)的升级版,底座内置RFID,相比普通版本 [M5GO Bottom](zh_CN/base/m5go_bottom),**底座少了磁铁和电池容量减少**,多了 **RFID 线圈** 和 **红外发射管**。
|
||||
|
||||
M5GO 底座由 330mAh 的电池(充满 3.7V)、M-Bus 总线接口、麦克风、红色的充电指示 LED、2条 RGB灯条 (10颗)、**RFID 线圈**、**红外发射管**、PORT B 和 PORT C 组成。
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@ M5Stack Fire 配有三个可分离部件. 顶部与其他的M5主机一样,放
|
||||
|
||||
**注意1:**
|
||||
|
||||
新生产的M5Core更换了显示效果与可视角更加优质的屏幕,因此与旧版的Arduino库产生了一些兼容性问题,使用旧版程序库进行屏幕驱动时会产生反色显示的现象,您可以打开Arduino的库管理选项将您的M5Stack库升级至最新版本(0.2.8以后)来解决这个问题.
|
||||
新生产的M5Core更换了显示效果与可视角更加广的屏幕,因此与旧版的Arduino库产生了一些兼容性问题,使用旧版程序库进行屏幕驱动时会产生反色显示的现象,您可以打开Arduino的库管理选项将您的M5Stack库升级至最新版本(0.2.8以后)来解决这个问题.
|
||||
|
||||
<img src="assets\img\product_pics\core\basic\lib_01.jpg" width="40%">
|
||||
<br><br><br>
|
||||
|
||||
@@ -153,14 +153,6 @@
|
||||
<tr><td>MPU6886</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**3-Axis Geomagnetic Sensor BMM150**
|
||||
|
||||
*BMM150 I2C address 0x10*
|
||||
|
||||
<table>
|
||||
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GPIO21</td><td>5V</td><td>GND</td></tr>
|
||||
<tr><td>BMM150</td><td>SCL</td><td>SDA</td><td>5V</td><td>GND</td></tr>
|
||||
</table>
|
||||
|
||||
**3轴磁力计 BMM150**
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ M5stick 是 M5Stack 产品系列中的核心设备之一,该产品系列建立
|
||||
- 基于ESP32开发
|
||||
- 4 MByte 闪存
|
||||
- MPU9250(只有灰色款配备)
|
||||
- Red LED
|
||||
- Blue LED
|
||||
- 蜂鸣器
|
||||
- 红外发射管
|
||||
- 按键x1, OLED(1.3寸), 电源/复位按键x1
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user