mirror of
https://github.com/m5stack/m5-docs.git
synced 2026-05-20 10:23:01 -07:00
updated MODULE and UNIT(japanese version)
This commit is contained in:
@@ -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)から。
|
||||
@@ -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:**[概要](#概要)** :octocat:**[サンプルコード](https://github.com/m5stack/M5StackModule-Node/tree/master/example)** 🛒**[购买链接](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%">
|
||||
|
||||
## ドキュメント
|
||||
|
||||
- **ウェブサイト**
|
||||
|
||||
Reference in New Issue
Block a user