(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
${data.index + 1}/6
Description
M5STICKC LCD Mini IoT Development Board ESP32 STEM PYTHON Finger Computer M5STICKC ESP32 pico
Product Description
M5Stick-C 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. M5stickC 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. Notice: * Only Orange type is available for now
Product Features
* 5V DC power supply * USB Type-C * ESP32-based * 4 MByte Flash + 520K RAM * 6-Axis IMU MPU6886 * Red LED * IR transmitter * Microphone * 2 Buttons, LCD(0.96 inch), 1 Reset * 2.4G Antenna: Proant 440 * 80 mAh Lipo Battery * Extendable Socket * Grove Port * Wearable & Wall mounted * Development Platform UIFlow, MicroPython, Arduino
ESP32 Features
1
240 MHz dual core Tensilica LX6 microcontroller with 600 DMIPS
2
Integrated 520 KB SRAM
3
Integrated 802.11b/g/n HT40 Wi-Fi transceiver, baseband, stack and LWIP
4
Integrated dual mode Ble (classic and BLE)
5
Hall sensor
6
10x capactive touch interface
7
32 kHz crystal oscillator
8
PWM/timer input/output available on every GPIO pin