Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.58 KB

Readme.md

File metadata and controls

45 lines (30 loc) · 1.58 KB

This is a project about making webserver using Esp board

Note:this code works with all esp compatable boards

Name Quantity
NodeMCU ESP8266 Board 1
BMP180 Sensor 1
DHT11 Sensor 1
Connecting Wires 10
Resistor 4.7K 2
Rain Sensor FC-37 1
Breadboard 1

This is the Circuit Diagram

DownLoad libraries

Follow these steps:

  • Download the libraries
  • Learn how to get Started with esp
  • Now copy this code and paste it in Arduino IDE
  • Go to sketch then click on Add file and then select index.h
  • Upload the code into esp
  • Open the serial monitor on Arduino IDE
  • You will get IP address of the WiFi just paste it in your browser!!Done!!! sensor data will be displayed there!!