
Arduino Quick Start
M5StickC.
M5StickC driver library. and download all the dependent libraries according to the prompts.
Select the driver file that matches your operating system from the list below, download it, and extract it. You can also visit the FTDI Chip official website for additional FTDI driver versions. Then connect the device to your PC, open Device Manager, and install the FTDI driver (the screenshot below uses Windows 10 as an example). (Note: On some systems, you may need to install the driver twice for it to take effect. The unrecognized device is usually named M5Stack or USB Serial.)
| Driver Name | Download Link |
|---|---|
| Windows_Desktop_x64 | Download |
| Windows_Desktop_x86_32 | Download |
| Windows_Desktop_ARM | Download |
| MacOS_Intel | Download |
| MacOS_ARM64 | Download |
System Preferences -> Security & Privacy -> General -> Allow apps downloaded from -> App Store and identified developers.Connect the device to the computer via a USB cable. After completing the driver installation, select the corresponding device port in the Arduino IDE.
Open the example program "Helloworld" from the driver library. Click the upload button to automatically compile and upload the program.
The effect is as shown below: