M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT
M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT
M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT
M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT
M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT
M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT

M5 StickC PLUS ESP32 IoT Development Board New Graphical Programming Kit IoT

Sunhokey Electronics Co., Ltd

Regular price $25.50 Sale

Description

M5StickC PLUS is powered by ESP32-PICO-D4 with Wi-Fi and is an upgrade of the original 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 prototyping. 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

Product Features

* ESP32-based support Wi-Fi
* Built-in 6-Axis IMU
* Red LED
* IR transmitter
* Microphone
* RTC
* Buttons, LCD(1.14 inch)
* Built-in Lithium Polymer Battery
* Extendable Socket
* Built-in Passive Buzzer
* Wearable & Wall mounted
* Compatible with multi-platform development:
- UIFlow
- MicroPython
- Arduino
- .NET nanoFramework

Include

1x M5StickC Plus

Applications

* Internet of things terminal controller
* Wearable devices
* Stem education product
* DIY creation

Notice

1.Baud rate supported by M5StickC Plus: 1200 ~115200, 250K, 500K, 750K, 1500K

2.G36/G25 share the same port, when one of the pins is used, the other pin should be set as a floating input

3.For example, to use the G36 pin as the ADC input, Configuration the G25 pin as FLOATING

4.The input range of VBUS_VIN and VBUS_USB is limited to 4.8-5.5V, and the internal battery will be charged through AXP192 power management when VBUS is powered.

setup()
{
M5.begin();
pinMode(36, INPUT);
gpio_pulldown_dis(GPIO_NUM_25);
gpio_pullup_dis(GPIO_NUM_25);
}