# M5StickC PLUS SKU:K016-P
## Tutorial&Quick-Start Choose the development platform you want to use, view the corresponding tutorial&quick-Start. UIFlow Arduino ?>**M5StickC-Plus can use most programs of M5StickC. Due to hardware differences such as screens, please download the M5StickC-Plus library before compiling the program and modify the header file reference in the program as `M5StickCPlus.h`.** ## Description **M5StickC PLUS** is powered by ESP32-PICO-D4 with Bluetooth 4.0 and WiFi and is an upgrade of the original [M5StickC](/en/core/m5stickc) with a bigger screen .It is a portable, easy-to-use, open source, IoT development board. This tiny device will enable you to realize your ideas, enrich your creativity, and speed up your IoT prototying. Developing with M5StickC PLUS takes away a lot of the pains from the development process. M5StickC Plus is one of the core devices in M5Stacks product series. The compact body is integrated with rich hardware resources, such as infrared, RTC, Microphone, LED, IMU, Buttons, PMU,etc. Improvements from the regular StickC are a buzzer, bigger screen (1.14-inch, 135 * 240 resolution LCD Screen) and more stable hardware design. This revision increases the display area by 18.7%, and the battery capacity from 95mAh to 120mAh. It also supports the HAT and Unit family of products. **Power switch operation:** * Power on :Press power button for 2 seconds * Power off :Press power button for 6 seconds **Notice:** * Baud rate supported by M5StickC Plus: 1200 ~115200, 250K, 500K, 750K, 1500K * G36/G25 share the same port, when one of the pins is used, the other pin should be set as a floating input * For example, to use the G36 pin as the ADC input, Configuration the G25 pin as FLOATING ```clike setup() { M5.begin(); pinMode(36, INPUT); gpio_pulldown_dis(GPIO_NUM_25); gpio_pullup_dis(GPIO_NUM_25); } ``` ## Product Features - ESP32-based support BLE 4.2 and WiFi - Built-in 6-Axis IMU - Red LED - IR transmitter - Microphone - RTC - Buttons, LCD(1.14 inch) - Built-in Lipo Battery - Extendable Socket - Built-in Passive Buzzer - Wearable & Wall mounted - Development Platform [UIFlow](http://flow.m5stack.com), [MicroPython](http://micropython.org/), [Arduino](http://www.arduino.cc) ## Include - 1x M5StickC Plus ## Applications - Internet of things terminal controller - Wearable devices - Stem education product - DIY creation ## USB Drive problems >UnitV/M5StickV/M5StickC/ATOM may not work without driver in some systems. Users can manually install [FTDI driver](https://ftdichip.com/drivers/vcp-drivers/) to fix this problem. ## Specification
Resources Parameter
ESP32 240MHz dual core, 600 DMIPS, 520KB SRAM, Wi-Fi, dual mode Bluetooth
Flash Memory 4MB
Power Input 5V @ 500mA
Port TypeC x 1, GROVE(I2C+I/0+UART) x 1
LCD screen 1.14 inch, 135*240 Colorful TFT LCD, ST7789v2
Button Custom button x 2
LED RED LED
MEMS MPU6886
Buzzer built-in buzzer
IR Infrared transmission
MIC SPM1423
RTC BM8563
PMU AXP192
Battery 120 mAh @ 3.7V
Antenna 2.4G 3D Antenna
PIN port G0, G25/G36, G26, G32, G33
Operating Temperature 32°F to 104°F ( 0°C to 40°C )
Net weight 15g
Gross weight 21g
Product Size 48.2*25.5*13.7mm
Package Size 65*25*15mm
Case Material Plastic ( PC )
## EasyLoader >EasyLoader is a concise and fast program writer, which has a built-in case program related to the product. It can be burned to the main control by simple steps to perform a series of function verification. Please install the corresponding driver according to the device type. M5Core host [Please click here to view the CP210X driver installation tutorial](en/arduino/arduino_development), M5StickC/M5StickV/M5StickT/ATOM series can be used without driver)

Description:

Accelerometer, microphone, LED, IR, RTC, Bluetooth and other hardware tests. Press A or B to switch test items.

## Schematic - [PDF Download](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/schematic/Core/M5StickC_Plus/StickC_Plus_20200616.pdf) ## PinMap Power structure block diagram **RED LED & IR Transmitter & BUTTON A & BUTTON B**
ESP32 GPIO10GPIO9GPIO37GPIO39GPIO2
RED LEDLED Pin
IR TransmitterTransmitter Pin
BUTTON AButton Pin
BUTTON BButton Pin
BuzzerBuzzer Pin
**TFT LCD** Driver IC:ST7789v2 Resolution:135 * 240
ESP32 GPIO15GPIO13GPIO23GPIO18GPIO5
TFT LCDTFT_MOSITFT_CLKTFT_DCTFT_RSTTFT_CS
**GROVE PORT**
ESP32 GPIO33GPIO325VGND
GROVE portSCLSDA5VGND
**MIC (SPM1423)**
ESP32 GPIO0GPIO34
MICPHONECLKDATA
**6-Axis posture sensor (MPU6886) & power management IC (AXP192)**
ESP32 GPIO22GPIO21
6-Axis IMU sensorSCLSDA
Power management ICSCLSDA
**AXP192**
MicrophoneRTCTFT backlightTFT ICESP32/3.3V MPU68865V GROVE
LDOio0LDO1LDO2LDO3DC-DC1IPSOUT
## Related Link - **datasheet** - [ESP32-PICO](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/esp32-pico-d4_datasheet_en.pdf) - [ST7789v2](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/ST7789V.pdf) - [BM8563](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/BM8563_V1.1_cn.pdf) - [MPU6886](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/MPU-6886-000193%2Bv1.1_GHIC_en.pdf) - [AXP192](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/AXP192_datasheet_en.pdf) - [SPM1423](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/core/SPM1423HM4H-B_datasheet_en.pdf) - **API** - [Arduino API](en/arduino/arduino_home_page?id=m5stickc_api) - **Arduino Library** - [M5StickC_PLUS Library](https://github.com/m5stack/M5StickC-Plus) ## Example **Arduino** - [M5StickC Plus facory test code](https://github.com/m5stack/M5StickC-Plus/tree/master/example/FactoryTest)