a supplement for "BTC"

This commit is contained in:
Lihuashen
2018-11-28 11:05:51 +08:00
parent f15052f75a
commit e42d9fb6f1
6 changed files with 74 additions and 8 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

@@ -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 |
<figure>
<img src="assets/img/product_pics/modules/btc_01.png" height="300" width="300">
<img src="assets/img/product_pics/modules/btc_dht12_pinmap.jpg">
</figure>
# DOCUMENTS
- [Example](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12)
<figure>
<img src="assets/img/product_pics/modules/btc_01.jpg" height="300" width="300">
</figure>
<figure>
@@ -1,5 +1,7 @@
# M5Stack BTC モジュール
[中文](/zh_CN/product_documents/modules/module_btc) | [English](/en/product_documents/modules/module_btc) | 日本語
## 概要
**<mark>M5Stack BTC</mark>**モジュールは温度と湿度を計測することができるDHT12センサーを内蔵しています。
@@ -17,10 +19,24 @@
- 2x M3x16ネジ
- 1x 六角レンチ
## ピンマップ
| DHT12 | ESP32 |
| :----------: |:------------:|
| SCL | G22 |
| GND | GND |
| SDA | G21 |
| 3V3 | 3V3 |
<figure>
<img src="assets/img/product_pics/modules/btc_dht12_pinmap.jpg">
</figure>
## ドキュメント
- **ウェブサイト**
- [M5Stack](https://m5stack.com)
- [サンプルコード](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12)
<figure>
<img src="assets/img/product_pics/modules/btc_01.jpg" alt="btc_01" width="300px" height="300px">
@@ -1,7 +1,6 @@
# BTC底座
中文 | [English](/en/product_documents/modules/module_btc)
<!-- | [日本語](ja/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 |
<figure>
<img src="assets/img/product_pics/modules/btc_dht12_pinmap.jpg">
</figure>
# 相关链接
- [官网](https://m5stack.com)
- [例程](https://github.com/m5stack/M5Stack/tree/master/examples/Modules/DHT12) (for DHT12)
<figure>
<img src="assets/img/product_pics/modules/btc_01.jpg" height="300" width="300">
</figure>
<figure>
<img src="assets/img/product_pics/modules/btc_02.jpg" height="300" width="300">
</figure>
<figure>
<img src="assets/img/product_pics/modules/btc_03.jpg" height="300" width="300">
</figure>
<figure>
<img src="assets/img/product_pics/modules/btc_04.jpg" height="300" width="300">
</figure>
@@ -1,5 +1,8 @@
# Unit 3.96port
中文 | [English](/en/product_documents/tools/unit_396port)
<!-- | [日本語](ja/product_documents/tools/unit_396port) -->
## 描述
3.96port是一个GROVE接口转VH3.96-4Pin接口的适配模块. 如果你想外接VH3.96-4Pin接口的设备的话,最好使用上这个Unit,会更加方便.
@@ -1,5 +1,9 @@
# Unit ADC
中文 | [English](/en/product_documents/units/unit_adc)
<!-- | [日本語](ja/product_documents/units/unit_adc) -->
## 描述 DESCRIPTION
这是带自校准功能的16位模拟数字转换unit,相比ESP32芯片自带的ADC(12位)功能分辨率高了不少,意味着你可以测量更小幅值的电压等模拟量,也就是能测量更细微一倍的模拟量,比如采集心电电压做心电监护项目、做血压监测项目、高精度电压监控项目等等。unit集成的ADC芯片通过I2C接口与M5的主控通讯,可以设置成单周期转换和连续转换方式。
@@ -10,7 +14,7 @@
- ADC芯片内部可以产生高达8倍的放大,从而可以采集幅值更小的模拟信号
- 能测量0~12V的电压输入
- 乐高孔接口
..
## 应用 APPLICATION
- 心电信号采集