RELEASE¶
CODE REPOSITORY¶
-
LiftNode
RELEASE NOTE¶
FOLDER - CODE¶
BRANCH | STATUS | INIT TEMPLATE | MAIN CONTROL FUNCTIONS | PERIPHERAL FUNCTIONS | MATH + DSP + AI |
---|---|---|---|---|---|
DNESP32S3M-ZERO | ✅ | ✔️ | |||
DNESP32S3M-CORE | ✅ | ✔️ | ✔️ | ||
DNESP32S3M-IOT | ✅ | ✔️ | ✔️ | ✔️ | |
DNESP32S3M-IOT-AI | ✅ | ✔️ | ✔️ | ✔️ | ✔️ |
DNESP32S3M-ZERO
Initialization template for rapid creation of new branches. Contains minimal configuration.
DNESP32S3M-CORE
Core functionality module, providing essential controls such as UART, GPIO, timers, and interrupts. Does not include advanced features like IoT or AI.
DNESP32S3M-IOT
IoT functionality extension module built upon DNESP32S3M-CORE, adding IoT-related capabilities. Does not include AI features.
DNESP32S3M-IOT-AI
DNESP32S3M-IOT + AI
Folder SENSING¶
Branch | Status | Sensor | Note |
---|---|---|---|
IMU-MPU6050 | ✅ | MPU6050 | Gyroscope, mainly for acceleration sensing |
ACC-ADXL355 | ✅ | ADXL355 | High-precision accelerometer, mainly for acceleration sensing |
TH-DHT11 | ✅ | DHT11 | Temperature and humidity sensor, mainly for temperature |