Skip to content

RELEASE

CODE REPOSITORY

RELEASE NOTE

Module Submodule Function ZERO CORE IOT
Main External Interrupt External Interrupt đŸšĢ ✅ ✅
Timer Timer đŸšĢ ✅ ✅
RTC Real-Time Clock đŸšĢ ✅ ✅
RNG Random Number Generator đŸšĢ ✅ ✅
SPI Serial Peripheral Interface đŸšĢ ✅ ✅
IIC Inter-Integrated Circuit đŸšĢ ✅ ✅
SD Card SD Card & File System đŸšĢ ✅ ✅
Sensing - - đŸšĢ đŸšĢ đŸšĢ
Comm WIFI WIFI đŸšĢ ✅ ✅
MQTT MQTT đŸšĢ đŸšĢ ✅
Execute LED LED Light đŸšĢ ✅ ✅
LCD LCD Display đŸšĢ ✅ ✅

Folder - CODE

Branch - ESP32-DEFAULTS3

This is the default project created using ESP-IDF, targeting the ESP32S3 device.

Branch - ESP32-DNESP32S3M-ZERO

This is the initial project created using ESP-IDF, with only the hello world functionality. The target device is ESP32S3M, and no other drivers or applications are integrated.

Branch - ESP32-DNESP32S3M-ZERO-CPP

The C++ version of ESP32-DNESP32S3M-ZERO.

Branch - ESP32-DNESP32S3-CORE

This is a project created using ESP-IDF for ALK DNESP32S3M, based on onboard device functions and does not involve external components.

Branch - ESP32-DNESP32S3-CORE-CPP

The C++ version of ESP32-DNESP32S3-CORE.

Branch - ESP32-DNESP32S3M-IOT

Based on ESP32-DNESP32S3M-CORE, it adds MQTT functionality.

Branch - ESP32-DNESP32S3M-IOT-CPP

The C++ version of ESP32-DNESP32S3M-IOT.