2020-03-19 16:12:40 +08:00
# Base BTC
2018-12-26 17:45:34 +08:00
2020-09-03 15:34:23 +08:00
<el-tag effect="plain">SKU:A011/A011-B</el-tag>
2018-12-26 17:45:34 +08:00
2020-10-28 19:06:02 +08:00
<div class="product_pic"><img src="assets/img/product_pics/base/btc/base_btc_01.webp"></div>
2018-12-26 17:45:34 +08:00
2020-02-11 18:00:45 +08:00
## Description
2018-12-26 17:45:34 +08:00
2020-11-18 18:08:28 +08:00
**BTC** is a M5 Base that allows you stand your M5 Core instead of laying them down or hang on the wall. BTC is not just a seat for holding the M5 Core but also comes with serveral features like temperature and humiluty detection (by SHT30), and charging base.
2019-01-26 14:30:38 +08:00
**Note:**
2020-11-18 18:08:28 +08:00
- Although M5Stack [BASIC ](https://docs.m5stack.com/#/en/core/basic ) and [GRAY ](https://docs.m5stack.com/#/en/core/gray ) Core can be attached to the base, but BTC can not charge them. After plugging-in a USB cable, the Core is powering without any charger.
2019-01-26 14:30:38 +08:00
2020-11-18 18:08:28 +08:00
- Once M5Stack Core has been attached to BTC, it can not connect to an ENV Unit. This is to avoid I2C address conflict with built-in SHT30 sensor of BTC Base.
2018-12-26 17:45:34 +08:00
2020-05-28 21:05:47 +08:00
## Product Features
2018-12-26 17:45:34 +08:00
2020-05-13 17:07:14 +08:00
- SHT30 inside
2018-12-26 17:45:34 +08:00
2020-05-28 21:05:47 +08:00
## Include
2018-12-26 17:45:34 +08:00
- Type-C USB Cable
- M3 x 16
- Tools
2020-02-19 15:10:51 +08:00
- BTC Base
2018-12-26 17:45:34 +08:00
2020-10-28 19:06:02 +08:00
<img src="assets/img/product_pics/base/btc/base_btc_02.webp" width="30%">
2020-05-28 21:05:47 +08:00
## Specification
<table>
<tr style="font-weight:bold">
<td>Resources</td>
<td>Parameter</td>
</tr>
<tr>
2020-11-18 19:00:45 +08:00
<td>Net weight</td>
2020-05-28 21:05:47 +08:00
<td>9g</td>
</tr>
<tr>
<td>Gross weight</td>
<td>59g</td>
</tr>
<tr>
<td>Product Size</td>
<td>54*45*20mm</td>
</tr>
<tr>
<td>Package Size</td>
<td>95*65*25mm</td>
</tr>
</table>
## PinMap
2018-12-26 17:45:34 +08:00
2020-05-13 17:07:14 +08:00
**SHT30**
2018-12-26 17:45:34 +08:00
2018-12-29 18:15:57 +08:00
<table>
<tr><td>ESP32 Chip</td><td>GPIO22</td><td>GND</td><td>GPIO21</td><td>3V3</td></tr>
2020-05-13 17:07:14 +08:00
<tr><td>SHT30</td><td>SCL</td><td>GND</td><td>SDA</td><td>3V3</td></tr>
2018-12-29 18:15:57 +08:00
</table>
2018-12-26 17:45:34 +08:00
2020-05-28 21:05:47 +08:00
## Related Link
2018-12-26 17:45:34 +08:00
2020-03-06 15:59:53 +08:00
- [DHT12 datasheet ](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/DHT12_en.pdf )
2018-12-26 17:45:34 +08:00
2020-05-13 17:07:14 +08:00
- [SHT30 datasheet ](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf )
2018-12-26 17:45:34 +08:00
## Example
2021-02-19 19:34:06 +08:00
### 1. Arduino
2018-12-26 17:45:34 +08:00
2020-09-01 22:11:03 +08:00
[BTC2.1 & SHT30 Example ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino/BTC2.1 )
[BTC & DHT12 Example ](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino/BTC )
2020-05-13 17:07:14 +08:00
## Version Change
<table>
<thead>
<tr>
<th>Release Date</th>
<th>Product Change</th>
<th>Note:</th>
</tr>
</thead>
<tbody>
<tr>
<td>2017.7</td>
<td>Initial public release</td>
<td>/</td>
</tr>
<tr>
<td>2020.5</td>
<td>DHT12 changed to SHT30</td>
<td>/</td>
</tr>
<tbody>
</table>
2020-02-11 18:00:45 +08:00
<script>
var purchase_link = 'https://m5stack.com/collections/m5-base/products/btc-standing-base';
anchor_search(purchase_link);
scrollFunc();
</script>