M5Stack Beginner: PLUS2 Infrared Capabilities

The M5StickC Plus2 is a compact, versatile development module that integrates a powerful infrared (IR) transmitter, opening up new possibilities for smart control and communication applications. This feature enables the device to send IR signals.   The M5StickC Plus2 does not have a built-in infrared (IR) receiver, but it can receive IR signals by...
View Details

M5Stack Beginner: PLUS2 Button User Guide

The button on the M5StickC Plus2 is located on the side of the device and is typically used for user input or control functions. The button can be configured to perform various operations, such as short press, long press, and double-click, to meet different control needs. Through programming, users can assign different functions to...
View Details

M5Stack Beginner: Arduino Library Management

M5Stack Arduino Library Management refers to using the Arduino Integrated Development Environment (IDE) to manage and utilize libraries that are suitable for M5Stack devices. These libraries are collections of code developed for the Arduino ecosystem, providing predefined functions and modules that can be conveniently used for developing various M5Stack projects.
View Details

M5Stack Beginner: Environment Setup

Installing Board Management Open the Arduino IDE, select File -> Preferences Copy the M5Stack board management URL [https://static-cdn.m5stack.com/resource/arduino/package_m5stack_index.json] below into the Additional Board Manager URLs: field, and save.     In the Arduino IDE menu, select Tools -> Board -> Boards Manager, search for M5, and click Install.     Restart the Arduino to...
View Details