RELEASE¶
CODE REPOSITORY¶
-
NexNode
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.