ESP32-NAS
Hardware- 4 Devlogs
- 5 Total hours
An ESP32-Cam module based NAS system with web based UI and SD card as the storage drive.
An ESP32-Cam module based NAS system with web based UI and SD card as the storage drive.
Working on the Deepsleep/Shutdown function.
Added the sd_wrappers, added all the file format systems for audio,video,doc,etc. Started making the webpage starting with the Authentication page and its backend.
Added the Forward Declarations and NVS CONFIG. Declared the functions of the temperature monitor and automation section. Also added three ‘Power Modes’ to alter the performance of the NAS via the web UI. Made a hibernate/sleep function for the NAS to go into when not in use or forced to go into low power mode and it is also integrated to the power modes itself.
Worked on the user config, added threshold for the nas’s system, defined the power modes, defined thermal threshold and thermal control.