6420e19e8f090IoT Lab1 Fall2023
6420e19e8f090IoT Lab1 Fall2023
6420e19e8f090IoT Lab1 Fall2023
Lab -1
Student’s Name
Roll No.
Date Performed
Marks Obtained
Instructor’s signature
1|Page
Document History
Rev. Date Comment Author
1.0 10/3/2023 Initial draft Engr. Saiqa Dilawaiz
Instructions
2|Page
Objectives
Introduction
• Smart cities
• Connected logistics
• Smart digital supply chains
4|Page
IoT applications use machine learning algorithms to analyze massive amounts of connected
sensor data in the cloud. Using real-time IoT dashboards and alerts, you gain visibility into key
performance indicators, statistics for mean time between failures, and other information.
Machine learning–based algorithms can identify equipment anomalies and send alerts to users
and even trigger automated fixes or proactive counter measures.
With cloud-based IoT applications, business users can quickly enhance existing processes for
supply chains, customer service, human resources, and financial services. There’s no need to
recreate entire business processes.
5|Page
temperatures rise or fall to a level that threatens the product.
Retail
IoT applications allow retail companies to manage inventory, improve customer experience,
optimize supply chain, and reduce operational costs. For example, smart shelves fitted with
weight sensors can collect RFID-based information and send the data to the IoT platform to
automatically monitor inventory and trigger alerts if items are running low. Beacons can push
targeted offers and promotions to customers to provide an engaging experience.
Public Sector
The benefits of IoT in the public sector and other service-related environments are similarly
wide-ranging. For example, government-owned utilities can use IoT-based applications to
notify their users of mass outages and even of smaller interruptions of water, power, or sewer
services. IoT applications can collect data concerning the scope of an outage and deploy
resources to help utilities recover from outages with greater speed.
Healthcare
IoT asset monitoring provides multiple benefits to the healthcare industry. Doctors, nurses, and
orderlies often need to know the exact location of patient-assistance assets such as wheelchairs.
When a hospital’s wheelchairs are equipped with IoT sensors, they can be tracked from the IoT
asset-monitoring application so that anyone looking for one can quickly find the nearest
available wheelchair. Many hospital assets can be tracked this way to ensure proper usage as
well as financial accounting for the physical assets in each department.
General Safety Across All Industries
In addition to tracking physical assets, IoT can be used to improve worker safety. Employees
in hazardous environments such as mines, oil and gas fields, and chemical and power plants,
for example, need to know about the occurrence of a hazardous event that might affect them.
When they are connected to IoT sensor–based applications, they can be notified of accidents
or rescued from them as swiftly as possible. IoT applications are also used for wearables that
can monitor human health and environmental conditions. Not only do these types of
applications help people better understand their own health, they also permit physicians to
monitor patients remotely.
6|Page
Introduction to Arduino
Arduino is an open-source hardware and software company, project, and user community that
designs and manufactures single-board microcontrollers and microcontroller kits for building
digital devices, a low-cost microcontroller board.
Task 01: Download &Install Arduino IDE at your Laptop/PC from the following link.
https://support.arduino.cc/hc/en-us/articles/360019833020-Download-and-install-Arduino-
IDE
Task 02: Activate Buzzer and LED using LDR by interfacing with Arduino
Perform this task with the help of following instructions, attach findings.
Apparatus
• PC/Laptop to install Arduino IDE
• Arduino Uno
• Buzzer
• LED
• LDR (photoresistor)
• 220 and 10k ohm resistor
• Wires
• Breadboard
Connections
• Buzzer attach to board (the buzzer long leg (+) and short leg (-))
• LED attach to board (the LED long leg (+) and short leg (-))
• 220 resistor attach to board from LED long leg (+)
• The wire connect to buzzer short leg, then the same wire attach to GND on the board.
• The wire attach to LED short leg, then the same wire connect to GND on the board.
• The wire connect to 10k resistor empty leg, then same wire connect to GND on board.
• The wire connect to +5V, then the same wire attach to LDR empty leg.
• The wire connect to digital 12, then attach to buzzer long leg.
• The wire connect to digital 13, then attach to 220 resistor empty leg.
• The wire connect to A0, then attach to LDR's - resistor's same column.
7|Page
Task 03: Interface LED/Buzzer with Arduino & write program to turn ON LED for 1
sec after every 2 sec.
Task 04: Write a one-page summary about IoT.
References
https://www.oracle.com/pk/internet-of-things/what-is-iot/
Appendix
8|Page