m5stack / AirQUserDemo

10 stars 5 forks source link

M5STACK AirQ User Demo

Supported framework

Arduino IDE

  1. For Arduino IDE installation, please refer to https://docs.m5stack.com/en/arduino/arduino_ide.

  2. Install the following dependent libraries:

  3. Install ESP32 LittleFS Uploader

    1. Arduino IDE 1.8.x: Install ESP32 LittleFS Uploader

    2. Arduino IDE 2.x: Install ESP32 LittleFS Uploader

  4. Click upload , Wait for compilation and writing to complete.

  5. Then, upload the files to the ESP32 board. Press [Ctrl] + [Shift] + [P] on Windows or [⌘] + [Shift] + [P] on MacOS to open the command palette. Search for the Upload LittleFS to Pico/ESP8266/ESP32 command and click on it.

PlatformIO (Recommended)

  1. Install Visual Studio Code and Python

  2. Search for the PlatformIO plugin in the VisualStudioCode extension and install it.

  3. After the installation is complete, you need to restart VisualStudioCode

  4. After restarting VisualStudioCode, select File in the upper left corner of VisualStudioCode -> Open Folder -> select the AirQUserDemo directory

  5. Wait for the installation of third-party dependent libraries to complete

  6. Click (→) to upload firmware

  7. Click (Upload Filesystem Image) to upload firmware