This shows you the differences between two versions of the page.
iothings:proiecte:2022sric:smart-garden [2023/06/02 06:12] laura_aida.dinca [Software] |
iothings:proiecte:2022sric:smart-garden [2023/06/02 06:23] (current) laura_aida.dinca [Software] |
||
---|---|---|---|
Line 141: | Line 141: | ||
=== ESP32 environment === | === ESP32 environment === | ||
- | Initializing the pin connections and DHT sensor, including the necessary libraries and the variables for connecting to the network (both ESP32 and Raspberry pi be connected to the same WI-FI): | + | Initializing the pin connections and DHT sensor, including the necessary libraries and the variables for connecting to the network (both ESP32 and Raspberry pi must be connected to the same WI-FI): |
<code c> | <code c> | ||
#include <WiFi.h> | #include <WiFi.h> | ||
Line 223: | Line 223: | ||
} | } | ||
</code> | </code> | ||
+ | |||
+ | |||
+ | ===== References: ===== | ||
+ | |||
+ | - [[https://www.hackster.io/mafzal/temperature-monitoring-with-dht22-arduino-15b013|DHT22]] | ||
+ | - [[https://www.espressif.com/sites/default/files/documentation/esp32_datasheet_en.pdf|ESP32 Datasheet]] | ||
+ | - [[https://randomnerdtutorials.com/esp32-web-server-gauges/|ESP32 Web Server]] | ||
+ | - [[https://www.sqlite.org/docs.html|SQLlite]] | ||