M5Dial user demo for hardware evaluation.
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
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
For the manual procedure, please select according to your operating system.
git clone https://github.com/m5stack/M5Dial-UserDemo.git
cd M5Dial-UserDemo
idf.py build