Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
96 lines (50 loc) · 3.78 KB

m5stickc_quick_start_with_arduino_Windows.md

File metadata and controls

96 lines (50 loc) · 3.78 KB

M5StickC Quick Start - Arduino Win {docsify-ignore-all}

Table of Contents

1. Install Arduino IDE

2. Install ESP32 Boards Manager

3. Install M5Stack Library

4. Example

5. Video Tutorial

1. Install Arduino IDE

Open up your browser, and visit Arduino official website https://www.arduino.cc/en/Main/Software

(1) click Windows ZIP file for non admin install to download Arduino IDE

(2) click JUST DOWNLOAD

(3) To install IDE, double click Arduino executable file. Keep the default selection throughout this process, including the installation path.

2. Install ESP32 Boards Manager

(1) Open up Arduino IDE, navigate to File->Peferences->Settings

(2) Copy the following ESP32 Boards Manager url to Additional Boards Manager URLs: , hit OK.

ESP32 Boards Manager url: https://dl.espressif.com/dl/package_esp32_index.json

(3) Navigate to Tools->Board:->Boards Manager...

(4) Search ESP32 in Boards Manager window, find it and click Install

3. Install M5StickC Library

(1) Open Arduino IDE, then Select Sketch->Include Library->Manage Libraries...

(2) Search M5StickC and install this library.

4. Example

Now that everything is ready to go, you can select a demo example from the Example list, before that, let's do some configuration on the IDE.

Make sure you have M5StickC connected to your computer via USB

(1) Arduino port Configuration

config your board name, baudrate, the specified serial port: M5StickC, 115200, COM port number

(2) Choose an example

(3) Upload it

Click Upload, to flash the code to the device.

5. Video Tutorial

  • Tutorial video for M5StickC on Arduino