/idf_esp32s3

ESP32-S3-DevKitC-1 Sample.

Primary LanguageC

esp32s3-sample

License C++ CMake ESP-IDF ESP32 Release

ESP32-S3-DevKitC-1

1 Command

# Set target
idf.py set-target esp32s3

# Build project
idf.py build

# Flash device
idf.py -p (PORT) flash

# Monitor device
idf.py -p (PORT) monitor

2 Log

SDKCONFIG - Log Level
- INFO -> CONFIG_LOG_DEFAULT_LEVEL_INFO=y Default
- DEBUG -> CONFIG_LOG_DEFAULT_LEVEL_DEBUG=y Now

No. Name Remark
1 ESP_LOGE error (lowest)
2 ESP_LOGW warn
3 ESP_LOGI info
4 ESP_LOGD debug
5 ESP_LOGV verbose (highest)

3 GPIO

GPIO & RTC GPIO
Remote Control (RMT)

4 Timer

High Resolution Timer