POCU-WEATHER

by krithikvijayakumar11 in Circuits > Wearables

783 Views, 6 Favorites, 0 Comments

POCU-WEATHER

WhatsApp Image 2019-04-04 at 10.46.59 PM.jpeg

POCU-WEATHER is a pocket-sized weather station. Which is Iot based application and helps in open-source monitoring of weather anywhere from the world.

Gathering the Things Required

The Things required are:-

  1. Nodemcu
  2. DHT11 sensor module
  3. Breadboard
  4. wires
  5. PCB (if required)

Software requirements

  1. Arduino IDE
  2. Thingspeak

The Connection

WhatsApp Image 2019-04-04 at 10.46.59 PM (1).jpeg

Connection:-

1) Nodemcu > oled

3v >> VCC

GND >> GND

D1 >> SDA

D2 >> SCL

2) Nodemcu >> DHT11

3v >> VCC

D6 >> DATA

GND >> GND

Thingspeak

humidityGraph.png

create an account in thingspeak. and paste the api in the code.

Code

Downloads

Test

POCCU-WEATHER

Test it with the data from Google and just compare yours will be more accurate than google because the ground station is far away from you and displays only satellite results which monitors somewhere top in the atmosphere. Even you can access using thingspeak.

Contribute