M5Tough
.M5Tough
driver library. After downloading the library files, manually install them into the Arduino library folder as shown below.CP2104
version) and CP34X (for the CH9102
version). Download and install the driver package corresponding to your operating system. (If you are unsure which USB chip your device uses, you can install both drivers. CH9102_VCP_SER_MacOS v1.7
may show an error during installation, but it has actually completed successfully, so you can ignore the error.)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 |
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:
Github
Arduino API & Examples