updated MODULE and UNIT(japanese version)

This commit is contained in:
LiHuashen
2018-12-29 18:15:57 +08:00
parent 6e01f3788c
commit da303c8a87
54 changed files with 928 additions and 180 deletions
+9 -9
View File
@@ -1,6 +1,6 @@
# BTC ベース
<img src="assets/img/product_pics/module/module_btc_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_02.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_03.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%">
<img src="assets/img/product_pics/module/module_btc_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/module/module_btc_02.png" width="30%" height="30%">
<!-- <img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%"> -->
@@ -24,16 +24,16 @@ BTCベースはDHT12を内蔵しており、周囲の温度、湿度を検出す
- M3 x 16 ネジ
- ツール
<img src="assets/img/product_pics/module/module_btc_04.png" width="30%" height="30%"><img src="assets/img/product_pics/module/module_btc_03.png" width="30%" height="30%">
# ピンマップ
**DHT12**
| DHT12 | ESP32 |
|:------:|:------:|
| SCL | G22 |
| GND | GND |
| SDA | G21 |
| 3V3 | 3V3 |
<table>
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GND</td><td>GPIO21</td><td>3V3</td></tr>
<tr><td>DHT12</td><td>SCL</td><td>GND</td><td>SDA</td><td>3V3</td></tr>
</table>
<img src="assets/img/product_pics/module/module_btc_dht12_pinmap.png">
@@ -47,6 +47,8 @@ BTCベースはDHT12を内蔵しており、周囲の温度、湿度を検出す
### Arduino IDE
`BTC.ino`サンプルは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino)から。
```arduino
#include <M5Stack.h>
#include "DHT12.h"
@@ -72,5 +74,3 @@ void loop() {
delay(100);
}
```
`BTC.ino`サンプルは[こちら](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino)から。
+6
View File
@@ -1,6 +1,10 @@
# Node ベース
<img src="assets/img/product_pics/base/node_01.png" width="30%" height="30%"> <img src="assets/img/product_pics/base/node_02.png" width="30%" height="30%">
***
:memo:**[概要](#概要)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;:octocat:**[サンプルコード](https://github.com/m5stack/M5StackModule-Node/tree/master/example)**&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;🛒**[购买链接](https://www.aliexpress.com/store/product/M5Stack-New-NODE-Samrt-Speaker-WM8978-Audio-Development-Board-I2S-Module-with-DHT12-Sensor-MIC-IR/3226069_32949773234.html)**
## 概要
@@ -32,6 +36,8 @@
- Bluetoothスピーカー
- インテリジェントサウンドボックス
<img src="assets/img/product_pics/base/node_03.png" width="30%" height="30%"> <img src="assets/img/product_pics/base/node_04.png" width="30%" height="30%">
## ドキュメント
- **ウェブサイト**