English
English
简体中文
日本語
pdf-icon

Arduino Quick Start

2. Devices & Examples

5. Extensions

6. Applications

AtomS3R Arduino Example Program Compilation & Upload

1. Preparation

  • 3.Driver Library Installation: Refer to the Library Management Installation Guide to complete the installation of the M5Unified and M5GFX driver libraries, and install all dependency libraries as prompted.
Dependency Library Version
To ensure proper device compatibility, it is recommended to update the driver libraries to the latest versions (M5Unified >= 0.2.17, M5GFX >= 0.2.22)

2. Download Mode

Press and hold the reset button for about 2 seconds until the internal green LED lights up, then release it. The device will enter download mode and wait for uploading.

3. Port Selection

Connect the device to the computer using a USB cable. After the device enters download mode, you can select the corresponding device port in Arduino IDE.

4. Program Compilation & Upload

Open the example program BarGraph in the driver library and click the upload button to start compilation and uploading.

The effect is shown below:

On This Page