koenigwilhelm / M5Dial-UserDemo

M5Dial user demo for hardware evaluation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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

IDE

Manual Installation

For the manual procedure, please select according to your operating system.

Build

git clone https://github.com/m5stack/M5Dial-UserDemo.git
cd M5Dial-UserDemo
idf.py build

About

M5Dial user demo for hardware evaluation.

License:MIT License


Languages

Language:C 97.9%Language:C++ 1.8%Language:Python 0.2%Language:Ruby 0.0%Language:CMake 0.0%Language:Shell 0.0%Language:Makefile 0.0%Language:Handlebars 0.0%Language:HTML 0.0%