M5Core2 Program Compilation and Uploading

1. Preparation

2. USB Driver Installation

Click the link below to download the driver program that matches your operating system. Currently, there are two versions of driver chips, CP210X (suitable for the CP2104 version)/CP34X (suitable for the CH9102 version) driver program zip packages. After unzipping the package, select the installation package according to the bit version of your operating system for installation. (If you are unsure of the USB chip used by your device, you can install both drivers. CH9102_VCP_SER_MacOS v1.7 may show an error during installation, but it has actually been completed, so you can ignore it.)

Driver Name Applicable Driver Chip Download Link
CP210x_VCP_Windows CP2104 Download
CP210x_VCP_MacOS CP2104 Download
CP210x_VCP_Linux CP2104 Download
CH9102_VCP_SER_Windows CH9102 Download
CH9102_VCP_SER_MacOS v1.7 CH9102 Download

3. Port Selection

  1. Connect the device to the computer via a USB cable. After completing the driver installation, you can select the corresponding device's port in the Arduino IDE.

4. Program Compilation & Uploading

  1. Open the example program from the driver library, click the upload button, and the program will automatically compile and upload.
On This Page