Iot Refers To The Connection of Everyday Objects To The Internet and To One Another
Iot Refers To The Connection of Everyday Objects To The Internet and To One Another
Smart locks,
Smart thermostats,
Smart cars etc.
What makes these smart?
These devices are all part of an emerging category
called the Internet of things.
IoTis a whole constellation of inanimate
object is designed with built in wireless
connectivity ,so that they can be
monitored,controlled and linked over the
internet via a mobile app.
This type of objects span a wide range of
categories from wearables to light bulbs to
home appliances like coffee maker,washing
machine and even car.
IoT is also being applied to medical and
health care industry and to transportation
systems.
Ex:Nest thermostat.
This wifi connected thermostat allows you to
remotely adjust the temperature via your mobile
device.
Nest will turn down the temperature before
going to bed at a set time.
Ex:2
Smartthings which is a company acquired by
samsung that offers various sensors and
smart home kits that can monitor things like
who is coming in and out of your house ,and
alert you when water leaks and so on.
The fitness tracker detects that when you
have fallen sleep it automatically turns off
your light and TV.
Web browsers use http protocols to
communicate with the servers.
Likewise IoT devices use specific protocls to
communicateover the internet to each other.
Most known protocols used in IoT are,
CoAP-Constrained Application Protocol.
artificialIntelligence,
connectivity,
sensors,
active management and
small device use.
The important hardware of IoT is sensors.
These devices includes,
Energy Modules
Power management modules
RF modules
Sensing modules.
RFModules manage communications through
their signal processing
Wifi,Zigbee,Bluetooth,
radio transceiver,
duplexer,and BAW.
The sensing module sensing through active
and passive measurement devices.
Ex:
Accelerometers---Temperature sensors
Gyroscopes---Image sensors
Acoustic sensors---Light sensors
Pressure sensors---gas RFID sensors
Humidity sensors---microflow sensors
Head—helmets,glasses
Neck—Jewellary,collars
Arm—watches,wristbands,rings
Feet—shocks,shoes
1.RFID—Radio Frequency identification
RFID technology employs 2 way radio transmitter to
track the objects.
2.NFC—near field communication
Communication protocols for electronic devices.
3.Low energy bluetooth
4.Low energy wireless
5.Radio protocols are,Zigbee,Z-wave,and Thread
Iot devices are prototyped using
microcontroller platforms such as Arduino,or
single board computers like the raspberry pi.
Communication between the micro controller
and the connected sensors and actuators.
The embedded programs are developed using
c,c++python and javascript.
Communications enables devices to
communicate with other devices ,and
applications and services that are running in
the cloud.
Ex:Mesh network are a highly scalable and
robust network topology design and are
frequently adopted within IoT.
Web and Mobile applications provide user
interfaces for interacting with and consuming
data from IoT devies.
Arduino Board
Raspberry Pi Board
The Raspberry Pi is a small board computer.
You plug it into a monitor and attach a keyboard and
mouse.
• What you will need ?
Hardware
A Raspberry Pi computer with an SD card
A monitor with a cable (and, if needed, an HDMI
adaptor)
A USB keyboard and mouse
A power supply
Headphones or speakers (optional)
An ethernet cable (optional)
Software
Raspbian, installed via NOOBS
consistsof both a physical programmable
circuit board (often referred to as
a microcontroller) and a piece of software,
or IDE (Integrated Development Environment)
that runs on your computer, used to write
and upload computer code to the physical
board.
The Arduino, is a microcontroller, which
means it excels at controlling small devices
like sensors, motors, and lights.
Arduino is best used for projects like building
a wake-up light, motion detector alarm, or
even a small robot.
The Raspberry Pi, isn’t a microcontroller, and
isn’t made for controlling sensors and other
things like that.
It’s an entire computer, with its own
operating system, and is intended to be used
as one
The Arduino’s power supply requirements are
very simple; you can plug it into your
computer or a battery pack, and it will start
running code immediately. If the power is
disconnected, it will stop; there’s no need to
run a shut-down process.
The Raspberry Pi, on the other hand,
because it has a more full-featured
computing system in place, should be shut
down like a regular computer, and can be
damaged by power cuts.
The Raspberry Pi comes ready to be
connected to the internet; it has a built-in
ethernet port.
The Arduino, on the other hand, doesn’t
have any built-in capability for connectivity.
If you want to connect it to the internet,
you’ll need to add an extra piece of
hardware that includes an ethernet port
The Arduino comes with 32 KB of onboard
storage, which is just enough to store the
code that provides instructions for its current
program. You can’t use this storage for apps,
videos, photos, or anything else.
The Raspberry Pi, on the other hand, doesn’t
come with any onboard storage, but it does
have a micro SD port, so you can add as
much storage as you’d like.
Thank you