You are on page 1of 4

School of Electronics Engineering (SENSE)

B.Tech – Electronics & Comunication


Engineering

ECE4033 – IoT SYSTEM DESIGN &


APPLICATIONS LAB RECORD
(L33+L34)
Submitted By
19BEC1226 -

Submitted To
Dr. M. S. Bala Murugan
DATE: 11.08.2022
LAB – 03 Weather station using Node Red

LABTASK-1:
AIM:
Create node-red illustration to read a data from weather station and print it to the node-red
debugger. If the temperature is beyond 40 degree it should print an alert.
ALGORITHM:
1. Assemble the flow diagram as per given instruction
2. In http node, paste open weather URL with city code and product key.
3. Connect the nodes as per diagram below.
4. Deploy the flow and check debug window for output.
PROGRAM:
OUTPUT:
INFERENCE:
In the debug window, we can see weather data for city code entered i.e
London.

RESULT:
Simple weather station using node red was created and city weather data from
Open Weather API was displayed in the debug window.

You might also like