# M5Dial-UserDemo **Repository Path**: spdh/M5Dial-UserDemo ## Basic Information - **Project Name**: M5Dial-UserDemo - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-09 - **Last Updated**: 2025-06-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # M5Dial-UserDemo M5Dial user demo for hardware evaluation. ## Environment set up To start using ESP-IDF on ESP32-S3, install the following software: * Toolchain to compile code for ESP32-S3 * Build tools - CMake and Ninja to build a full Application for ESP32-S3 * ESP-IDF that essentially contains API (software libraries and source code) for ESP32-S3 and scripts to operate the Toolchain ![What you need to know](./assets/images/what-you-need.png) ### Installation To install all the required software, we offer some different ways to facilitate this task. Choose from one of the available options. More information can be found [ESP-IDF v5.1.3](https://docs.espressif.com/projects/esp-idf/en/v5.1.3/esp32s3/index.html) #### IDE * [Eclipse Plugin](https://github.com/espressif/idf-eclipse-plugin/blob/master/README.md) * [VSCode Extension](https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/tutorial/install.md) #### Manual Installation > For the manual procedure, please select according to your operating system. * [Windows Installer](https://docs.espressif.com/projects/esp-idf/en/v5.1.3/esp32s3/get-started/windows-setup.html) * [Linux and macOS](https://docs.espressif.com/projects/esp-idf/en/v5.1.3/esp32s3/get-started/linux-macos-setup.html) ### Build ```bash git clone https://github.com/m5stack/M5Dial-UserDemo.git cd M5Dial-UserDemo idf.py build ```