IoT devices, device, sensor, actuators Flashcards
What is a device?
is an embedded computer, which can be characterized as having several properties, such as;
- Computational capability: typically 8-, 16-, or 32-bit working memory and storage.
- Power supply: wired, battery, energy harvester, or hybrid.
- Sensors and/or actuators: used to sample an environmental variable and/or exert control (e.g., flicking a switch, tuning a motor).
- User Interface: display, buttons, or other functions for user interaction.
What is a gateway?
A device that mediates the communication between IoT devices and networks. It also enables protocol conversion between different devices and networks. A gateway typically includes multiple networking technologies and serves as a translator between different physical interfaces and protocols, e.g., IEEE 802.15.4 or IEEE 802.11, to Ethernet or cellular.
Sensor
Collects data. These are simple or complex devices that typically include a sensor that converts physical properties, such as temperature, into electrical signals. These devices include the necessary transformation of analog electrical signals into digital signals, e.g. processing for simple calculations and possibly communication functions to transmit the digital representation of the physical property and to receive commands. A video camera is another example of a complex sensor that can detect and recognize people. Devices that measure and record different types of data from their environment. Examples include temperature and motion sensors.
Definition of microcontroller
A microcontroller is a small computer on a single integrated circuit chip. It is designed to control other devices and systems, often in embedded applications such as sensors, household appliances or vehicles. E.g. the Arduino Nano.
Components of microcontroller
It contains one or more CPUs along with memory, clocks, and timers, programmable input/output peripherals (kan konfigueras för att hantera olika typer av data och signaler, analoga eller digitala).
The function of the microcontroller
Runs program code, enhances sensors signal, and sends commands to sensors and actuators.
Different types of IoT Applications
Consumer IoT: home applications, voice assistance and light fixtures.
Commercial IoT: mostly used in the healthcare and transport industries.
Military things (IoMT): mostly used for the application of IoT in the military field, e.g. for surveillance.
Industrial IoT (IIoT): used with industry applications, such as in the manufacturing and energy sectors.
Infrastructure IoT: used connectivity in smart cities. Infrastructure sensors and management systems, e.g., traffic, and energy consumption.
Basic microcontrollers
A simple microcontroller that handles basic tasks like controlling and monitoring sensors and communication. Low power applications, sleep and Idle power modes, simple application sensor, local comms. Apps: home-alarms/smart-meters, thermostats. Basic devices are often intended for a single purpose, such as measuring air pressure or closing a valve.
Advances microcontroller
A more complex microcontroller that handles advanced tasks such as real-time data processing, signal processing and security. Complex comm protocols LTE, local data management (edge computing cable), gateway functionality, memory ROM/flash and RAM, high power consumption, few low power modes, Apps: Car remote monitoring, Oil/gas pipe, robotics.
How do IoT devices work?
Different IoT devices have different functions, but they work in similar ways. They consist of physical devices containing processors (CPU), network adapters and embedded software (firmware). These devices connect to networks through protocols, such as DHCP (dynamic host configuration protocol), to automatically obtain network settings and communicate with other systems.
Describe IoT (Internet of Things)
A system in which common objects (e.g. sensors, devices and machines) are connected and can communicate and share data via networks, enabling remote monitoring and automation. Are things/objects such as physical objects equipped with sensors and electronics to sense and communicate with their environment, e.g. PPG sensors or cameras. The ability of devices to collect data from their environment through built-in sensors, such as temperature, light or movement.
Embedded software
Software embedded in sensors and other IoT devices to control data collection and communication.
What are the different dimensions of IoT?
- Sensor devices and parameters (temperature, humidity, respiratory, speed).
- Miniaturization of IoT devices.
- Sensor Data enhancement and communication.
- Data analytics and cybersecurity.
- Actuating correct actions.
Which layers are included in the IoT reference model developed by ITU-T standards?
Application layer, service and application support layer, network layer and the device layer. The layers have associated management and security capabilities.
What is the application layer in the IoT reference model?
The layer within the IoT architecture that provides applications used by end users for specific purposes, such as smart home apps or health monitoring systems.