IoT_Notes'
IoT_Notes'
1.1 Concepts and Definitions of The Internet of Things (IoT), History of IoT
Concepts and Definitions of IoT: IoT is about connecting everyday
objects like fans, lights, or even refrigerators to the internet. These
devices can send and receive data, making them "smart."
History of IoT: The idea of IoT started in the 1980s, but it became
popular after 2008 when more devices started getting internet
connections. Kevin Ashton coined the term "Internet of Things" in
1999.
3.1 Wireless Medium Access Issues, MAC Protocol Survey, Survey Routing
Protocols, Sensor Deployment & Node Discovery, Data Aggregation &
Dissemination
Wireless Medium Access Issues:
Wireless networks share a common medium (like air), so multiple
devices trying to communicate can cause interference and data loss.
Proper techniques are needed to avoid collisions and delays.
MAC Protocol Survey:
o MAC (Media Access Control) Protocols decide how devices
access the shared wireless medium.
o For example, TDMA assigns specific time slots to devices,
while CSMA checks if the channel is free before sending data.
Survey Routing Protocols:
Routing protocols decide the best path for data to travel from sensors
to the destination.
o Proactive Protocols: Maintain routes continuously (e.g.,
DSDV).
o Reactive Protocols: Find routes only when needed (e.g.,
AODV).
o Hybrid Protocols: Combine both methods.
Sensor Deployment & Node Discovery:
o Sensors must be placed efficiently to cover the required area
and avoid overlapping.
o Node Discovery: Ensures that each sensor in the network is
aware of its neighbors for smooth communication.
Data Aggregation & Dissemination:
o Data Aggregation: Combining data from multiple sensors to
reduce redundancy and save energy.
o Data Dissemination: Sending processed data to the central
system or users.
o GPIO.setmode(GPIO.BCM)
o GPIO.setup(18, GPIO.OUT)
o
5.3 E-Health
E-Health:
o IoT devices help monitor health remotely.
o Example: Fitness bands track heart rate and send data to
doctors for analysis.
o Applications:
Smart Wearables: Track health metrics like blood
pressure, sleep, etc.
Remote Monitoring: Doctors monitor patients'
conditions without hospital visits.