Este proyecto consiste en la monitorización y control automático de un vivero utilizando un ESP32-S3. El sistema adquiere datos de diversos sensores (como temperatura y humedad, luminocidad y humedad ...
freertos-learn/ ├── include/ # Header files │ └── README ├── lib/ # Library source files │ ├── ds3231/ # DS3231 RTC driver │ │ ├── ds3231.c │ │ └── ds3231.h │ └── vk16k33c/ # VK16K33C display driver ...
Abstract: This paper delves into the programming model of the ESP8266 and ESP32 platforms, examining their compatibility with diverse programming languages and development environments. It also ...