wasylni / humidity_temperature_server

ESP8266 and DH11 based server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temperature / Humidity sensor based on ESP8266

Components required:

  • ESP8266 module (NodeMcu Development Board ESP8266 12E WIFI CH340 v3 USB ESP12 ESP-12)
  • DHT11 temperature/humidity sensor (Temperature and Relative Humidity Sensor Module 2016 1 PCS for arduino DHT11)
  • micro USB cable

Software:

Run:

  1. Configure Adruino IDE connect ESP8266 board
  2. copy libraries to libraries dir in your adruino workspace
  3. Upload code from ESP8266_DHT11.ino file
  4. go to the browser and GET http://YOUR_IP:1234/temp
  5. go to the browser and GET http://YOUR_IP:1234/humidity

humidity temperature server

About

ESP8266 and DH11 based server


Languages

Language:C++ 100.0%