From 992185cc02025df19009fb4ea271465f4f91cbcc Mon Sep 17 00:00:00 2001 From: Gitshaoxiang <1026025056@qq.com> Date: Wed, 13 May 2020 17:07:14 +0800 Subject: [PATCH] change some shematic link and update the BTC2.1 info --- docs/en/base/btc_base.md | 39 ++++++++++++++++++++++++++++------ docs/en/core/basic.md | 8 ++++--- docs/en/core/m5stickt.md | 2 +- docs/en/unit/accel.md | 1 + docs/en/unit/tof.md | 2 +- docs/zh_CN/base/btc_base.md | 42 ++++++++++++++++++++++++++++++------- docs/zh_CN/core/m5stickt.md | 2 +- docs/zh_CN/unit/accel.md | 2 -- docs/zh_CN/unit/tof.md | 2 +- 9 files changed, 78 insertions(+), 22 deletions(-) diff --git a/docs/en/base/btc_base.md b/docs/en/base/btc_base.md index ca030141..8d4518f6 100644 --- a/docs/en/base/btc_base.md +++ b/docs/en/base/btc_base.md @@ -6,17 +6,17 @@ ## Description -**BTC** is a M5 base that allows you sit your M5 core instead of laying them down or hang on the wall. BTC is not just a sit for holding the M5 core but also comes with serveral features like temperature and humiluty detection(by DHT12), and charging base. +**BTC** is a M5 base that allows you sit your M5 core instead of laying them down or hang on the wall. BTC is not just a sit for holding the M5 core but also comes with serveral features like temperature and humiluty detection(by SHT30), and charging base. **Note:** * Although M5Core [BASIC](https://docs.m5stack.com/#/en/core/basic) or [GRAY](https://docs.m5stack.com/#/en/core/gray) can be attached to this base, but BTC can not charge them. Actually, our Cores, as we know, are built in chargin chip (IP5306). After plugged a USB cable in, the Core was charging without any charger. -* Once M5Core has been attached to BTC, it can not controll ENV Unit at this time. Because BTC has been built in DHT12 sensor which will cause IIC address conflict. +* Once M5Core has been attached to BTC, it can not controll ENV Unit at this time. Because BTC has been built in SHT30 sensor which will cause IIC address conflict. ### Product Features -- DHT12 inside +- SHT30 inside # Include @@ -29,11 +29,11 @@ # PinMap -**DHT12** +**SHT30** - +
ESP32 ChipGPIO22GNDGPIO213V3
DHT12SCLGNDSDA3V3
SHT30SCLGNDSDA3V3
@@ -43,11 +43,38 @@ - [DHT12 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/hat/DHT12_en.pdf) +- [SHT30 datasheet](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/SHT3x_Datasheet_digital.pdf) + ## Example ### Arduino IDE -- To get the code `BTC.ino`, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino) +- To get the code `BTC.ino`, please click [here](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Base/BTC/Arduino/BTC2.1) + +## Version Change + + + + + + + + + + + + + + + + + + + + + +
Release DateProduct ChangeNote:
2017.7Initial public release/
2020.5DHT12 changed to SHT30/
+