0% found this document useful (0 votes)
192 views22 pages

Cs3691-Unit 3

Internet of Things
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)
192 views22 pages

Cs3691-Unit 3

Internet of Things
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/ 22

CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

UNIT-3

IOT AND ARDUINO PROGRAMMING

IMPORTANT QUESTIONS

PART-A

1) What is Arduino?

Arduino UNO is known as Open source development board as it allow us to interact with
real world by uploading program on this board.Arduino can interact with sensors, motors,
actuators and electro magnets etc.

2) List the types of Arduino.

Arduino Mega

Arduino UNO

Arduino Nano

Arduino Lily pad

3) What are the two different ways of building IoT:


i) Form a separate internet work including only physical objects.

ii) Make the Internet ever more expansive, but this requires hard-core technologies
such as rigorous cloud computing and rapid big data storage (expensive).
4) What is the Internet Of Things (IoT)?
Internet of Things (IoT) is a network of physical objects or people called “things” that are
embedded with software, electronics, network, and sensors that allow these objects to collect and
exchange data. The goal of IoT is to extend to internet connectivity from standard devices like
computer, mobile, tablet to relatively dumb devices like a toaster.

5) List the applications of IOT.


i) Smart Grids and energy saving
ii) Smart cities
iii) Smart homes/Home automation
iv) Healthcare
v) Earthquake detection

Page | 1
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

6) What are the types of IoT?


There are two types of IoT:

 Internet of Things: It creates a business that uses a gadgets to perform a task.


 Industrial Internet of Things: It creates business in the industry like agriculture.

7) What is the difference between IoT and IIoT?


IoT IIoT

The full form of IoT is the Internet of The full form of IIoT is the Industrial Internet of
Things. Things.

A service model is human-centric. A service model is machine-centric.

It supports customer-oriented applications. It supports industry-oriented applications.

Communication transportation is done Communication transportation is done through both


through wireless devices. wired and wireless devices.

The quality of data is medium to high. The quality of data is high to very high.

Criticality is not severe. Criticality is severe.

7) List layers of IoT protocol stack


Layers of IoT protocol stack are: 1) Sensing and information, 2) Network connectivity, 3)
Information processing layer, 4) Application layer.

8) List mostly used sensors types in IoT


Mostly used sensor types in IoT are:

 Smoke sensor
 Temperature sensors
 Pressure sensor
 Motion detection sensors
 Gas sensor
 Proximity sensor
 IR sensors

9) What is Pulse Width Modulation?


PWM or Pulse Width Modulation is a variation of how much time the signal is high in an analog
fashion. The signal can be high or low, and the user can even change the proportion of the time.

Page | 2
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

10) Mention applications of PWM in IoT


Applications of PWM in IoT are

i) Controlling the speed of DC motor


ii) Controlling the direction of a servo motor
iii) Dimming LED

11) What is Arduino Shields?

Arduino shields are the boards, which are plugged over the Arduino board to expand its
functionalities. There are different varieties of shields used for various tasks, such as Arduino
motor shields, Arduino communication shields, etc.

Shield is defined as the hardware device that can be mounted over the board to increase the
capabilities of the projects. It also makes our work easy. For example, Ethernet shields are used to
connect the Arduino board to the Internet.

12) Duty Cycle of Signal:

A period of a pulse consists of an ON cycle (5V) and an OFF cycle (0V). The fraction for which
the signal is ON over a period is known as a duty cycle.

13)What is function in Arduino programming?

A function is a block of code that has a name and a block of statements that are executed when
the function is called.

PART-B

1) What is IOT?Explain the various components involved in IOT design.

IoT stands for Internet of Things. It refers to the interconnectedness of physical devices, such
as appliances and vehicles, that are embedded with software, sensors, and connectivity which
enables these objects to connect and exchange data.

Page | 3
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Advancements in medicine, power, gene therapies, agriculture, smart cities, and smart homes
are just a very few of the categorical examples where IoT is strongly established.

Main components used in IoT:

 Low-power embedded systems: Less battery consumption, high performance are the
inverse factors that play a significant role during the design of electronic systems.
 Sensors: Sensors are the major part of any IoT application. It is a physical device that
measures and detects certain physical quantities and converts it into signal which can be
provided as an input to processing or control unit for analysis purpose.
Different types of Sensors:
1. Temperature Sensors
2. Image Sensors
3. Gyro Sensors
4. Obstacle Sensors
5. RF Sensor
6. IR Sensor
7. MQ-02/05 Gas Sensor
8. LDR Sensor
9. Ultrasonic Distance Sensor
 Control Units: It is a unit of small computer on a single integrated circuit containing
microprocessor or processing core, memory and programmable input/output
devices/peripherals. It is responsible for major processing work of IoT devices and all
logical operations are carried out here.
 Cloud computing: Data collected through IoT devices is massive, and this data has to be
stored on a reliable storage server. This is where cloud computing comes into play. The
data is processed and learned, giving more room for us to discover where things like
electrical faults/errors are within the system.
 Availability of big data: We know that IoT relies heavily on sensors, especially in real-
time. As these electronic devices spread throughout every field, their usage is going to
trigger a massive flux of big data.
 Networking connection: In order to communicate, internet connectivity is a must, where
each physical object is represented by an IP address. However, there are only a limited
number of addresses available according to the IP naming. Due to the growing number of
devices, this naming system will not be feasible anymore. Therefore, researchers are
looking for another alternative naming system to represent each physical object.
There are two ways of building IoT:
1. Form a separate internet work including only physical objects.

2. Make the Internet ever more expansive, but this requires hard-core technologies such as
rigorous cloud computing and rapid big data storage (expensive).
In the near future, IoT will become broader and more complex in terms of scope. It will change
the world in terms of

“anytime, anyplace, anything in connectivity.”

Page | 4
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

IoT Enablers:
 RFIDs: uses radio waves in order to electronically track the tags attached to each physical
object.
 Sensors: devices that are able to detect changes in an environment (ex: motion detectors).
 Nanotechnology: as the name suggests, these are tiny devices with dimensions usually less
than a hundred nanometers.
 Smart networks: (ex: mesh topology).

Working with IoT Devices:


 Collect and Transmit Data : For this purpose sensors are widely used they are used as per
requirements in different application areas.
 Actuate device based on triggers produced by sensors or processing devices: If certain
conditions are satisfied or according to user’s requirements if certain trigger is activated
then which action to perform that is shown by Actuator devices.
 Receive Information: From network devices, users or devices can take certain information
also for their analysis and processing purposes.
 Communication Assistance: Communication assistance is the phenomenon of
communication between 2 networks or communication between 2 or more IoT devices of
same or different networks. This can be achieved by different communication protocols
like: MQTT, Constrained Application Protocol, ZigBee, FTP, HTTP etc.

Fig: Working of IOT


Characteristics of IoT:
 Massively scalable and efficient
Page | 5
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

 IP-based addressing will no longer be suitable in the upcoming future.


 An abundance of physical objects is present that do not use IP, so IoT is made possible.
 Devices typically consume less power. When not in use, they should be automatically
programmed to sleep.
 A device that is connected to another device right now may not be connected in another
instant of time.
 Intermittent connectivity – IoT devices aren’t always connected. In order to save bandwidth
and battery consumption, devices will be powered off periodically when not in use.
Otherwise, connections might turn unreliable and thus prove to be inefficient.
Modern Applications:
vi) Smart Grids and energy saving
ii) Smart cities
iii) Smart homes/Home automation
iv) Healthcare
v) Earthquake detection
vi) Radiation detection/hazardous gas detection
vii) Smartphone detection
viii) Water flow monitoring
ix) Traffic monitoring
x) Wearables
xi) Smart door lock protection system
xii) Robots and Drones
xiii) Healthcare and Hospitals, Telemedicine applications
xiv) Security
xv) Biochip Transponders (For animals in farms)
xvi) Heart monitoring implants (Example Pacemaker, ECG real time tracking)
Advantages of IoT:
1. Improved efficiency and automation of tasks.
2. Increased convenience and accessibility of information.
3. Better monitoring and control of devices and systems.
4. Greater ability to gather and analyze data.
5. Improved decision-making.
6. Cost savings.
Disadvantages of IoT:
1. Security concerns and potential for hacking or data breaches.
2. Privacy issues related to the collection and use of personal data.
3. Dependence on technology and potential for system failures.
4. Limited standardization and interoperability among devices.
5. Complexity and increased maintenance requirements.
6. High initial investment costs.
7. Limited battery life on some devices.
8. Concerns about job displacement due to automation.
9. Limited regulation and legal framework for IoT, which can lead to confusion and
uncertainty.

Page | 6
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

2)Compare IOT devices with Computers.

Computers
IOT Devices

IoT devices are special-purpose devices. Computers are general-purpose devices.

IoT devices can do only a particular task


Computers can do so many tasks.
for which it is designed.

The hardware and software built-in in the


The hardware and software built-in in the
computers are streamlined to do many
IoT devices are streamlined for that
tasks(such as calculation, gaming, music
particular task.
player, etc. )

IoT devices can be cheaper and faster at a


A computer can be expensive and slower at a
particular task than computers, as IoT
particular task than an IoT device.
devices are made to do that particular task.

Examples: Music Player- iPod, Alexa,


Examples: Desktop computers, Laptops, etc.
smart cars, etc.

3)Explain briefly about Arduino.

Arduino is a project, open-source hardware, and software platform used to design and build
electronic devices. It designs and manufactures microcontroller kits and single-board interfaces
for building electronics projects.

The Arduino board consists of sets of analog and digital I/O (Input / Output) pins, which are
further interfaced to breadboard, expansion boards, and other circuits. Such boards feature the
model, Universal Serial Bus (USB), and serial communication interfaces, which are used for
loading programs from the computers.

What is Arduino?

Page | 7
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Arduino is a software as well as hardware platform that helps in making electronic projects. It is
an open source platform and has a variety of controllers and microprocessors. There are various
types of Arduino boards used for various purposes.

The Arduino is a single circuit board, which consists of different interfaces or parts. The board
consists of the set of digital and analog pins that are used to connect various devices and
components, which we want to use for the functioning of the electronic devices.

Most of the Arduino consists of 14 digital I/O pins.

The analog pins in Arduino are mostly useful for fine-grained control. The pins in the Arduino
board are arranged in a specific pattern. The other devices on the Arduino board are USB port,
small components (voltage regulator or oscillator), microcontroller, power connector, etc.

Types of Arduino Boards

There are many types of Arduino boards available in the market but all the boards have one thing
in common: they can be programmed using the Arduino IDE. The reasons for different types of
boards are different power supply requirements, connectivity options, their applications etc.

Arduino boards are available in different sizes, form factors, different no. of I/O pins etc. Some
of the commonly known and frequently used Arduino boards are Arduino UNO, Arduino Mega,
Arduino Nano, Arduino Micro and Arduino Lilypad.

There are add-on modules called Arduino Shields which can be used to extend the functionalities
of the Arduino boards. Some of the commonly used shields are Arduino Proto shield, Arduino
WiFi Shield and Arduino Yun Shield.

4)Explain in detail about the General purpose input/output pins of Arduino UNO.

General-Purpose Input Output (GPIO) is a digital pin of an IC. It can be used as input or output
for interfacing devices.

Page | 8
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Digital Output
Arduino (ATmega) digital pins can be configured as output to drive output devices. We have to
configure these pins to use as output.

To configure these pins, pinMode() function is used which set direction of pin as input or output.

 pinMode(pin no, Mode)

This function is used to configure GPIO pin as input or output.

pin no number of pin whose mode we want to set.

Mode INPUT, OUTPUT or INPUT_PULLUP

E.g. pinMode (3, OUTPUT) //set pin 3 as output

These pin produce output in terms of HIGH (5 V or 3.3 V) or LOW (0 V). We can set output on
these pins using digitalWrite () function.

 digitalWrite (pin no, Output value)

This function is used to set output as HIGH (5 V) or LOW (0 V)

pin no number of a pin whose mode we want to set.

Output value HIGH or LOW

E.g. digitalWrite (3, HIGH)


Page | 9
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Digital Input
To read data from senor or from any device/circuit, we need to configure digital pin as input.
Arduino pin are set as digital input (default). So, there is no need to configure pin as input.

To configure pin as digital input, pinMode() function is used. We can read data from GPIO pin
using digitalRead() function.

 digitalRead(pin)

It is used to read data from specified GPIO pin.

Digital Input with Pull-up Resistor

 Sometimes switching between one state to another or pins configured as input with
nothing connected to them may arise situation of High-impedance state i.e. floating state.
This state may report random changes in pin state.
 To avoid this state, there is option of adding pull-up (to +5V) or pull-down (to Gnd)
resistor which helps to set the input to a known state. Following image show the high
impedance (undefine) state and pull-up resistor.

Page | 10
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

 Arduino (ATmega) has in-built configurable pull-up resistor. These resistors enable
using pinMode() with mode set to INPUT_PULLUP. When connecting a device or
sensor to a pin configured as input with pull-up, the other end should be connected to
ground.

e.g. pinMode (3, INPUT_PULLUP).

 We can configure input pull-up in another way too. If we set direction of pin as input and
then write HIGH value on that pin will turn on the pull-up resistor. In other manner, if we
write HIGH on pin configured as OUTPUT and then configure that pin as input will also
enable the pull-up resistor.

e.g. pinMode (3, INPUT) //set pin as input

digitalWrite (3, HIGH) //setting high on input pin enables pullup

5.Explain about the importance of PWM in Arduino.


Pulse Width Modulation (PWM) is a technique by which width of a pulse is varied while
keeping the frequency of the wave constant. It is a method for generating an analog signal using
a digital source.

A PWM signal consists of two main components that define its behaviour: a duty cycle and
a frequency.

Duty Cycle of Signal:

A period of a pulse consists of an ON cycle (5V) and an OFF cycle (0V). The fraction for which
the signal is ON over a period is known as a duty cycle.

Through PWM technique, we can control the power delivered to the load by using ON-OFF
signal. The PWM signals can be used to control the speed of DC motors and to change the
intensity of the LED.

Pulse Width Modulated signals with different duty cycle are shown below

Page | 11
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Fig: PWM Duty Cycle

Frequency of Signal

The frequency of a signal determines how fast the PWM completes a cycle (i.e. 1000 Hz would
be 1000 cycles per second) which means how fast it switches between ON (high) and OFF (low)
states. By repeating this ON-OFF pattern at a fast-enough rate, and with a certain duty cycle, the
output will appear to behave like a constant voltage analog signal when providing power to
devices.

PWM Pins of Arduino Uno

Arduino Uno has 6 8-bit PWM channels. The pins with symbol ‘~’ represents that it has PWM
support. These PWM pins are shown in below image.

Page | 12
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Arduino PWM Pin Details

Arduino Functions for PWM

analogWrite (pin, duty cycle)

It is used to generate PWM or output analog value to a specified PWM channel.

pin – pin on which we want to generate pwm or analog signal.

duty cycle – it lies in between 0 (0%, always off) – 255 (100%, always on).
e.g. analogWrite (3, 127) //generates pwm of 50% duty cycle

6)Explain the Programming Structure in Arduino UNO.

Page | 13
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Program written using Arduino IDE is called as Sketch. Compiler used in Arduino IDE is C/C++
library with AVR compiler.

Arduino program is divided into 3 main parts.

1.Structure

2.Values

3.Functions

1.Structure:

The basic structure of the Arduino programming language is fairly simple and runs in

at least two parts. These two required parts, or functions, enclose blocks of

statements.

void setup()

statements;

void loop()

statements;

Where setup() is the preparation, loop() is the execution. Both functions are required

for the program to work.

The setup function should follow the declaration of any variables at the very

beginning of the program. It is the first function to run in the program, is run only

once, and is used to set pinMode or initialize serial communication.

The loop function follows next and includes the code to be executed continuously –

Page | 14
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

reading inputs, triggering outputs, etc. This function is the core of all Arduino

programs and does the bulk of the work.

setup()

The setup() function is called once when your program starts. Use it to initialize pin

modes, or begin serial. It must be included in a program even if there are no

statements to run.

void setup()

pinMode(pin, OUTPUT); // sets the 'pin' as output

loop()

After calling the setup() function, the loop() function does precisely what its name

suggests, and loops consecutively, allowing the program to change, respond, and

control the Arduino board.

void loop()

digitalWrite(pin, HIGH); // turns 'pin' on

delay(1000); // pauses for one second

digitalWrite(pin, LOW); // turns 'pin' off

delay(1000); // pauses for one second

2.Functions:

A function is a block of code that has a name and a block of statements that are executed when
the function is called. The functions void setup() and void loop() have already been discussed
and other built-in functions will be discussed later.
Page | 15
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Custom functions can be written to perform repetitive tasks and reduce clutter in a program.
Functions are declared by first declaring the function type. This is the type of value to be
returned by the function such as 'int' for an integer type function. If no value is to be returned the
function type would be void. After type, declare the name given to the function and in
parenthesis any parameters being passed to the function.

type functionName(parameters)

statements;

The following integer type function delayVal() is used to set a delay value in a program by
reading the value of a potentiometer. It first declares a local variable v,sets v to the value of the
potentiometer which gives a number between 0-1023, then divides that value by 4 for a final
value between 0-255, and finally returns that value back to the main program.

int delayVal()

int v; // create temporary variable 'v'

v = analogRead(pot); // read potentiometer value

v /= 4; // converts 0-1023 to 0-255

return v; // return final value

3. Variables:

A variable is a way of naming and storing a numerical value for later use by the
program. As their namesake suggests, variables are numbers that can be continually
changed as opposed to constants whose value never changes. A variable needs to be
declared and optionally assigned to the value needing to be stored.

The following code declares a variable called inputVariable and then assigns it the value
obtained on analog input pin 2:

int inputVariable = 0; // declares a variable and // assigns value of 0

inputVariable = analogRead(2); // set variable to value of // analog pin 2

Page | 16
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

‘inputVariable’ is the variable itself. The first line declares that it will contain an int,
short for integer. The second line sets the variable to the value at analog pin 2. This
makes the value of pin 2 accessible elsewhere in the code. Once a variable has been
assigned, or re-assigned, you can test its value to see if it meets certain conditions, or you
can use its value directly. As an example to illustrate three useful operations with
variables, the following code tests whether the inputVariable is less than 100, if true it
assigns the value 100 to inputVariable, and then sets a delay based on inputVariable
which is now a minimum of 100:

if (inputVariable < 100) // tests variable if less than 100

inputVariable = 100; // if true assigns value of 100

delay(inputVariable); // uses variable as delay

Constants

The Arduino language has a few predefined values, which are called constants. They

are used to make the programs easier to read. Constants are classified in groups.

True/False

These are Boolean constants that define logic levels. FALSE is easily defined as 0

(zero) while TRUE is often defined as 1, but can also be anything else except zero.

So in a Boolean sense, -1, 2, and -200 are all also defined as TRUE.

if (b == TRUE);

doSomething;

High/Low

These constants define pin levels as HIGH or LOW and are used when reading or

Page | 17
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

writing to digital pins. HIGH is defined as logic level 1, ON, or 5 volts while LOW is

logic level 0, OFF, or 0 volts.

digitalWrite(13, HIGH);

Input/Output

Constants used with the pinMode() function to define the mode of a digital pin as

either INPUT or OUTPUT.

pinMode(13, OUTPUT);

LED_BUILTIN

Most Arduino boards have a pin connected to an on-board LED in series with a resistor. The
constant LED_BUILTIN is the number of the pin to which the on-board LED is connected.
Most boards have this LED connected to digital pin 13.

7. Evaluate the various types of Arduino Shields.

What is Arduino Shields?

Arduino shields are the boards, which are plugged over the Arduino board to expand its
functionalities. There are different varieties of shields used for various tasks, such as Arduino
motor shields, Arduino communication shields, etc.

Shield is defined as the hardware device that can be mounted over the board to increase the
capabilities of the projects. It also makes our work easy. For example, Ethernet shields are used to
connect the Arduino board to the Internet.

The pin position of the shields is similar to the Arduino boards. We can also connect the modules
and sensors to the shields with the help of the connection cable.

Arduino motor shields help us to control the motors with the Arduino board.

Why do we need Shields?

The advantages of using Arduino shields are listed below:

o It adds new functionalities to the Arduino projects.

Page | 18
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

o The shields can be attached and detached easily from the Arduino board. It does not require
any complex wiring.
o It is easy to connect the shields by mounting them over the Arduino board.
o The hardware components on the shields can be easily implemented.

Types of Shields

The popular Arduino shields are listed below:

o Ethernet shield
o Xbee Shield
o Proto shield
o Relay shield
o Motor shield
o LCD shield
o Bluetooth shield
o Capacitive Touchpad Shield

Let's discuss the shields that are listed above:

Ethernet shield

o The Ethernet shields are used to connect the Arduino board to the Internet. We need to
mount the shield on the top of the specified Arduino board.
o The USB port will play the usual role to upload sketches on the board.
o The latest version of Ethernet shields consists of a micro SD card slot. The micro SD card
slot can be interfaced with the help of the SD card library.

o We can also connect another shield on the top of the Ethernet shield. It means that we can
also mount two shields on the top of the Arduino board.

Xbee Shield

o We can communicate wirelessly with the Arduino board by using the Xbee Shield with
Zigbee.
o It reduces the hassle of the cable, which makes Xbee a wireless communication model.

Page | 19
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

o The Xbee wireless module allows us to communicate outdoor upto 300 feet and indoor
upto 100 feet.

o It can also be used with different models of Xbee.

Proto shield

o Proto shields are designed for custom circuits.


o We can solder electronic circuits directly on the shield.
o The shield consists of two LED pads, two power lines, and SPI signal pads.
o The IOREF (Input Output voltage REFerence) and GND (Ground) are the two power lines
on the board.

o We can also solder the SMD (Surface Mount Device) ICs on the prototyping area. A
maximum of 24 pins can be integrated onto the SMD area.

Relay shield

o The Arduino digital I/O pins cannot bear the high current due to its voltage and current
limits. The relay shield is used to overcome such situation. It provides a solution for
controlling the devices carrying high current and voltage.
o The shield consists of four relays and four LED indicators.
o It also provides NO/NC interfaces and a shield form factor for the simple connection to the
Arduino board.
o The LED indicators depicts the ON/OFF condition of each relay.
o The relay used in the structure is of high quality.
o The NO (Normally Open), NC (Normally Closed), and COM pins are present on each
relay.
o The relay shield is shown below:
o The applications of the Relay shield include remote control, etc.

Motor shield

o The motor shield helps us to control the motor using the Arduino board.
o It controls the direction and working speed of the motor. We can power the motor shield
either by the external power supply through the input terminal or directly by the Arduino.
Page | 20
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

o We can also measure the absorption current of each motor with the help of the motor shield.
o The motor shield is based on the L298 chip that can drive a step motor or two DC motors.
L298 chip is a full bridge IC. It also consists of the heat sinker, which increases the
performance of the motor shield.
o It can drive inductive loads, such as solenoids, etc.
o The operating voltage is from 5V to 12V.

o The applications of the motor shield are intelligent vehicles, micro-robots, etc.

LCD shield

o The keypad of LCD (Liquid Crystal Display) shield includes five buttons called as up,
down, left, right, and select.
o There are 6 push buttons present on the shield that can be used as a custom menu control
panel.
o It consists of the 1602 white characters, which are displayed on the blue backlight LCD.
o The LED present on the board indicates the power ON.

o The five keys present on the board helps us to make the selection on menus and from board
to our project.
o The LCD shield is popularly designed for the classic boards such as Duemilanove, UNO,
etc.

Bluetooth shield

o The Bluetooth shield can be used as a wireless module for transparent serial
communication.
o It includes a serial Bluetooth module. D0 and D1 are the serial hardware ports in the
Bluetooth shield, which can be used to communicate with the two serial ports (from D0 to
D7) of the Arduino board.
o We can install Groves through the two serial ports of the Bluetooth shield called a Grove
connector. One Grove connector is digital, while the other is analog.

o The communication distance of the Bluetooth shield is upto 10m at home without any
obstacle in between.

Page | 21
CS3691-Embedded Systems and IOT Prepared by: E U Iniyan,AP/ECE

Capacitive Touchpad shield

o It has a touchpad interface that allows to integrate the Arduino board with the touch shield.
o The Capacitive touchpad shield consists of 12 sensitive touch buttons, which includes 3
electrode connections and 9 capacitive touch pads.

o The board can work with the logic level of 3.3V or 5V.
o We can establish a connection to the Arduino project by touching the shield.

Page | 22

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