首页加入侧栏导航

This commit is contained in:
LiHuashen
2019-04-12 21:37:04 +08:00
parent af1b449fe6
commit 38f57dcf09
14 changed files with 211 additions and 62 deletions
+55
View File
@@ -90,4 +90,59 @@ figure.thumbnails img {
margin: 0 0 0 1.5em;
}
}
}
#core, #basic, #gray, #fire, #m5stick, #m5stickc, #m5go-lite, #m5go-kit, #faces-kit {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
}
#module, #gps, #lora, #lorawan, #sim800l, #commu, #battery, #proto, #plus, #usb, #bus, #stepmotor, #servo, #lego, #encoder, #joystick-1 {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
padding: 0;
}
#base, #lan, #node, #btc, #plc, #core-bottom, #m5go-bottom, #m5go-rfid, #m5go-charger {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
padding: 0;
}
#unit, #esp32cam, #m5camera, #m5cameraf, #env, #earth, #light, #angle, #ir, #pir, #ncir, #thermal, #button, #dual-button, #joystick, #cardkb, #color, #tof, #heart, #rfid, #adc, #dac, #makey, #rgb, #relay, #hub, #_396port, #proto-1, #extio, #rs485, #gps-1, #finger, #weight, #trace, #neopixel, #catear, #hex, #neoflash, #butterfly {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
padding: 0;
}
#application, #bala, #lidarbot, #piano, #flir {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
padding: 0;
}
/* #bala {
width: 0;
height: 0; */
/* overflow: hidden; */
/* margin: 0;
padding: 0;
} */
#accessory, #grove-t, #grove-cable, #usb-downloader {
width: 0;
height: 0;
overflow: hidden;
margin: 0;
padding: 0;
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 400 KiB

+2 -2
View File
@@ -7,9 +7,9 @@
|**[System](en/api/system)** | **[Speaker](en/api/speaker)** |
|**[LCD](en/api/lcd)** | **[Button](en/api/button)** |
|**[IMU Sensor(MPU9250)](en/api/mpu9250)** | **[TF Card](en/api/tf)** |
|**[Power](en/api/power)** |
|**[Power](en/api/power)** |
## M5stickC
## M5StickC
|||
|:---:|:---:|
+21 -19
View File
@@ -8,20 +8,25 @@
## Description
**<mark>Node</mark>** is a base as a intelligent node in the IOT. If stacked a M5Core, it will be a intelligent node that can communicate with surrounding equipments via IR, Bluetooth or WIFI.
**<mark>Node</mark>** is a node/base station class base in an IoT scenario.
* Including 12 RGBs and one temperature and humidity sensor(DHT12), it means <mark>Node</mark> can display its own status and perception surrounding environment.
Install Node on the wall and stack any M5Core. At this time, Node + M5Core is an intelligent node that can communicate with many nearby nodes or terminal devices. You can use the terminal remote control to control remote devices through Node forwarding signals. Realize the interconnection of multiple intelligent terminals. Speech recognition can also be implemented.
* Including 12 RGBs and one temperature and humidity sensor(DHT12), it means Node can display its own status and perception surrounding environment.
* There are 4 IR Transmitter LED at four corners and two IR Receiver
* There are two MIC
* A Codec chip(WM8978) inside that is often used to be applied for Hi-Fi Speaker.
<img src="assets/img/product_pics/base/node_04.png" width="30%" height="30%">
<img src="assets/img/product_pics/base/node_04.png" width="50%" height="50%">
You can use the M5Core and Node to implement infrared remote control application. Because of the built-in high-fidelity audio codec chip, you can even implement smart speaker functions.
## Feature
- Including 12 RGBLed
- Including a HiFi stereo codec chip(Up to 24bit DAC)
- Including a lithium battery interface
- Built-in infrared transmission and infrared receiver
- Built-in 12 RGBLed and DHT12 sensor
- Built-in a HiFi stereo codec chip ( Up to 24bit DAC )
- Built-in a 500mAh lithium battery
## PinMap
@@ -32,7 +37,7 @@
<table>
<tr><td>ESP32</td><td>GPIO15</td><td>GPIO35</td><td>GPIO12</td><td>GPIO21</td><td>GPIO22</td></tr>
<tr><td>RGBLed ( SK6812 )</td><td>Signal Pin</td><td> </td><td> </td><td> </td></tr>
<tr><td>RGBLed(SK6812)</td><td>Signal Pin</td><td> </td><td> </td><td> </td></tr>
<tr><td>IR</td><td> </td><td>IR_Receive</td><td>IR_Send</td><td> </td><td> </td></tr>
<tr><td>DHT12</td><td> </td><td> </td><td> </td><td>I2C_SDA</td><td>I2C_SCL</td></tr>
</table>
@@ -44,6 +49,7 @@
- 4x screws
- 4x Type-C USB Cable
<img src="assets/img/product_pics/base/node_05.png" width="50%" height="50%">
## Applications
@@ -51,25 +57,21 @@
- Webradio
- Intelligent sound box
<img src="assets/img/product_pics/base/node_03.png" width="30%" height="30%">
<img src="assets/img/product_pics/base/node_03.png" width="50%" height="50%">
## Related Link
- **数据手册** - [WM8978](http://pdf1.alldatasheet.com/datasheet-pdf/view/96647/WOLFSON/WM8978.html)
- **[Offical Video](https://www.youtube.com/channel/UCozgFVglWYQXbvTmGyS739w)**
- **[Forum](http://forum.m5stack.com/)**
- **Datasheet** - [WM8978](http://pdf1.alldatasheet.com/datasheet-pdf/view/96647/WOLFSON/WM8978.html)
## Example
* Temperature and Humidity Sensor (DHT12)
- [Voice control RGB light circle ( Chinese )](https://github.com/m5stack/esp-adf/blob/master/examples/get-started/M5Node/main/play_mp3_example.c)
https://github.com/m5stack/Bases-Node/tree/master/example/dht12
* RGB Light Circle
https://github.com/m5stack/Bases-Node/tree/master/example/rgbled/NeoPixelFunRandomChange
* Audio codec (WM8978)
https://github.com/m5stack/esp-adf/tree/master/NODE_example
<img src="assets/img/product_pics/base/base_example/example_base_node_01.png">
## Related Video
+101 -8
View File
@@ -2,6 +2,9 @@
***
# Core
<div>
<img src="assets/img/product_pics/icon_core.png" style="vertical-align:middle;">
<span style="font-size:30px">Core</span>
@@ -9,7 +12,9 @@
*( **[Cores comparison](https://github.com/m5stack/M5-Schematic/blob/master/Core/hardware_difference_between_cores.md)**&nbsp;&nbsp;&nbsp;**[IIC Address Table](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
&nbsp;
## BASIC
## GRAY
## FIRE
**M5Core** *( **[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)** )*
@@ -34,7 +39,8 @@
<p class="item-title" style="font-style:italic;">FIRE</p>
</div>
&nbsp;
## M5Stick
## M5StickC
*( **[Quick Start](en/quick_start/m5stick/m5stick_quick_start)** )*&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;*( **[Quick Start](en/quick_start/m5stickc/m5stickc_quick_start)** )*
@@ -52,9 +58,11 @@
<p class="item-title" style="font-style:italic;">M5StickC</p>
</div>
&nbsp;
## M5GO Lite
## M5GO Kit
## FACES Kit
**Kit**
**Kit** *( **[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)** )*
<div class="item">
<a href="/#/en/core/m5go_lite">
@@ -79,6 +87,8 @@
***
# Module
<div>
<img src="assets/img/product_pics/icon_module.png" style="vertical-align:middle;">
<span style="font-size:30px">Module</span>
@@ -88,6 +98,12 @@
&nbsp;
## GPS
## LORA
## LoRaWAN
## SIM800L
## COMMU
**Communication Modules**
<div class="item">
@@ -125,6 +141,12 @@
<p class="item-title" style="font-style:italic;">COMMU</p>
</div>
## BATTERY
## PROTO
## PLUS
## USB
## BUS
**Expansion Modules**
<div class="item">
@@ -162,6 +184,10 @@
<p class="item-title" style="font-style:italic;">BUS</p>
</div>
## STEPMOTOR
## SERVO
## LEGO+
**Drive Modules**
<div class="item">
@@ -185,6 +211,9 @@
<p class="item-title" style="font-style:italic;">LEGO+</p>
</div>
## ENCODER
## JOYSTICK
**FACES Series**
<div class="item">
@@ -203,6 +232,8 @@
***
# BASE
<div>
<img src="assets/img/product_pics/icon_base.png" style="vertical-align:middle;">
<span style="font-size:30px">Base</span>
@@ -212,6 +243,13 @@
&nbsp;
## LAN
## NODE
## BTC
## PLC
## Core BOTTOM
## M5GO BOTTOM
<div class="item">
<a href="/#/en/base/lan_base">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_lan_01.png">
@@ -254,6 +292,9 @@
<p class="item-title" style="font-style:italic;">M5GO BOTTOM</p>
</div>
## M5GO RFID
## M5GO CHARGER
<div class="item">
<a href="/#/en/base/m5go_rfid">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/base/base_m5go_rfid_01.png">
@@ -270,6 +311,8 @@
***
# Unit
<div>
<img src="assets/img/product_pics/icon_unit.png" style="vertical-align:middle;">
<span style="font-size:30px">Unit</span>
@@ -277,7 +320,9 @@
*( **[IIC Address Table](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
&nbsp;
## ESP32CAM
## M5Camera
## M5CameraF
**Camera class** *( **[Quick Start](en/quick_start/m5camera/m5camera_quick_start)**&nbsp;&nbsp;&nbsp;**[Cameras comparison](https://github.com/m5stack/M5-Schematic/blob/master/Units/m5camera/CameraComparison_en.md)** )*
@@ -302,7 +347,12 @@
<p class="item-title" style="font-style:italic;">M5CameraF</p>
</div>
&nbsp;
## ENV
## EARTH
## LIGHT
## ANGLE
## IR
## PIR
<div class="item">
<a href="/#/en/unit/env">
@@ -346,6 +396,13 @@
<p class="item-title" style="font-style:italic;">PIR</p>
</div>
## NCIR
## THERMAL
## BUTTON
## Dual-BUTTON
## JOYSTICK
## CardKB
<div class="item">
<a href="/#/en/unit/ncir">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_ncir_01.png">
@@ -388,6 +445,13 @@
<p class="item-title" style="font-style:italic;">CardKB</p>
</div>
## COLOR
## TOF
## HEART
## RFID
## ADC
## DAC
<div class="item">
<a href="/#/en/unit/color">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_color_01.png">
@@ -430,6 +494,13 @@
<p class="item-title" style="font-style:italic;">DAC</p>
</div>
## MAKEY
## RGB
## RELAY
## HUB
## 3.96Port
## PROTO
<div class="item">
<a href="/#/en/unit/makey">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_makey_01.png">
@@ -472,6 +543,13 @@
<p class="item-title" style="font-style:italic;">PROTO</p>
</div>
## EXT.IO
## RS485
## GPS
## FINGER
## WEIGHT
## TRACE
<div class="item">
<a href="/#/en/unit/extio">
<img src="https://m5stack.oss-cn-shenzhen.aliyuncs.com/image/m5-docs_homepage/unit/unit_extio_01.png">
@@ -514,6 +592,12 @@
<p class="item-title" style="font-style:italic;">TRACE</p>
</div>
## NeoPixel
## CatEar
## HEX
## NeoFlash
## BUTTERFLY
**Visual class**
<div class="item">
@@ -553,6 +637,8 @@
***
# Application
<div>
<img src="assets/img/product_pics/icon_app.png" style="vertical-align:middle;">
<span style="font-size:30px">Application</span>
@@ -560,7 +646,10 @@
*( **[IIC Address Table](https://shimo.im/sheets/GWkjHV3XyCCgwDpQ)** )*
&nbsp;
## BALA
## LidarBOT
## PIANO
## FLIR
<div class="item">
<a href="/#/en/app/bala">
@@ -592,12 +681,16 @@
***
# Accessory
<div>
<img src="assets/img/product_pics/icon_accessory.png" style="vertical-align:middle;">
<span style="font-size:30px">Accessory</span>
</div>
&nbsp;
## Grove-T
## Grove Cable
## USB Downloader
<div class="item">
<a href="/#/en/accessory/converter/grove_t">
+1 -1
View File
@@ -9,7 +9,7 @@
|**[IMUセンサー(MPU9250)](ja/api/mpu9250)** | **[TFカード(SDカード)](ja/api/tf)** |
|**[電源](ja/api/power)** | |
## M5stickC
## M5StickC
|||
|:---:|:---:|
@@ -1,4 +1,4 @@
# M5Core クイックスタート{docsify-ignore-all}
# M5Core クイックスタート - Arduino Mac {docsify-ignore-all}
## 目次
@@ -1,4 +1,4 @@
# M5Core クイックスタート {docsify-ignore-all}
# M5Core クイックスタート - Arduino Win {docsify-ignore-all}
## 目次
+1
View File
@@ -8,3 +8,4 @@
- **Links**
- [![Github](https://icongram.jgog.in/simple/github.svg?color=808080&size=16)Github](https://github.com/m5stack)
- [![Twitter](https://icongram.jgog.in/simple/twitter.svg?colored&size=16)@M5Stack](http://twitter.com/M5Stack)
- [![Facebook](https://icongram.jgog.in/simple/facebook.svg?colored&size=16)@M5Stack](https://www.facebook.com/M5Stack)
+5 -1
View File
@@ -24,7 +24,7 @@
</tr>
</table> -->
## M5stickC
## M5StickC
<!-- |||
|:---:|:---:|
@@ -37,3 +37,7 @@
|:---:|:---:|
|**[System](zh_CN/api/system_m5stickc)** | **[AXP192](zh_CN/api/axp192_m5stickc)** |
|**[TFT 屏](zh_CN/api/lcd_m5stickc)** | **[SH200Q](zh_CN/api/sh200q_m5stickc)** |
<!-- |**[麦克风](zh_CN/api/spm1423_m5stickc)** | **[LED](zh_CN/api/led_m5stickc)** |
|**[按键](zh_CN/api/buttom_m5stickc)** | **[红外发射](zh_CN/api/led_m5stickc)** | -->
View File
+22 -28
View File
@@ -4,27 +4,27 @@
***
<!-- :memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[Example](https://github.com/m5stack/M5StackModule-Node/tree/master/example)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.16.6c2275f4nUJEfh&id=581064610318)** -->
:memo:**[描述](#描述)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[例程](#例程)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:electric_plug:**[原理图](https://github.com/m5stack/Bases-Node/tree/master/schematic)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://item.taobao.com/item.htm?spm=a1z10.5-c.w4002-1172588093.16.6c2275f4nUJEfh&id=581064610318)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:clapper:**[相关视频](#相关视频)**
## 描述
**<mark>Node</mark>** 是一个物联网情景中的节点/基站类底座。把Node装到墙上,堆叠上任意一款M5Core主控,这时,Node+M5Core就是智能节点,可以与附近众多的节点或终端设备通信,可以用终端遥控器通过Node转发信号控制远程设备,实现多个智能终端互联。
* 内置12 RGBLed(SK6812)和温湿度传感器,可以显示多种丰富的Node状态,同时感知周围温湿度情况
* Node的四个角分别有一颗红外发送LED,底部有一颗红外接收管
* Node上下还有一对麦克风
* 内置常用于Hi-Fi耳机的高分辨率音频编解码芯片WM8978
**<mark>Node</mark>** 是一个物联网情景中的节点/基站类底座。把 Node 装到墙上,堆叠上任意一款 M5Core 主控,这时,Node + M5Core 就是智能节点,可以与附近众多的节点或终端设备通信,可以用终端遥控器通过 Node 转发信号控制远程设备,实现多个智能终端互联。也可以实现语音识别。
<img src="assets/img/product_pics/base/node_04.png" width="30%" height="30%">
* 内置 12 RGBLed ( SK6812 ) 和温湿度传感器,可以显示多种丰富的 Node 状态,同时感知周围温湿度情况
* Node 的四个角分别有一颗红外发送 LED,底部有一颗红外接收管
* Node 上下还有一对麦克风
* 内置常用于 Hi-Fi 耳机的高分辨率音频编解码芯片 WM8978
你可以使用M5Core和Node底座实现智能家居中红外遥控设备,蓝牙wifi遥控设备的转发节点,因为内置高保真音频编解码芯片,甚至还可以实现智能音箱功能
<img src="assets/img/product_pics/base/node_04.png" width="50%" height="50%">
你可以使用 M5Core 和 Node 底座实现红外遥控家电,因为内置高保真音频编解码芯片,甚至还可以实现智能音箱功能。
## 特性
- 内置12颗RGBLed灯环和温湿度传感器
- 内置Hi-Fi级别的音频编解码芯片(高达24位的分辨率)
- 内置500mAh的小电池
- 内置红外发送与红外接收器件
- 内置 12 颗 RGBLed 灯环和温湿度传感器
- 内置 Hi-Fi 级别的音频编解码芯片 ( 高达 24 位的分辨率 )
- 内置 500mAh 的小电池
## 管脚映射
@@ -35,19 +35,19 @@
<table>
<tr><td>ESP32</td><td>GPIO15</td><td>GPIO35</td><td>GPIO12</td><td>GPIO21</td><td>GPIO22</td></tr>
<tr><td>RGB 灯圈 SK6812</td><td>信号引脚</td><td> </td><td> </td><td> </td></tr>
<tr><td>红外发送和接收</td><td> </td><td>IR接收引脚</td><td>IR发送引脚</td><td> </td><td> </td></tr>
<tr><td>温湿度传感器 DHT12</td><td> </td><td> </td><td> </td><td>I2C数据引脚</td><td>I2C时钟引脚</td></tr>
<tr><td>RGB 灯圈</td><td>信号引脚</td><td> </td><td> </td><td> </td></tr>
<tr><td>红外发送和接收</td><td> </td><td>IR 接收引脚</td><td>IR 发送引脚</td><td> </td><td> </td></tr>
<tr><td>温湿度传感器</td><td> </td><td> </td><td> </td><td>I2C 数据引脚</td><td>I2C 时钟引脚</td></tr>
</table>
## 包含
- 1x Node
- Node的墙壁固定底座
- Node 的墙壁固定底座
- 4x 螺丝
- 1x Type-C USB线
- 1x Type-C USB 线
<img src="assets/img/product_pics/base/node_03.png" width="30%" height="30%">
<img src="assets/img/product_pics/base/node_05.png" width="50%" height="50%">
## 应用
@@ -55,6 +55,8 @@
- 网络收音机
- 智能音箱
<img src="assets/img/product_pics/base/node_03.png" width="50%" height="50%">
## 相关链接
- **[官方频道视频](https://i.youku.com/i/UNjE1ODA2MzE0OA==?spm=a2hzp.8253869.0.0)**
@@ -65,17 +67,9 @@
## 例程
* 温湿度传感器 (DHT12)
- [语音控制 RGB 灯圈 ( 中文 )](https://github.com/m5stack/esp-adf/blob/master/examples/get-started/M5Node/main/play_mp3_example.c)
https://github.com/m5stack/Bases-Node/tree/master/example/dht12
* RGB 灯圈
https://github.com/m5stack/Bases-Node/tree/master/example/rgbled/NeoPixelFunRandomChange
* 音频编解码 (WM8978)
https://github.com/m5stack/esp-adf/tree/master/NODE_example
<img src="assets/img/product_pics/base/base_example/example_base_node_01.png">
## 相关视频
@@ -1,4 +1,4 @@
# M5Core 的上手指南 {docsify-ignore-all}
# M5Core 的上手指南 - Arduino Mac {docsify-ignore-all}
## 目录