Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 1.77 KB

File metadata and controls

35 lines (25 loc) · 1.77 KB

TemperatureMonitor

Temperature Monitor based with ESP8266 monitorable via Browser on Local Area Network

This Solution permits to build a Temperature Monitor with Alarm, monitorable by every Browser. The skectch produce a WebPage that use, in case of Internet connection, Bootstrap 4.0 to show the information.

What is needed:

Hardware:

  • 1 x NodeMcu Lua ESP8266 ESP-12E DEV KIT
  • 1 x DHT 11 Sensor Module
  • 1 x Buzzer Module
  • 1 x LED
  • 1 x 220 Ohm Resistor
  • 1 x BreadBoard or a StripBoard or whatelse to connect all the devices

Software:

  • Arduino IDE 1.8.5 (LINK)
  • ESP8266WiFi Library Installed (LINK)
  • DHT Library Installed (LINK)
  • Adafruit_Sensor Library Installed (LINK)

In the Folder Sketch you will find the Arduino IDE Sketch.

In the Folder Circuit you will find the Circuit.

Screenshot of the WebPage built:

Screenshot

If you want to improve the code you are free to create a pull request, or, if you see a Bug, please create an Issue. If you need an Help contact me by Email (edovio@pm.me). Feel free to share it, but remember respect the Licence! <3

This project is shared under Creative Commons Licence - Attribution 4.0 International (CC BY 4.0). Visit the Licence document for further information.