3.8 KiB
Arduino IDE Development{docsify-ignore-all}
Install Arduino-IDE
Click here to visit Arduino's official website,Select the installation package for your own operating system to download.
Install ESP32 Board
1.Open up Arduino IDE, navigate to
File->Peferences->Settings
2.Copy the following ESP32 Boards Manager url to
Additional Boards Manager URLs:
https://dl.espressif.com/dl/package_esp32_index.json
3.Navigate to
Tools->Board:->Boards Manager...
4.Search
ESP32in the pop-up window, find it and clickInstall
5.select
Tools->Board:->ESP32
Install M5Stack Library
Different hardware devices, with different case libraries, please choose to download according to the device you use..Open Arduino IDE, then Select
Sketch->Include Library->Manage Libraries...
For M5Core and M5Stick
?>Search M5Stack , find it and click Install
For M5Stick-C
?>Search M5StickC , find it and click Install
Install USB Driver
1.Click on the CP210X driver for your operating system below to download.
For Windows
Unzip the downloaded driver package, select the installer for your operating system, and double-click to install.
For Mac
Unzip the downloaded driver package, install the program, double-click the image file to start the installation..
ArduinoAPI
M5Core
| System | Speaker |
| LCD | Button |
| IMU Sensor(MPU9250) | TF Card |
| Power | I/O |
| I2C Communication | WIFI |
| Timer |
M5StickC
| System | Power Management(AXP192) |
| TFT Screen | IMU(SH200Q) |
| RTC |
MacOS