Unit 1-Esiot
Unit 1-Esiot
History
SOFTWARE PROGRAM
#include <16f876a.h>
#use delay (clock=20000000)
#byte PORTB=6
HARDWARE main()
{
set_tris_b(0);
portb=255; //decimal
delay_ms(1000);
portb=0x55; //hexadecimal
delay_ms(1000);
portb=0b10101010; //binary
[email protected] delay_ms(500); 6
6-7-2021 }
6-7-2021
COMPUTER HARDWARE
A Microprocessor
A Large Memory
(Primary and Secondary)
(RAM, ROM and caches)
Input Units
(Keyboard, Mouse, Scanner, etc.)
Output Units
(Monitor, printer, etc.)
Networking Units
(Ethernet Card, Drivers, etc.)
I/O Units
(Modem, Fax cum Modem, etc.)
6-7-2021 7
[email protected]
COMPONENTS OF EMBEDDED SYSTEM
• It has Hardware
Processor, Timers, Interrupt controller, I/O Devices, Memories, Ports,
etc.
6-7-2021 [email protected] 8
EMBEDDED SYSTEM HARDWARE
6-7-2021 9
[email protected]
EMBEDDED SYSTEM CONSTRAINTS
An embedded system is software designed to keep
in view three constraints:
6-7-2021 [email protected] 10
What makes embedded systems different?
• Real-time operation
• size
• cost
• time
• reliability
• safety
• energy
• security
6-7-2021 [email protected] 11
CLASSIFICATIONS OF EMBEDDED SYSTEM
9-7-2021 [email protected] 13
What is IoT?
The Internet of Things (IoT) is the network of
physical objects or "things"embedded with
electronics, sensors, and
software,
connectivity, which enables
network
these objects to
collect and exchange data.
9-7-2021 [email protected] 14
A “Thing” in the context of the Internet of
things (IoT), is an entity or physical object that has a
Unique
identifier, an embedded system and ability to
the transfer data over a network.
• Heart monitoring implants
• Biochip transponders on farm animals
• Automobiles with built-in sensors
• DNA analysis devices & Other Wearbles
etc. devices collect useful data with the help of
These
various existing technologies and then autonomously
flow the data between other devices.
9-7-2021 [email protected] 15
.
History of IoT
9-7-2021 [email protected] 16
How IoT Works?
The Internet of Things (IoT), also sometimes referred to as the Internet
of Everything (IoE), consists of all the web-enabled devices that
collect, send and act on data they acquire from their surrounding
environments using embedded sensors, processors and
communication hardware. These devices, often called "connected" or
"smart" devices, can sometimes talk to other related devices, a process
called machine-to-machine (M2M) communication, and act on the
information they get from one another. Humans can interact with the
gadgets to set them up, give them instructions or access the data, but
the devices do most of the work on their own without human
intervention. Their existence has been made possible by all the tiny
mobile components that are available these days, as well as the always-
online nature of our home and business networks.
9-7-2021 [email protected] 17
How IoT Works?
[email protected] 13
Components of IOT
9-7-2021 [email protected] 18
9-7-2021 [email protected] 20
9-7-2021 [email protected] 21
9-7-2021 [email protected] 22
23
9-7-2021 [email protected]
9-7-2021 [email protected] 24
The Structure of IoT
The IoT can be viewed as a gigantic network
consisting of networks of devices and
connected throughcomputers
a series of intermediate technologies
where numerous technologies like RFIDs, wireless
connections may act as enablers of this connectivity.
46