0% found this document useful (0 votes)
59 views57 pages

AIoT - 21AD3205 - Lab Manual Y20

This document contains a lab workbook for the course "Analytics for the IoT" with the course code 21AD3205. The workbook contains 15 weeks of experiments and activities related to sensing, networking, and data analysis with IoT devices like Arduino and Raspberry Pi. Each week covers pre-lab questions, an in-lab experiment, and post-lab questions. The first week's experiment involves using Arduino to sense available wireless networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
59 views57 pages

AIoT - 21AD3205 - Lab Manual Y20

This document contains a lab workbook for the course "Analytics for the IoT" with the course code 21AD3205. The workbook contains 15 weeks of experiments and activities related to sensing, networking, and data analysis with IoT devices like Arduino and Raspberry Pi. Each week covers pre-lab questions, an in-lab experiment, and post-lab questions. The first week's experiment involves using Arduino to sense available wireless networks.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 57

Thursday, September 28, 2023

2023
Koneru
Lakshmaiah
Education
Foundation
Artificial
Intelligence &
Data Science

[ANALYTICS FOR THE IOT]


21AD3205
---------------------------------------------------------------------------------------------------------------------------

Department of AI&DS
Lab Workbook
Analytics for the IoT
(21AD3205)
2023-24 ODD Semester

Roll Number:
Name of the Student:
Lab Course Name:
Lab Course Code:
Year /Semester of Study:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Date
Pg. Marks Faculty
WEEK Experiment Name of
no. (50M) Sign
Exp.
1 Sense the Available Networks Using Arduino

Measure the Distance Using Ultrasonic Sensor


2 and Make Led Blink Using Arduino
Detect the Vibration of an Object Using
3 Arduino
Connect with the Available Wi-Fi Using
4 Arduino
Sense a Finger When it is Placed on Board
5 Using Arduino

6 Temperature Notification Using Arduino

LDR to Vary the Light Intensity of LED Using


7 Arduino

8 MySQL Database Installation in Raspberry Pi

SQL Queries by Fetching Data from Database


9 in Raspberry Pi

Switch Light on and Off Based on the Input of


10 User Using Raspberry Pi

11 Home Automation using MQTT Protocol

Evaluate the dataset collected in IoT


12 Environment using NumPy

Evaluate the dataset collected in IoT


13 Environment using Pandas

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-1

Date: DD/MM/YYYY

Outcome:

Students are able to develop a program to find the Available Networks Using Arduino.

Pre Lab:

1. What is an IOT?

2. What is the difference between IOT devices and embedded devices?

3. Does the internet is always needed for any IOT devices?

4. What is an Arduino?

5. How to write instructions or programs for Arduino boards?

6. What are the hardware communication interfaces present in the Arduino board?

7. What is a Raspberry Pi?

8. Difference between Arduino and Raspberry Pi

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

9. What is the operating voltage for both Arduino and Raspberry Pi

10. What are the hardware communication interfaces present in the Raspberry Pi

11. What are GPIO Pins?

12. What is the latest Raspberry Pi release?

13. How many GPIO pins are there in Raspberry Pi?

14. What are Interrupts in Arduino?

15. List a few operating systems that Raspberry Pi supports

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

In Lab: EXP1:

AIM:
To write a program to sense the available networks using Arduino.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING:

OUTPUT:

RESULT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Post Lab:

1. How will an alarm device be made smart and alive using the internet? Assume that publish,
subscribe services for the flight expected arrival (ETA) and train ETA are available.

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-2

Date: DD/MM/YYYY

Outcome:

Students are able to Measure the Distance Using Ultrasonic Sensor and Make Led Blink Using
Arduino

Pre Lab:

1. How do you run Raspberry pi in headless mode?

2. What are the available wireless communications boards present in Raspberry Pi?

3. What Python libraries used in Raspberry Pi to control GPIO pins?

4. Can node JS be used in Raspberry Pi to control GPIO pins?

5. What is the syntax to read analog and digital data from a sensor in Arduino?

6. What is Arduino Shields?

7. Examples of MEMS sensor?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

8. What sensor and actuator are used to control any home appliances from any IOT devices in
wired mode?

9. What is ZigBee protocol?

10. What is BLE?

11. What is the use of BLE in IOT?

12. What is Micro Python?

13. How many hardware serial interfaces are in ESP 32?

14. What are Subscribers and Publishers in MQTT?

15. Example of some MQTT services?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

In Lab: EXP2:

AIM:
To write a program to measure the distance using ultrasonic sensor and make LED
blink using Arduino.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING

OUTPUT:

RESULT

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Post Lab:

1. Develop a conceptual design of waste container management service in a smart city

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-3

Date: DD/MM/YYYY

Outcome:

Students are able to Detect the Vibration of an Object Using Arduino

Pre Lab:

1. Can NodeMCU act as a web server?

2. What is Windows 10 IOT Core?

3. Name some of the sectors where IOT played a major role?

4. What are the challenges in IOT?

5. Can IOT take over human mind?

6. What is the scope of IOT devices in the future?

7. What is the big IOT implementation so far?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

8. What are Android things?

9. What are the most used sensors types in iot?

10. How did you detect fire, which sensor is suitable?

11. How did you measure the voltage using sensors?

12. How the Thermocouples work?

13. What are the sensors can be used in Agriculture?

14. What is purpose of Airflow sensors?

15. How to did you make small radar? is it possible?

16. How did you check the quality of water?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

17. can you list out some of water sensors?

18. Do you have better idea for the saving electricity

19. What are suitable databases for IoT?

20. What is the features of influxDB

In Lab: EXP3:

AIM:
To write a program to detects the vibration of an object with sensor using
Arduino.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

OUTPUT:

RESULT:

Post Lab:

1. How is IIoT technology used in the optimising the bicycle manufacturing process?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-4

Date: DD/MM/YYYY

Outcome:

Students are able to Connect with the Available Wi-Fi Using Arduino.

Pre Lab:

1. What is mean by Raspberry pi?

2. difference between Arduino and Raspberry pi?

3. Mostly used protocols in IOT?

4. What is the abbreviation of MQTT?

5. What is the Purpose of MQTT protocol?

6. What is role of publishers in IOT?

7. Who is subscribers in IOT?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

8. How did you program the Arduino?

9. If its possible to control the keyboard using Arduino?

10. What is mean by library in Arduino?

11. How did you install new library in Arduino?

12. Meaning of Sketch in Arduino?

13. Its possible reduce the size of my sketch?

14. How did you control the Arduino using python?

15. List some of wearable Arduino boards?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

In Lab: EXP4:

AIM:
To write a program to connect with the available Wi-Fi using Arduino

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING

OUTPUT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

RESULT:

Post Lab:

1. How does angular position in a servomotor shaft control using input pulse widths?

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-5

Date: DD/MM/YYYY

Outcome:

Students are able to Sense a Finger When it is Placed on Board Using Arduino.

Pre Lab:

1. How did host the web server using Arduino?

2. What are the available models in Raspberry pi?

3. Real Time usage of Raspberry pi?

4. What is default operating system of Raspberry pi, May i use any other operating systems?

5. What is the GPIO?

6. Why should i prepare mongodb for IOT compared to other databases?

7. What are the programming language supported for Mongodb?

8. what is mean by aggregation in mongodb?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

9. Explain about sharding?

10. Explain about replication?

11. Explain how did you store the High-volume file like video or audio files into Arduino? can
you write a query to insert the data into Mongodb?

12. Explain how did you insert bulk data in Mongodb, can write query for that?

13. What is db command

14. What are the layers of OSI?

15. List some Advance IOT projects?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

In Lab: EXP5:

AIM:
To write a program to sense a finger when it is placed on the board Arduino.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING:

OUTPUT:

RESULT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Post Lab:

1. How does an RFID tag communicate and is read by a reader?vHow is an RFID tag secured?
2. Why does the RFID tag not create a network on its own? Why does it need a nearby reader
for creating s network of RFIDs?

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-6

Date: DD/MM/YYYY

Outcome:

Students are able to generate Temperature Notification Using Arduino

Pre Lab:

1. What is the layout GPIO pins?

2. How many pins are available in Arduino UNO board?

3. What is the keyfeatures of IoT?

4. Advantages of IOT?

5. What is IOT Sensors?

6. Wearable Devices in IOT?

7. What is data collection in IoT?

8. How Bluetooth technology supports IoT?

9. How Low energy wireless helps the IoT?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

10. What is Radio Protocol?

11. What is common uses of IoT?

12. What is application of IoT in Environmental Monitoring?

13. What is application of IoT in Transportation?

14. What is application of IoT in Government?

15. What is application of IoT in Law enforcement?

16. What is IoT Thingworx?

17. Who coined the term net( of Things (IoT) and when?

18. What is IoT Cloud?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

19. What is IoT GE-PREDIX?

20. What is IoT Contiki?

In Lab: Exp-6

AIM:
To write a program to get temperature notification using Arduino.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING:

OUTPUT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

RESULT:

Post Lab:

1. How do sensors measure sound intensity, strain, flex, pressure, vibrations and motion?

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-7

Date: DD/MM/YYYY

Outcome:

Students are able to use LDR to Vary the Light Intensity of LED Using Arduino.

Pre Lab:
1. What role does the network play in the Internet of Everything?

2. How does the Internet of Everything relate to the Internet of Things?

3. Difference between IIoT and IoT?

4. What is the difference between the Internet of Things (IoT) and the Sensor Business?

5. Why Internet of Things(IoT) will be successful in the coming years?

6. What are the important Components of Internet of Things?

7. What is the internet of Everything?

8. What Companies are working on IOT?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

9. What impacts will the Internet of Things (IoT) have on Energy Sector?

10. What impacts will the Internet of Things (IoT) have on Agriculture Sector?

11. What is GainSpan’s GS2000 Protocol for Internet of Things (IoT)?

12. What is Bluegiga APx4 Protocol for Internet of Things (IoT)?

13. What is Wi-Fi Protocol for Internet of Things (IoT)?

14. What is ZigBee Protocol for Internet of Things (IoT)?

15. Is the Internet of Everything a Cisco or IBM architecture or trademark?

In Lab: Exp 7:

AIM:
To write a program for LDR to vary the light intensity of LED using Arduino.

COMPONENTS REQUIRED:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

BLOCK MODULE:

CODING:

OUTPUT:

RESULT:

Post Lab:

1. Why is an equation or table required to find the sensed parameter value from the sensor
circuit output? How is distance sensed?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-8

Date: DD/MM/YYYY

Outcome:

Students are able to install MySQL Database in Raspberry Pi

Pre Lab:
1. What are the IoT Softwares?

2. Is Mobile phone IoT device

3. What is EIS IoT in TCS?

4. Does Intel provide IoT Platform?

5. What is IoT in TCS?

6. What is application of IoT in Healthcare?

7. What does NOT represent? What is IOT?

8. What are the critical parts that exist in the Internet of Things?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

9. How will the Internet of Things affect the manageability of the business and will it have any
effect on the earth?

10. Explain what is the job does the system play in the Internet of Everything?

11. Explain what is the Internet of everything?

12. What kind of data does Internet of Things objects convey?

13. Why will the Internet of Things be effective in the coming years?

14. What is the effect of the Internet of Things have on Healthcare segment?

15. What might be the effect of the Internet of Things hands on market, do you see any
conceivable activity cuts?

In Lab: Exp 8:

AIM:
To write a program to install MySQL database in Raspberry pi.

COMPONENTS REQUIRED:

BLOCK MODULE:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

CODING:

OUTPUT

RESULT:

Post Lab:

1. Consider Internet Automatic Chocolate Vending Machines (ACVMs). Assume that each
ACVM device nodes generates the following data points, child points and further children up
to the leaf and summary points.

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-9

Date: DD/MM/YYYY

Outcome:

Students are able to write SQL Queries by Fetching Data from Database in Raspberry Pi.

Pre Lab:
1. What is the best M2M application that is accessible on the planet?

2. What are the distinctive parts where the Internet of Things can really enhance the present
procedures?

3. What is the greatest distinction between Internet of Things and sensor organizations?

4. So what are the fundamental difficulties of the Internet of Things usage?

5. What is the distinction among IIOT and IOT?

6. When you state Internet of Things, I’m not catching your meaning by the “thing”?

7. List out every one of the effects of the Internet of Things will be knowledgeable about the
Transportation business?

8. What are the vital components of the Internet of Everything, (IOE)?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

9. What are the effects that can be seen in executing web of Things on Agriculture segment?

10. What are the dangers and difficulties that we ought to know about with regards to the Internet
of Everything?

11. What is Bluegiga APX4 convention for the Internet of Things (IOT)?

12. Explain why vitality utilization will be an issue when the Internet of Things is actualized?

13. Can you rattle off the organizations that are dealing with Internet of Things?

14. Will the accessibility of High-speed web be a noteworthy downside in the Internet of Things
advancement and usage?

15. What are the impacts of the Internet of Things will have on the human life?

In Lab: Exp 9:

AIM:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

To write a program to work with basic MySQL queries by fetching data from
database in Raspberry pi.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING:

OUTPUT

RESULT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Post Lab:

1. Suggest the data points and child points for the system events and messages, subscriptions for
the alerts to XMPP server and subscriptions to NimbitsServerC at the cloud.

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-10

Date: DD/MM/YYYY

Outcome:

Students are able to develop a model for Switch Light on and Off Based on the Input of User
Using Raspberry Pi.

Pre Lab:
1. What is implied by a Smart City, with regards to Internet Of Things (IoT)?

2. What is GainSpan’s GS2000 Protocol for the Internet of Things (IoT)?

3. What dangers and difficulties ought to be considered in the Internet of Everything?

4. How Lack of Uniform Technical Standards may influence the Development and
Implementation of the Internet of Things (IoT)?

5. What is the contrast between the Internet of Things (IoT) and Machine to Machine (M2M)?

6. How Energy Consumption may influence the Development and Implementation of the
Internet of Things (IoT)?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

7. Who instituted the term Internet of Things (IoT) and when?

8. How High-Speed Internet may influence the Development and Implementation of the Internet
of Things (IoT)?

9. What effects will the Internet of Things (IoT) have on Manufacturing Sector?

10. Is the Internet of Everything a Cisco or IBM engineering or trademark?

11. What impact will the Internet of Things (IoT) have on our day by day lives?

12. What is contrast between Wireless Sensor Network (WSN) and Internet of Things (IoT)
arrange (sensor)?

13. What do you mean by industry 4.0

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

14. Explain the term IOT and how it will be usedful for human race.

15. Name some IOT solutions which you know

16. What is Data and how it is relevant to IOT

17. Does the data provided by IOT devices can be used to take decisions directly?

18. Name any IOT controllers

19. What is Big Data and How it is related to IOT?

20. What do you mean by smart cities and the role of IOT in it?

In Lab: Exp 10:

AIM:
To write a program to switch light on when the input is 1 and switch the
light off when the input is 0 using Raspberry pi.

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING:

OUTPUT:

RESULT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

Post Lab:

1. Give an example each for understanding the terms, ‘on-demand self-service’, ‘resource
pooling’, ‘network broad accessibility’, ‘elasticity’ and ‘measurability’

Marks Date SIGN Comments if any by the Evaluator

Pre-Lab (10M)

In-Lab(30M)

Post-Lab(10M)

TOTAL MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-11

EXPERIMENT NAME Home Automation using MQTT Protocol


Aim/Objective:

The aim of this experiment is to design and analyze The MQTT android application is connected with wireless
communication using the IoT server of MQTT.

Pre-Requisites:

This Section contains the list of Software/Tools or required knowledge (Glossary) to complete the task under
the Laboratory Session.

Pre Lab:
21. What is implied by a Smart City, with regards to Internet Of Things (IoT)?

22. What is GainSpan’s GS2000 Protocol for the Internet of Things (IoT)?

23. What dangers and difficulties ought to be considered in the Internet of Everything?

24. How Lack of Uniform Technical Standards may influence the Development and
Implementation of the Internet of Things (IoT)?

25. What is the contrast between the Internet of Things (IoT) and Machine to Machine (M2M)?

26. How Energy Consumption may influence the Development and Implementation of the
Internet of Things (IoT)?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

27. Who instituted the term Internet of Things (IoT) and when?

28. How High-Speed Internet may influence the Development and Implementation of the Internet
of Things (IoT)?

29. What effects will the Internet of Things (IoT) have on Manufacturing Sector?

30. Is the Internet of Everything a Cisco or IBM engineering or trademark?

31. What impact will the Internet of Things (IoT) have on our day by day lives?

32. What is contrast between Wireless Sensor Network (WSN) and Internet of Things (IoT)
arrange (sensor)?

33. What do you mean by industry 4.0

34. Explain the term IOT and how it will be usedful for human race.

35. Name some IOT solutions which you know

36. What is Data and how it is relevant to IOT

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

37. Does the data provided by IOT devices can be used to take decisions directly?

38. Name any IOT controllers

39. What is Big Data and How it is related to IOT?

40. What do you mean by smart cities and the role of IOT in it?

In Lab:

AIM:
To write a program to switch light on when the input is 1 and switch the light off when the
input is 0 using Raspberry pi.

COMPONENTS REQUIRED:

CODING:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

OUTPUT:

RESULT:

Post Lab:

2. Give an example each for understanding the terms, ‘on-demand self-service’, ‘resource
pooling’, ‘network broad accessibility’, ‘elasticity’ and ‘measurability’

Marks Date SIGN Comments if any by the Evaluator


Pre-Lab
(10M)
In-Lab(30M)
Post-
Lab(10M)
TOTAL
MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-12

Experiment Title : Evaluate the dataset collected in IoT Environment using NumPy
Aim/Objective:

The aim of this experiment is to design and analyze n IoT systems, massive volumes of data must be processed,
transformed, and analyzed on a frequent basis to enable various IoT services and functionalities.

Pre-Requisites:

This Section contains the list of Software/Tools or required knowledge (Glossary) to complete the task under
the Laboratory Session.

Pre Lab:
41. What is implied by a Smart City, with regards to Internet Of Things (IoT)?

42. What is GainSpan’s GS2000 Protocol for the Internet of Things (IoT)?

43. What dangers and difficulties ought to be considered in the Internet of Everything?

44. How Lack of Uniform Technical Standards may influence the Development and
Implementation of the Internet of Things (IoT)?

45. What is the contrast between the Internet of Things (IoT) and Machine to Machine (M2M)?

46. How Energy Consumption may influence the Development and Implementation of the
Internet of Things (IoT)?

47. Who instituted the term Internet of Things (IoT) and when?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

48. How High-Speed Internet may influence the Development and Implementation of the Internet
of Things (IoT)?

49. What effects will the Internet of Things (IoT) have on Manufacturing Sector?

50. Is the Internet of Everything a Cisco or IBM engineering or trademark?

51. What impact will the Internet of Things (IoT) have on our day by day lives?

52. What is contrast between Wireless Sensor Network (WSN) and Internet of Things (IoT)
arrange (sensor)?

53. What do you mean by industry 4.0

54. Explain the term IOT and how it will be usedful for human race.

55. Name some IOT solutions which you know

56. What is Data and how it is relevant to IOT

57. Does the data provided by IOT devices can be used to take decisions directly?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

58. Name any IOT controllers

59. What is Big Data and How it is related to IOT?

60. What do you mean by smart cities and the role of IOT in it?

In Lab:

AIM:
To write a program to switch light on when the input is 1 and switch the light off when the
input is 0 using Raspberry pi.

COMPONENTS REQUIRED:

CODING\

OUTPUT:

RESULT:

Post Lab:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

3. Give an example each for understanding the terms, ‘on-demand self-service’, ‘resource
pooling’, ‘network broad accessibility’, ‘elasticity’ and ‘measurability’

Marks Date SIGN Comments if any by the Evaluator


Pre-Lab
(10M)
In-Lab(30M)
Post-
Lab(10M)
TOTAL
MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

WEEK-13

Experiment Title : Evaluate the dataset collected in IoT Environment using Pandas

Aim/Objective:

The aim of this experiment is to design and analyze Dataset collection and description: A virtual IoT
environment is created using the Distributed Smart Space Orchestration System (DS2OS) Description:

Pre Lab:
61. What is implied by a Smart City, with regards to Internet Of Things (IoT)?

62. What is GainSpan’s GS2000 Protocol for the Internet of Things (IoT)?

63. What dangers and difficulties ought to be considered in the Internet of Everything?

64. How Lack of Uniform Technical Standards may influence the Development and
Implementation of the Internet of Things (IoT)?

65. What is the contrast between the Internet of Things (IoT) and Machine to Machine (M2M)?

66. How Energy Consumption may influence the Development and Implementation of the
Internet of Things (IoT)?

67. Who instituted the term Internet of Things (IoT) and when?

68. How High-Speed Internet may influence the Development and Implementation of the Internet
of Things (IoT)?

69. What effects will the Internet of Things (IoT) have on Manufacturing Sector?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

70. Is the Internet of Everything a Cisco or IBM engineering or trademark?

71. What impact will the Internet of Things (IoT) have on our day by day lives?

72. What is contrast between Wireless Sensor Network (WSN) and Internet of Things (IoT)
arrange (sensor)?

73. What do you mean by industry 4.0

74. Explain the term IOT and how it will be usedful for human race.

75. Name some IOT solutions which you know

76. What is Data and how it is relevant to IOT

77. Does the data provided by IOT devices can be used to take decisions directly?

78. Name any IOT controllers

79. What is Big Data and How it is related to IOT?

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

80. What do you mean by smart cities and the role of IOT in it?

In Lab:

AIM:
To write a program to switch light on when the input is 1 and switch the light off when the
input is 0 using Raspberry pi.

COMPONENTS REQUIRED:

BLOCK MODULE:

CODING

OUTPUT:

----------------------------------------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------------

RESULT:

Post Lab:

4. Give an example each for understanding the terms, ‘on-demand self-service’, ‘resource
pooling’, ‘network broad accessibility’, ‘elasticity’ and ‘measurability’

Marks Date SIGN Comments if any by the Evaluator


Pre-Lab
(10M)
In-Lab(30M)
Post-
Lab(10M)
TOTAL
MARKS
(50M)

----------------------------------------------------------------------------------------------------------------------------------------------------

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy