diff --git a/docs/en/core/StickT.md b/docs/en/core/StickT.md new file mode 100644 index 00000000..e082dd31 --- /dev/null +++ b/docs/en/core/StickT.md @@ -0,0 +1,194 @@ +# StickT {docsify-ignore-all} + +gray_02 +gray_02 + +* * * + +:memo:**[Description](#Description)**   :octocat:**[Example](#Example)**    🛒**[Purchase](https://m5stack.com/collections/m5-core/products/stick)**   **[EasyLoader](#EasyLoader)** + +## Description + +**M5Stick** is a mini M5Stack, powered by ESP32. It is a portable, easy-to-use, open source, IoT development board. + +*What it can do?* +This tiny block is able to realize your idea, enlighten your creativity, and help with your IoT prototying in a very short time. It will takes away a lot of the pains form the development process. + +M5stick is one of the core devices in M5Stack product series which is built in a continues growing hardware & software ecosystem. It has a lot of compatible modules & units, as well as the open source code & engineering community that will help you maximum your benefit in every step of the developing process. + +**The following figure shows the position indication of Button A and Assembly hole** + + + +**Power switch operation:** + +* Power on :Long press power button for 2 seconds + +* Power off :Short press power button for 6 seconds + +**Notice:** + +* Baudrate supported by M5StickC: 1200 ~115200, 250K, 500K, 750K, 1500K + +* Only Orange type is available for now + +## Feature + +- 5V DC power supply +- USB Type-C +- ESP32-based +- Case Material: PC + ABS +- 4 MByte Flash +- Red LED +- 2 Buttons, TFT(1.3 inch) +- 80 mAh Lipo Battery +- Grove Port +- Wearable & Wall mounted + +## ESP32 Features + +- 240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS +- Integrated 520 KB SRAM +- Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP +- Integrated dual mode Bluetooth (classic and BLE) +- Hall sensor +- 32 kHz crystal oscillator +- PWM/timer input/output available on every GPIO pin +- SDIO master/salve 50MHz + +## EasyLoader + + + + + +>1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed.(**Currently EasyLoader is only available for Windows OS**) + +>2.After downloading the software, double-click to run the application, connect the M5 device to the computer via the data cable, select the port parameters, and click **"Burn"** to start burning. + +## Schematic + + + +- [PDF Download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5StickC/20191118__StickC_A04_3110_Schematic_Rebuild_PinMap.pdf) + +## PinMap + + + +Power structure block diagram + + + +**RED LED & IR Transmitter & BUTTON A & BUTTON B** + + + + + + + +
ESP32 GPIO10GPIO9GPIO37GPIO39
RED LEDLED Pin
IR Transmitter Transmitter Pin
BUTTON A Button Pin
BUTTON B Button Pin
+ +**TFT LCD** + +*Driver IC:ST7735S* + +*Resolution:80 * 160* + + + + +
ESP32 GPIO15GPIO13GPIO23GPIO18GPIO5
TFT LCDTFT_MOSITFT_CLKTFT_DCTFT_RSTTFT_CS
+ +**GROVE PORT** + + + + +
ESP32 GPIO33GPIO325VGND
GROVE portSCLSDA5VGND
+ +**MIC (SPM1423)** + + + + +
ESP32 GPIO0GPIO34
MICPHONESCLSDA
+ +**6-Axis posture sensor (SH200Q/MPU6886) & power management IC (AXP192)** + + + + + +
ESP32 GPIO22GPIO21
6-Axis posture sensorSCLSDA
power management ICSCLSDA
+ +**AXP192** + + + + +
MicrophoneRTCTFT backlightTFT ICESP32/3.3V MPU6886/SH200Q5V GROVE
LDOio0LDO1LDO2LDO3DC-DC1IPSOUT
+ + + + +
ESP32GPIO14GPIO27GPIO33
OLED CSDCRST
+ +**GROVE Port** + + + + +
ESP32 GPIO13GPIO255VGND
GROVE PortSCLSDA5VGND
+ +## Include + +- 1x M5Stick +- 1x USB Type-C(20cm) + + + + +## Schematic + + + +To complete schematic, click [here](https://github.com/m5stack/M5-Schematic/tree/master/Core/m5stick). + +## Related Link + +- **Datasheet** - [ESP32](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32_datasheet_en.pdf) - [MPU9250](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/PS-MPU-9250A-01-v1.1_en.pdf) + +- **Register Manual** - [IP5306](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/IIC_IP5306_REG_V1.4_cn.pdf) + +## Example + +* **Arduino** + + - [M5Stick Factory Test](https://github.com/m5stack/M5Stack/tree/master/examples/Stick/FactoryTest) + + - [M5Stick Watch](https://github.com/m5stack/StickWatch) + + + +* **UIFlow** + + - [White square game](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Core/M5Stick/UIFlow) + + +## Related Video + +- **m5stick Case - Remote control air conditioner** + + + +- **m5stick Case - .obj model viewer** + + \ No newline at end of file diff --git a/docs/en/core/m5stickv.md b/docs/en/core/m5stickv.md index 2f4de4c1..8a8ad251 100644 --- a/docs/en/core/m5stickv.md +++ b/docs/en/core/m5stickv.md @@ -13,7 +13,7 @@ **M5StickV RISC-V AI Camera** -### General Description +### General Description M5Stack recently launched the new AIoT(AI+IoT) Camera powered by Kendryte K210 -an edge computing system-on-chip(SoC) with dual-core 64bit RISC-V CPU and state-of-art neural network processor.

M5StickV AI Camera features its integration with machine vision capabilities, featuring the unprocessed acceptability to AI Visioning with high energy efficiency and low cost. We co-oped with Sipeed providing the MicroPython environment makes programming onM5StickV easier. diff --git a/docs/zh_CN/core/StickT.md b/docs/zh_CN/core/StickT.md new file mode 100644 index 00000000..e69de29b