diff --git a/docs/assets/css/main.css b/docs/assets/css/main.css
index 813f09b9..9825e41a 100644
--- a/docs/assets/css/main.css
+++ b/docs/assets/css/main.css
@@ -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;
}
\ No newline at end of file
diff --git a/docs/assets/img/product_pics/base/base_example/example_base_node_01.png b/docs/assets/img/product_pics/base/base_example/example_base_node_01.png
new file mode 100644
index 00000000..9c9ce0b6
Binary files /dev/null and b/docs/assets/img/product_pics/base/base_example/example_base_node_01.png differ
diff --git a/docs/assets/img/product_pics/base/node_05.png b/docs/assets/img/product_pics/base/node_05.png
new file mode 100644
index 00000000..58e54909
Binary files /dev/null and b/docs/assets/img/product_pics/base/node_05.png differ
diff --git a/docs/en/api.md b/docs/en/api.md
index 334b2684..a82b0dbd 100644
--- a/docs/en/api.md
+++ b/docs/en/api.md
@@ -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
|||
|:---:|:---:|
diff --git a/docs/en/base/node_base.md b/docs/en/base/node_base.md
index fac187aa..af477c84 100644
--- a/docs/en/base/node_base.md
+++ b/docs/en/base/node_base.md
@@ -8,20 +8,25 @@
## Description
-**Node** 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.
+**Node** is a node/base station class base in an IoT scenario.
-* Including 12 RGBs and one temperature and humidity sensor(DHT12), it means Node 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.
-
+
+
+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 @@
| ESP32 | GPIO15 | GPIO35 | GPIO12 | GPIO21 | GPIO22 |
| RGBLed ( SK6812 ) | Signal Pin | ||||
| RGBLed(SK6812) | Signal Pin | ||||
| IR | IR_Receive | IR_Send | |||
| DHT12 | I2C_SDA | I2C_SCL |
## Applications
@@ -51,25 +57,21 @@
- Webradio
- Intelligent sound box
-
+
## 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
+
## Related Video
diff --git a/docs/index.md b/docs/index.md
index bdf45f22..ad6b4a06 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,6 +2,9 @@
***
+
+# Core
+
FIRE
M5StickC
- +## M5GO Lite +## M5GO Kit +## FACES Kit -**Kit** +**Kit** *( **[Quick Start](en/quick_start/m5core/m5stack_core_quick_start)** )*COMMU
BUS
LEGO+
@@ -270,6 +311,8 @@
***
+# Unit
+
M5CameraF
+* 内置 12 RGBLed ( SK6812 ) 和温湿度传感器,可以显示多种丰富的 Node 状态,同时感知周围温湿度情况
+* Node 的四个角分别有一颗红外发送 LED,底部有一颗红外接收管
+* Node 上下还有一对麦克风
+* 内置常用于 Hi-Fi 耳机的高分辨率音频编解码芯片 WM8978
-你可以使用M5Core和Node底座实现智能家居中红外遥控设备,蓝牙wifi遥控设备的转发节点,因为内置高保真音频编解码芯片,甚至还可以实现智能音箱功能
+
+
+你可以使用 M5Core 和 Node 底座实现红外遥控家电,因为内置高保真音频编解码芯片,甚至还可以实现智能音箱功能。
## 特性
-- 内置12颗RGBLed灯环和温湿度传感器
-- 内置Hi-Fi级别的音频编解码芯片(高达24位的分辨率)
-- 内置500mAh的小电池
+- 内置红外发送与红外接收器件
+- 内置 12 颗 RGBLed 灯环和温湿度传感器
+- 内置 Hi-Fi 级别的音频编解码芯片 ( 高达 24 位的分辨率 )
+- 内置 500mAh 的小电池
## 管脚映射
@@ -35,19 +35,19 @@
| ESP32 | GPIO15 | GPIO35 | GPIO12 | GPIO21 | GPIO22 |
| RGB 灯圈 SK6812 | 信号引脚 | ||||
| 红外发送和接收 | IR接收引脚 | IR发送引脚 | |||
| 温湿度传感器 DHT12 | I2C数据引脚 | I2C时钟引脚 | |||
| RGB 灯圈 | 信号引脚 | ||||
| 红外发送和接收 | IR 接收引脚 | IR 发送引脚 | |||
| 温湿度传感器 | I2C 数据引脚 | I2C 时钟引脚 |
+
## 应用
@@ -55,6 +55,8 @@
- 网络收音机
- 智能音箱
+
+
## 相关链接
- **[官方频道视频](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
+
## 相关视频
diff --git a/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md b/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md
index e15372f2..924449fd 100644
--- a/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md
+++ b/docs/zh_CN/quick_start/m5core/m5stack_core_get_started_Arduino_MacOS.md
@@ -1,4 +1,4 @@
-# M5Core 的上手指南 {docsify-ignore-all}
+# M5Core 的上手指南 - Arduino Mac {docsify-ignore-all}
## 目录