Portable Weather station and plotting realtime data

5 0
  • 0 Collaborators

...learn more

Project status: Published/In Market

Internet of Things

Intel Technologies
Other

Code Samples [1]

Overview / Usage

It is a portable weather station once the code is uploaded to NodeMcu we don't have to modify it for connecting to any other network. Just have to press the button connected to pin D3 and an AP open for configuring the esp8266 for connecting to the network.

Methodology / Approach

The code is written in Arduino IDE and uses PubSub client to send the data of DHT11 sensor to the server. The code is written for esp8266 and also host a local server to send data on an HTML webpage the temperature and humidity. The code includes wifi manager library to set the trigger pin (D3) for the Access Point.

Technologies Used

Arduino IDE
Intel i3 CPU (Local PC)
NodeMcu
PubSub client library
WiFi-Manager Library
DHT library
DHT11 Sensor
DNS Server library
ESP8266 web server library

Repository

https://github.com/Gauravsahadev/Weather_station-mqtt-using-ubidots-/blob/master/WeatherStation.ino

Comments (0)