diff --git a/docs/assets/img/product_pics/modules/btc_dht12_pinmap.JPG b/docs/assets/img/product_pics/modules/btc_dht12_pinmap.JPG new file mode 100644 index 00000000..9b1cb430 Binary files /dev/null and b/docs/assets/img/product_pics/modules/btc_dht12_pinmap.JPG differ diff --git a/docs/en/product_documents/modules/module_btc.md b/docs/en/product_documents/modules/module_btc.md index 95aab202..cb53a3b9 100644 --- a/docs/en/product_documents/modules/module_btc.md +++ b/docs/en/product_documents/modules/module_btc.md @@ -1,5 +1,7 @@ # M5Stack BTC Module +[中文](/zh_CN/product_documents/modules/module_btc) | English | [日本語](ja/product_documents/modules/module_btc) + # DESCRIPTION The M5Stack BTC Module is a base including DHT12 module which can detect @@ -18,12 +20,25 @@ Core via Type-C Cable after adding this BTC Module. - M3 x 16 - Tools -# DOCUMENTS +# PinMap -- [WebSite](https://m5stack.com) +| DHT12 | ESP32 | +| :----------: |:------------:| +| SCL | G22 | +| GND | GND | +| SDA | G21 | +| 3V3 | 3V3 |
- + +
+ +# DOCUMENTS + +- [Example](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12) + +
+
diff --git a/docs/ja/product_documents/modules/module_btc.md b/docs/ja/product_documents/modules/module_btc.md index 93bcbaf1..7883e0e4 100644 --- a/docs/ja/product_documents/modules/module_btc.md +++ b/docs/ja/product_documents/modules/module_btc.md @@ -1,5 +1,7 @@ # M5Stack BTC モジュール +[中文](/zh_CN/product_documents/modules/module_btc) | [English](/en/product_documents/modules/module_btc) | 日本語 + ## 概要 **M5Stack BTC**モジュールは温度と湿度を計測することができるDHT12センサーを内蔵しています。 @@ -17,10 +19,24 @@ - 2x M3x16ネジ - 1x 六角レンチ +## ピンマップ + +| DHT12 | ESP32 | +| :----------: |:------------:| +| SCL | G22 | +| GND | GND | +| SDA | G21 | +| 3V3 | 3V3 | + +
+ +
+ ## ドキュメント - **ウェブサイト** - - [M5Stack](https://m5stack.com) + +- [サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12)
btc_01 diff --git a/docs/zh_CN/product_documents/modules/module_btc.md b/docs/zh_CN/product_documents/modules/module_btc.md index ff3fa8e4..ed1f05a7 100644 --- a/docs/zh_CN/product_documents/modules/module_btc.md +++ b/docs/zh_CN/product_documents/modules/module_btc.md @@ -1,7 +1,6 @@ # BTC底座 -中文 | [English](/en/product_documents/modules/module_btc) - +中文 | [English](/en/product_documents/modules/module_btc) | [日本語](ja/product_documents/modules/module_btc) # 描述 @@ -16,6 +15,35 @@ BTC模块是一款包含DHT12(温湿度)传感器的底座。有了BTC底座之 - Type-C USB线 - M3 x 16 +# 管脚映射 + +| DHT12 | ESP32 | +| :----------: |:------------:| +| SCL | G22 | +| GND | GND | +| SDA | G21 | +| 3V3 | 3V3 | + +
+ +
+ # 相关链接 -- [官网](https://m5stack.com) +- [例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12) + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
\ No newline at end of file diff --git a/docs/zh_CN/product_documents/units/unit_396port.md b/docs/zh_CN/product_documents/units/unit_396port.md index b91591e9..e75b8832 100644 --- a/docs/zh_CN/product_documents/units/unit_396port.md +++ b/docs/zh_CN/product_documents/units/unit_396port.md @@ -1,5 +1,8 @@ # Unit 3.96port +中文 | [English](/en/product_documents/tools/unit_396port) + + ## 描述 3.96port是一个GROVE接口转VH3.96-4Pin接口的适配模块. 如果你想外接VH3.96-4Pin接口的设备的话,最好使用上这个Unit,会更加方便. diff --git a/docs/zh_CN/product_documents/units/unit_adc.md b/docs/zh_CN/product_documents/units/unit_adc.md index 02f66bd7..c217107a 100644 --- a/docs/zh_CN/product_documents/units/unit_adc.md +++ b/docs/zh_CN/product_documents/units/unit_adc.md @@ -1,5 +1,9 @@ # Unit ADC +中文 | [English](/en/product_documents/units/unit_adc) + + + ## 描述 DESCRIPTION 这是带自校准功能的16位模拟数字转换unit,相比ESP32芯片自带的ADC(12位)功能分辨率高了不少,意味着你可以测量更小幅值的电压等模拟量,也就是能测量更细微一倍的模拟量,比如采集心电电压做心电监护项目、做血压监测项目、高精度电压监控项目等等。unit集成的ADC芯片通过I2C接口与M5的主控通讯,可以设置成单周期转换和连续转换方式。 @@ -10,7 +14,7 @@ - ADC芯片内部可以产生高达8倍的放大,从而可以采集幅值更小的模拟信号 - 能测量0~12V的电压输入 - 乐高孔接口 - +.. ## 应用 APPLICATION - 心电信号采集