Getting the software requirements– Creating Applications on the Edge

To run the code needed for the practical, if you are running under the Windows environment, we need to install several programs, as follows: Python 3: Download it from https://www.python.org/ftp/python/3.9.9/python-3.9.9-amd64.exe. ... Read MoreRead More

0 Comments

TensorFlow– Creating Applications on the Edge

TensorFlow is an open source software (OSS) library and platform for machine learning (ML) and deep learning (DL) that was developed by the Google Brain team. It is very popularly ... Read MoreRead More

0 Comments

Models of delivery – Realizing Wireless Sensor Networks within Smart Spaces

The second factor of evaluating networks is understanding how the data delivery process is modeled and how the interactions between the components within the nodes would affect how protocols are ... Read MoreRead More

0 Comments

Design considerations – Realizing Wireless Sensor Networks within Smart Spaces

When considering the design of your WSN, there are several factors to take into account. Three of these are the connectivity that you will have at the location, the priority ... Read MoreRead More

0 Comments

Multi-hop flat routing – Realizing Wireless Sensor Networks within Smart Spaces

Within multi-hop flat routing, all nodes in the network are organized into a single-layer structure, where data is then transmitted from the source node to the destination node by forwarding ... Read MoreRead More

0 Comments

Resources within sensors – Realizing Wireless Sensor Networks within Smart Spaces

Nodes may differ based on the availability of resources that are provided by the computer. Memory and the conditions of how the processing is done would affect the implementation of ... Read MoreRead More

0 Comments

Choosing between different sensor technologies – Realizing Wireless Sensor Networks within Smart Spaces

Choosing from the numerous existing sensor technologies to build the networks we have in mind can be quite a daunting task. In this section, we will show you how to ... Read MoreRead More

0 Comments

Technical requirements – Realizing Wireless Sensor Networks within Smart Spaces

Wireless sensor networks (WSNs) consist of small, low-powered devices equipped with sensors, microcontrollers, and wireless communication capabilities. They consist of tiny sensor nodes that can communicate with each other and ... Read MoreRead More

0 Comments

Practical scenario – working with multiple communication protocols with ESP32 – Examining Communication and Connectivity Technologies-2

You may press the RST button on the ESP32 microcontroller (the button other than the EN button) to force the ESP32 microcontroller to reboot so that you can see all ... Read MoreRead More

0 Comments

Mesh networking – Examining Communication and Connectivity Technologies

Mesh networking is a network structure based on the mesh topology that we discussed in Chapter 2, Understanding and Designing IoT Networks where each device on the network acts as ... Read MoreRead More

0 Comments