Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
23 views13 pages

Unit 3

iot unit 3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views13 pages

Unit 3

iot unit 3
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

BACnet Protocol in IoT

BACnet (Building Automation and Control Network) is a communication protocol designed


for building automation systems (BAS), enabling devices like HVAC, lighting, security, fire
detection, and energy management systems to communicate efficiently. It is widely used in
IoT-based smart buildings and industrial automation.

1. What is BACnet?
 Developed by ASHRAE (American Society of Heating, Refrigerating, and Air-
Conditioning Engineers).
 Standardized as ISO 16484-5.
 Allows interoperability between devices from different manufacturers.
 Supports both wired and wireless communication.

2. BACnet Architecture in IoT


BACnet is structured into different layers, similar to the OSI model, but optimized for building
automation systems.

🔹 BACnet Protocol Stack

BACnet operates on five key layers:

Layer Function
Application Handles data exchange between BACnet devices (e.g., temperature sensors,
Layer controllers).
Network Layer Manages device addressing and routing across networks.
Data Link Layer Defines MAC addresses and ensures secure transmission.
Uses various communication methods like Ethernet, Wi-Fi, MSTP, and
Physical Layer
Zigbee.

3. BACnet Device Types


There are different types of devices in a BACnet network, including:

1. BACnet Client – Initiates communication (e.g., control system interface).


2. BACnet Server – Responds to client requests (e.g., HVAC controller).
3. BACnet Gateway – Connects BACnet devices to IoT cloud platforms.
4. BACnet Router – Enables communication between different BACnet networks.

4. BACnet Network Types in IoT


BACnet supports multiple transport methods, allowing flexibility in IoT deployments:

Network Type Description


Uses Ethernet and Wi-Fi for high-speed
BACnet/IP
communication.
BACnet MSTP (Master-Slave/Token- Serial communication over RS-485 for wired
Passing) devices.
BACnet Zigbee (WSN) Wireless connectivity for low-power IoT devices.
BACnet over LoRaWAN Used for long-range IoT applications.

5. BACnet Communication Process


1. Device Discovery – BACnet devices identify each other on the network.
2. Data Exchange – Devices communicate using standard objects (temperature, humidity,
occupancy).
3. Event Notification – Sensors send alerts for abnormal conditions.
4. Data Logging – Historical data is stored for energy analytics and predictive maintenance.

6. BACnet vs Other IoT Protocols


Feature BACnet Modbus MQTT Zigbee
Building
Focus Industrial control IoT messaging Wireless IoT
automation
Communication IP, RS-485, Zigbee Serial, TCP/IP Publish-Subscribe Mesh network
Security Moderate Low High Moderate
Industrial IoT cloud Smart home
Best Use Case Smart buildings
automation integration IoT

7. Applications of BACnet in IoT


 Smart Buildings – Automated HVAC, lighting, security systems.
 Energy Management – Power usage monitoring, optimization.
 Industrial IoT (IIoT) – Factory climate control, equipment monitoring.
 Smart Hospitals – Automated ventilation, lighting, and security.

8. Future of BACnet in IoT


 Integration with AI for predictive maintenance.
 Cloud-based BACnet monitoring for remote control.
 Hybrid BACnet with MQTT for IoT scalability.
 Wireless BACnet adoption (Wi-Fi, Zigbee, LoRa).

Would you like a BACnet network diagram or a comparison with MQTT/Modbus? 🚀

Zigbee Architecture in IoT

Zigbee is a low-power, short-range wireless communication protocol based on the IEEE


802.15.4 standard. It is widely used in IoT applications such as smart homes, industrial
automation, healthcare, and smart cities due to its low energy consumption, mesh
networking capability, and scalability.

1. Zigbee Network Architecture


The Zigbee architecture consists of three main layers:

1. Application Layer
2. Network Layer
3. Physical & MAC Layer

Additionally, it includes different device types and network topologies.

2. Zigbee Device Types

Zigbee networks consist of three types of devices:

1️⃣ Zigbee Coordinator (ZC)

 The central controller of the Zigbee network.


 Responsible for network formation, address allocation, and security management.
 Each Zigbee network has only one Coordinator.
2️⃣ Zigbee Router (ZR)

 Extends the network range by forwarding data between devices.


 Helps in multi-hop communication for large networks.
 Can act as an intermediate device between the Coordinator and End Devices.

3️⃣ Zigbee End Device (ZED)

 Low-power, battery-operated devices.


 Communicates only with Coordinator or Router.
 Does not route data, making it more energy-efficient.
 Examples: Smart bulbs, motion sensors, temperature sensors, smart locks.

3. Zigbee Network Topologies

Zigbee supports three network structures:

1️⃣ Star Topology

 The Coordinator is the central hub, and all devices communicate directly with it.
 Pros: Simple, easy to manage.
 Cons: If the Coordinator fails, the network collapses.
 Use Case: Smart home automation with a central hub.

2️⃣ Mesh Topology

 Devices (Routers & End Devices) communicate with multiple nodes, creating a self-healing
network.
 Pros: High reliability, fault tolerance, extended range.
 Cons: More complex, requires more energy for routing.
 Use Case: Industrial IoT, smart cities, large-scale automation.

3️⃣ Tree (Cluster) Topology

 The Coordinator forms the root, Routers act as intermediate nodes, and End Devices connect to
Routers.
 Pros: Balanced structure, supports hierarchical communication.
 Cons: If a parent Router fails, child nodes lose connection.
 Use Case: Smart agriculture, factory automation.

4. Zigbee Protocol Stack (Layered Architecture)


Zigbee follows a layered architecture, ensuring efficient communication.

Layer Function

Provides user interfaces and controls. Handles device profiles and Zigbee
Application Layer (APL)
Cluster Library (ZCL).

Network Layer (NWK) Manages routing, addressing, security, and network topology.

MAC Layer (Medium Access


Controls access to the physical channel and manages collision avoidance.
Control)

Handles radio transmission and reception over 2.4 GHz (global), 915 MHz
Physical Layer (PHY)
(USA), 868 MHz (Europe).

5. Zigbee Communication Process

1. Device Discovery – A new device requests to join the network.


2. Network Joining – The Coordinator assigns a unique address.
3. Data Transmission – Devices communicate using mesh, tree, or star topology.
4. Security & Authentication – Data is encrypted for secure transmission.

6. Zigbee vs Other Wireless Protocols

Feature Zigbee Wi-Fi Bluetooth LoRa

Range 10–100m 30m 10m >10km

Power
Very Low High Low Low
Consumption

Data Rate 250 kbps >100 Mbps 1–3 Mbps 0.3–50 kbps

Topology Mesh, Star, Tree Star Star Star, Mesh

Smart homes, High-speed Wearables, audio Remote monitoring,


Best Use Case
industrial IoT internet streaming agriculture

7. Applications of Zigbee in IoT

 Smart Homes – Smart lights, thermostats, door locks, security systems.


 Industrial IoT (IIoT) – Factory automation, predictive maintenance.
 Healthcare – Wireless patient monitoring, medical sensors.
 Smart Cities – Traffic management, environmental monitoring.
 Agriculture – Soil moisture sensors, irrigation control.

8. Future Trends in Zigbee

 Integration with AI and Edge Computing for real-time automation.


 Zigbee 3.0 – Unified standard for better interoperability.
 Battery-free Zigbee devices using energy harvesting.
 Hybrid Zigbee & Wi-Fi systems for smart environments.

Would you like a detailed comparison with other IoT protocols or help choosing Zigbee for
your project? 🚀

An Energy Storage Module (ESM) in IoT (Internet of Things)

It refers to a system that stores and manages energy efficiently for IoT devices. Since
many IoT devices operate in remote locations or require uninterrupted power, energy storage
modules play a crucial role in ensuring reliability, sustainability, and long-term operation.

Key Aspects of Energy Storage in IoT


1. Types of Energy Storage for IoT

 Batteries
o Lithium-ion (Li-ion) – High energy density, long lifespan
o Lithium-polymer (LiPo) – Flexible form factors, lightweight
o Nickel-Metal Hydride (NiMH) – More eco-friendly than Ni-Cd, moderate
performance
o Solid-state batteries – Emerging technology with improved safety and lifespan
 Supercapacitors (Ultracapacitors)
o Fast charging/discharging
o Long cycle life
o Suitable for short-term energy buffering
 Energy Harvesting Storage
o Stores energy from solar, kinetic, thermal, RF signals
o Works well for ultra-low-power IoT devices (e.g., remote sensors)

2. Energy Storage Management in IoT

To extend device life and optimize performance, energy management systems (EMS) control
the flow of energy. Features include:
 Power regulation – Adjusts voltage and current for efficient operation
 Battery management systems (BMS) – Prevents overcharging, overheating, and over-
discharging
 Low-power modes – IoT devices use sleep/wake cycles to conserve energy
 Predictive analytics – AI-based optimization for energy consumption

3. Applications of Energy Storage Modules in IoT

 Smart Homes – Battery-backed smart locks, security cameras, and automation systems
 Industrial IoT (IIoT) – Sensor nodes in remote environments
 Wearable Devices – Smartwatches, fitness bands with small energy storage
 Agriculture – Remote weather and soil monitoring using solar-powered storage
 Healthcare – Wireless medical devices requiring continuous operation
 Smart Cities – Solar-powered streetlights, environmental sensors

4. Future Trends

 Solid-state batteries for longer lifespan and safety


 Hybrid energy storage combining batteries and supercapacitors
 AI-driven energy optimization for smart battery management
 Wireless charging for IoT devices in smart environments

Wireless Sensor Structure in IoT

A Wireless Sensor in IoT (Internet of Things) is a small, low-power device that collects,
processes, and transmits data to a central system or cloud platform. These sensors play a crucial
role in applications such as smart homes, industrial automation, healthcare, and environmental
monitoring.

1. Basic Structure of a Wireless Sensor in IoT


A typical Wireless Sensor Node (WSN) consists of four main components:

1.1. Sensing Unit

 Sensors – Detect physical or environmental parameters (e.g., temperature, humidity,


motion, pressure, gas, vibration).
 Analog-to-Digital Converter (ADC) – Converts sensor signals into digital format for
processing.

1.2. Processing Unit


 Microcontroller (MCU) / Microprocessor (MPU) – Processes data, manages power,
and controls communication.
 Memory (RAM/Flash) – Stores sensor readings and program instructions.

1.3. Communication Module

Handles wireless data transmission using various communication protocols:

 Wi-Fi (802.11) – High data rate, suitable for smart homes.


 Bluetooth / BLE – Low energy consumption, used in wearables.
 Zigbee / Z-Wave – Low power, mesh networking for smart homes & industrial IoT.
 LoRa (Long Range) / NB-IoT – Low-power, long-range communication for remote
sensors.
 RFID / NFC – Short-range communication for identification and tracking.

1.4. Power Supply & Energy Storage

 Battery (Li-ion, LiPo, solid-state, etc.) – Primary power source.


 Supercapacitor – For quick energy bursts and backup power.
 Energy Harvesting – Solar, vibration, thermal, or RF-based power for self-sustaining
sensors.

2. Working of a Wireless Sensor in IoT


1. Data Collection – The sensor detects environmental changes (e.g., temperature rise).
2. Data Processing – The microcontroller processes and filters raw data.
3. Data Transmission – The communication module sends data wirelessly to a gateway or
cloud.
4. Data Analysis & Action – The cloud or edge computing system analyzes the data and
triggers actions (e.g., alert notifications).

3. Applications of Wireless Sensors in IoT


 Smart Homes – Motion, temperature, and air quality sensors.
 Industrial IoT (IIoT) – Vibration and gas sensors for predictive maintenance.
 Healthcare – Wearable sensors for heart rate and glucose monitoring.
 Agriculture – Soil moisture and weather sensors for precision farming.
 Smart Cities – Air pollution, noise, and traffic sensors.
4. Future Trends in Wireless Sensor Technology

 AI-powered sensors for real-time analytics.


 Self-powered sensors using energy harvesting.
 5G-enabled sensors for ultra-fast data transmission.
 Edge computing integration for real-time decision-making.

Power Management Module in IoT

A Power Management Module (PMM) in IoT is responsible for efficiently managing energy
consumption, optimizing battery life, and ensuring reliable operation of IoT devices. Since many
IoT devices operate on limited power sources, such as batteries or energy harvesting, an efficient
power management system is critical.

1. Key Components of a Power Management Module (PMM)


A typical IoT Power Management Module consists of the following components:

1.1. Power Source

 Batteries (Li-ion, LiPo, Solid-state, Alkaline) – Primary energy storage.


 Supercapacitors – For fast charge/discharge cycles.
 Energy Harvesting Sources – Solar, RF, thermal, or kinetic energy.
 Wired Power Supply – AC/DC adapters for continuous power.

1.2. Power Conversion & Regulation

 DC-DC Converters – Step-up (boost) or step-down (buck) voltage regulation.


 Low Dropout Regulators (LDOs) – Efficient voltage regulation for stable operation.
 Charge Controllers – Manages charging of batteries from external sources.

1.3. Power Storage Management

 Battery Management System (BMS) – Prevents overcharging, overheating, and deep


discharge.
 Supercapacitor Management – Handles energy bursts efficiently.
 Energy Harvesting Controllers – Converts harvested energy into usable power.

1.4. Power Optimization & Monitoring

 Sleep/Wake Control – Turns off unnecessary components during inactivity.


 Dynamic Power Scaling – Adjusts power consumption based on workload.
 Current & Voltage Sensors – Monitors power consumption and health of components.
2. Power Optimization Strategies for IoT Devices
To extend battery life and improve efficiency, IoT devices implement:

2.1. Low-Power Communication Protocols

 Bluetooth Low Energy (BLE) – Used in wearables and small IoT sensors.
 Zigbee / Z-Wave – Energy-efficient mesh networking for smart home automation.
 LoRaWAN / NB-IoT – Low power, long-range communication for remote sensors.

2.2. Duty Cycling & Sleep Modes

 Deep Sleep Mode – Turns off most components when idle (e.g., ESP8266/ESP32
microcontrollers).
 Adaptive Power Scheduling – Optimizes sensor wake-up times.

2.3. Energy Harvesting for IoT

 Solar Power – Small solar panels for remote IoT nodes.


 RF Energy Harvesting – Converts ambient radio signals into power.
 Vibration & Thermal Energy – Used in industrial IoT applications.

3. Applications of Power Management in IoT


 Wearable Devices – Smartwatches, fitness bands with efficient battery usage.
 Smart Agriculture – Solar-powered IoT sensors for monitoring soil and weather.
 Industrial IoT (IIoT) – Predictive maintenance with low-power sensors.
 Smart Cities – Energy-efficient streetlights and air quality sensors.
 Healthcare IoT – Battery-operated wireless medical devices.

4. Future Trends in IoT Power Management


 AI-driven power optimization for intelligent energy management.
 Energy-efficient microcontrollers with ultra-low power consumption.
 Wireless charging for IoT sensors to eliminate battery dependency.
 Hybrid energy storage combining batteries and supercapacitors.

Sensing Module in IoT


A Sensing Module in IoT is responsible for collecting real-world data and converting it into
digital signals for processing and transmission. IoT systems rely on sensors to monitor physical,
environmental, and biological parameters, enabling automation, analytics, and decision-making.

1. Components of a Sensing Module


A typical IoT sensing module consists of the following parts:

1.1. Sensors

Sensors detect changes in the environment and convert them into electrical signals. They can be
categorized into:

a) Environmental Sensors

 Temperature Sensors – Measure ambient temperature (e.g., DHT11, DS18B20).


 Humidity Sensors – Detect moisture levels (e.g., DHT22, HIH-4000).
 Pressure Sensors – Measure atmospheric or liquid pressure (e.g., BMP180).
 Gas Sensors – Detect gases like CO₂, methane (e.g., MQ-135, MQ-7).

b) Motion & Position Sensors

 Accelerometers – Detect movement, vibration (e.g., ADXL345).


 Gyroscopes – Measure orientation and angular velocity (e.g., MPU6050).
 Magnetometers – Sense magnetic fields (e.g., HMC5883L).

c) Optical & Proximity Sensors

 Light Sensors – Measure light intensity (e.g., LDR, TSL2561).


 Infrared Sensors (IR) – Used for proximity detection (e.g., PIR, Sharp IR).
 Ultrasonic Sensors – Detect distance using sound waves (e.g., HC-SR04).

d) Bio-Sensors

 Heart Rate Sensors – Monitor pulse rate (e.g., MAX30100).


 Glucose Sensors – Track blood sugar levels.
 ECG Sensors – Measure electrical heart activity (e.g., AD8232).

e) Industrial & Smart City Sensors

 Vibration Sensors – Used for predictive maintenance in factories.


 Air Quality Sensors – Monitor pollution levels.
 Water Quality Sensors – Detect pH, turbidity in water.
1.2. Signal Conditioning Unit

 Converts weak sensor signals into readable data.


 Includes amplifiers, filters, ADC (Analog-to-Digital Converters).

1.3. Microcontroller / Processing Unit

 Processes sensor data before transmission.


 Examples: ESP32, Arduino, Raspberry Pi, STM32.

1.4. Communication Module

 Transmits data wirelessly to cloud or edge servers.


 Communication protocols: Wi-Fi, BLE, LoRa, Zigbee, NB-IoT.

1.5. Power Supply

 Battery, supercapacitor, or energy harvesting (solar, RF, kinetic).

2. Working of a Sensing Module in IoT


1. Data Sensing – The sensor detects a physical change.
2. Signal Processing – The signal is amplified, filtered, and converted.
3. Data Processing – The microcontroller processes the data.
4. Data Transmission – The processed data is sent to a cloud/gateway.
5. Data Analytics & Action – The system makes decisions based on the data.

3. Applications of Sensing Modules in IoT


 Smart Homes – Motion, temperature, and security sensors.
 Healthcare IoT – Wearable sensors for heart rate, glucose monitoring.
 Industrial IoT (IIoT) – Vibration, gas, and pressure sensors for predictive maintenance.
 Smart Agriculture – Soil moisture, weather sensors for crop management.
 Smart Cities – Air quality, noise level, and traffic monitoring sensors.

4. Future Trends in IoT Sensing Modules


 AI-powered sensors for real-time data analytics.
 Self-powered sensors using energy harvesting.
 Miniaturized sensors for wearable & biomedical applications.
 5G-enabled sensors for ultra-fast, real-time data transmission.

Would you like details on a specific sensor type or IoT sensor application? 🚀

You might also like