项目作者: shanezzar

项目描述 :
ESP32 Relay DHT
高级语言: C++
项目地址: git://github.com/shanezzar/esp32-relay-dht.git
创建时间: 2020-05-15T06:10:15Z
项目社区:https://github.com/shanezzar/esp32-relay-dht

开源协议:GNU Affero General Public License v3.0

下载


ESP32 Relay DHT

intro

The above figure shows how the project looks at the delivered state. In this project, we are going to control a 4 Channel Relay module and read the temperature and humidity values of the surrounding environment with a DHT11 sensor using the ESP32 development board.

The ESP32 development board connects to the local Wi-Fi network and a DNS (http://shanezzar.local/) is initiated. Hitting this URL connects that client to the ESP32 development board by means of web sockets resulting in synchronized data exchange across all devices. The ESP32 development board also uses SPI Flash File System and a web page is burned in the board which displays temperature, humidity, and heat index gauges along with 4 buttons to toggle the relay modules ON/OFF. All the debug data is shown on the serial monitor at 115200.

Please see the the documentation.pdf in the repo for more information.

Regards,
Shanezzar.