Category: Sensors management

WebServer Esp8266 ESP32 DHT temperature humidity secure Web interface 0

Web Server with esp8266 and esp32: DHT temperature humidity on protected Web Interface – 6

Here a little tutorial to learn how to manage a complete web server via esp8266 esp32 or other arduino like device.
Now a simple project to put all the information you have learned a temperature humidity secure web interface that retrieve data from a DHT12.

0

Temperature humidity sensors comparison (Code configuration) Part 2

Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer (competitor bmp280, DHT11, DHT22, Dallas and thermistor).
Today the code to get sensors fully working.

0

Temperature humidity sensors comparison (Specifications) Part 1

Wherever I go, peoples asked me why I chose DHT12, and why I spent time to write a library for this small sensor, in this articles I’ll try to give an answer, and introduce the competitor bmp280, DHT11, DHT22, Dallas and thermistor.
Today the specification of the sensors I use.