Slip Solution
Slip Solution
1
Q1.Draw the circuit / block diagram of LED/LED’s attached to GPIO Pins of
Raspberry Pi
Q2.Write an algorithm for interfacing LED/LED’s with GPIO pin. Show it to
Examiner.
Q3.Write Program in Python language to ON/OFF or Blink or Counter
action of LED/LED’s attached to GPIO pins
slip no.2
Q1. Draw circuit / block diagram of switch& LED attached to GPIO Pins of
Raspberry Pi.
Q2.Write an algorithm for Switch& LED interfaced to GPIO pins with
Raspberry Pi.
Q3. Write Program in Python language to get the feedback from Switch&
LED attached to GPIO pin. .
Electronic Switches, on the other hand, do not require any physical contact
in order to control a circuit. These are activated by semiconductor action.
slip no.3
Q1.Draw circuit/Block diagram of Photocell sensor interfacing with
Raspberry Pi
Q2.Write an algorithm /Flowchart of Photocell sensor interfacing with
Raspberry Pi.
Q3.Write a Program in Python language to detect room light from a
Photocell sensor connected to GPIO pins and display it on LCD /Monitor
Screen.
Q4.Explain Working Principal of Photocell
->The working principle of a photocell can depend on the occurrence of
electrical resistance & the effect of photoelectric. This can be used to change
light energy into electrical energy.
When the emitter terminal is connected to the negative (-ve) terminal &
collector terminal is connected to the positive (+ve) terminal of a battery.
The frequency radiation will be more than the material’s threshold
frequency in the emitter, and then photo ton emission will occur. The photon
electrons are involved in the direction of the collector. Here the collector
terminal is the positive terminal with respect to emitter terminal. Therefore,
the flow of current will be there within the circuit. If the radiation intensity is
enhanced, then the photoelectric current will be increased
Q5.What is the role of ADC when interfacing it with the Photocell sensor
->Analog-to-Digital Converters (ADCs) are used to convert analog signals into
digital representations that can be communicated and processed using
digital logic.
slip no.4
Q1.Draw block circuit /diagram of motion detection using Raspberry Pi.
Q2.Write an algorithm to detect motion using Raspberry Pi. Show it to
Examiner.
Q3.Write Program in Python language to detect motion using PIR and
presence indication through
LED /Buzzer.
Q4.On which Operating System, does the Raspberry Pi works?
->it runs Linux (a variety of distributions), and its main supported operating
system, Pi OS, is open source and runs a suite of open source software.
Q5.Write any 5 applications of PIR sensor?
->Home and Business Security Systems: – Integrated into security alarms for
motion detection.
Automatic Lighting Systems: ...
Industrial Machinery Monitoring: ...
Structural Health Monitoring: ...
Manufacturing Processes: .
Slip no 5
Q1.Draw block diagram of RFID system interfaced with Arduino
Q2. Write an algorithm for RFID system interfaced with Arduino. Show it to
Examiner
Q3.Write an Arduino Programfor RFID based Access control system with
LED or LCD indication
Q3.What is RFID stands for?
->Radio-Frequency IDentification
Q4.How many digital Input/Output pins are available on Arduino.
->14 digital input/output pins
Slip no 6
Q1.To access GPIO pins, which instructions are used?
# printing values
print("Sum of", num1, "and", num2 , "is", sum)
Slip no 8
Q1.Draw block diagram of Arduino based Temperature and Humidity
measurement using Arduino.
Q2.Write an algorithm/ Flowchart for Temperature & Humidity
measurement using Arduino
Q3.Write Program in Arduino to measure temperature and humidity using
DHT11 sensor and display it on LCD/Serial Monitor of Arduino IDE
Q4.How many Analog pins are available on Arduino Board?
->6 analog
Q5.. Explain working principle of DHT 11 sensor.
->DHT11 sensor consists of a capacitive humidity sensing element and a
thermistor for sensing temperature. The humidity sensing capacitor has two
electrodes with a moisture holding substrate as a dielectric between them.
Change in the capacitance value occurs with the change in humidity levels.
The IC measure, process this changed resistance values and change them
into digital form.