Posts

Showing posts with the label CWISA

Understanding RSSI and LQI Metrics of IOT

Image
 In the rapidly increasing adaption of Internet of Things (IoT), understanding  the basics network performance metrics is crucial for building reliable and efficient systems. Two fundamental metrics that play a n important role in the IOT Device communication are the Received Signal Strength Indicator (RSSI) and Link Quality Indication (LQI). Let's dive deep into what these metrics mean and why they matter for IoT implementations. Received Signal Strength Indicator (RSSI) RSSI serves as a fundamental measurement of RF power received by a wireless device. What makes RSSI particularly interesting is that it measures all RF power in a channel, regardless of the source. This means it captures: Signals from IEEE802.15.4 transmitters Interference from Bluetooth devices WiFi signals Background radiations This comprehensive measurement makes RSSI an essential tool for Clear Channel Assessment (CCA), helping devices determine if a channel is free befo...

Understanding the ZigBee Device Join Call-Flow

Image
 The ZigBee device onboarding process represents a critical workflow in IoT device management, facilitating secure and reliable connection establishment between end devices and the network infrastructure. This document outlines the systematic approach to ZigBee device onboarding:  Lets understand the Key Component of an IOT infrastructure:  End Node/End Device Represents any ZigBee-compliant IoT device, sensor, or actuator Includes various device types such as: Smart lighting systems Security devices (door locks) Environmental sensors Access Point (AP)/Gateway Comprises an embedded IoT chipset integrated into the AP Alternatively implemented as a USB module Co-ordinator (IoT Controller) Implemented as Ruckus IoT Control Manages device onboarding operations Co-ordinates MQTT traffic flow between the End notes and 3rd Party Integrations IOT Device Onboarding Process Flow Phase 1: Discovery Initiation Device Discovery State Activation Implementation varies ...