IOT ASSIGNMENT 3
1. Explain in detail the core function of edge analytics with neat diagram.
Ans:
2. Explain secured network Infrastructure by using process control
hierarchy model.
Ans:
3. Discuss OCTAVE and FAIR forms of risk analysis
Ans:
4. Explain the different parts/pins of Arduino UNO Board
Ans: The different parts and pins of the Arduino Uno board:
• Microcontroller (ATmega328P): The heart of the Arduino Uno is the ATmega328P
microcontroller. It's responsible for executing the program instructions and controlling
the input and output operations of the board.
• Digital I/O Pins (D0-D13): The Arduino Uno has 14 digital input/output pins labelled D0
to D13. These pins can be configured as either input or output. They can be used to
connect digital sensors, LEDs, buttons, motors, and other digital devices.
• Analog Input Pins (A0-A5): The Arduino Uno has 6 Analog input pins labelled A0 to A5.
These pins can be used to read Analog signals from sensors and other Analog devices.
They convert the Analog voltage into a digital value using an Analog-to-digital converter
(ADC).
• Power Pins:
o 5V Pin: This pin provides a regulated 5V power supply to external components
when the Arduino Uno is powered through USB or an external power source.
o 3.3V Pin: This pin provides a regulated 3.3V power supply.
o Vin Pin: This pin can be used to supply voltage to the Arduino Uno board from
an external power source (e.g., a battery or power adapter).
o GND (Ground) Pins: There are several ground pins on the Arduino Uno board
that provide a reference voltage for circuits.
• Reset Button: The reset button allows you to reset the microcontroller, restarting the
program execution from the beginning.
• Crystal Oscillator: The Arduino Uno board uses a crystal oscillator (16 MHz) to provide
the clock signal for the microcontroller.
• USB Connector: The USB connector allows you to connect the Arduino Uno to a
computer for programming and serial communication.
• Power Jack: The power jack allows you to connect an external power source (e.g., a DC
adapter) to power the Arduino Uno board.
• ICSP Header: The In-Circuit Serial Programming (ICSP) header is used for programming
the microcontroller using an external programmer (e.g., AVR ISP programmer).
• TX/RX LEDs: These LEDs indicate the transmission and reception of data through the TX
and RX pins, respectively.
• UART (Serial) Pins (TX/RX): The TX (transmit) and RX (receive) pins are used for serial
communication with other devices.
5. With a neat diagram explain the wireless monitoring system using
Raspberry Pi board.
Ans:
6. Write a python program on Raspberry Pi to blink an LED.
ANS:
7. Describe the Raspberry Pi2 model B board and its GPIO
ANS:
8. Explain the different layers of IOT Smart City layered architecture
ANS: