Reader small image

You're reading from  Internet of Things from Scratch

Product typeBook
Published inFeb 2024
PublisherPackt
ISBN-139781837638543
Edition1st Edition
Right arrow
Author (1)
Renaldi Gondosubroto
Renaldi Gondosubroto
author image
Renaldi Gondosubroto

Renaldi Gondosubroto is an accomplished software engineer and developer advocate in the tech community. With a wealth of experience in developing proprietary and open-source solutions, he has made significant contributions to numerous organizations and communities. Currently, he holds all 12 AWS certifications, along with 20 Microsoft Azure certifications. He has a Bachelor of Science in Computing and Software Systems from the University of Melbourne and a Master of Science in Computer Science from Columbia University. Outside of the industry, he is active in the academic community, with his research focused on IoT and Artificial Intelligence. Having spoken at over 40 events, conferences, and workshops, he has been an international speaker for the past six years, sharing his experiences and projects. He aims to build open-source solutions and deliver content that can help people achieve more value in what they do and promote best practices for practitioners.
Read more about Renaldi Gondosubroto

Right arrow

Preface

Greetings, fellow tech enthusiast! The Internet of Things (IoT) is rapidly reshaping the way we perceive and interact with our environment. From the convenience of our homes to the hustle of modern industries, the convergence of the physical and digital is bringing forth innovations that seemed futuristic not so long ago. This book is your comprehensive guide to navigating this dynamic landscape, broken down into four pivotal sections.

In Part One, we embark on an introductory journey, covering the foundational aspects of IoT. We explore the core architecture and real-life applications, delve deep into designing IoT networks, and study communication and connectivity technologies.

Part Two thrusts us into the world of smart environments. Here, we dissect wireless sensor networks, the marvels of edge computing, cloud-integrated IoT solutions, and the quintessential aspect of system interoperability.

In Part Three, the spotlight turns to the operational heart of IoT. From the meticulous nuances of monitoring IoT networks to harnessing data analytics, ensuring robust security and privacy, and pushing the boundaries with open source IoT, this section prepares you for the challenges and solutions to maintain and safeguard IoT networks.

Finally, Part Four catapults us toward the future, discussing the role of IoT in the digital transformation of Industry 4.0 and the intricacies of architecting complex IoT environments, and offering a contemplative look into what the future holds.

Drawing from my extensive experience, including innovative projects such as the GReS Envimo and the wireless, image machine-learning remote-controlled car, as well as insights from industry stalwarts, this book is packed with practical knowledge. It combines my hands-on projects with insights from current IoT deployments in the industry.

Who this book is for

This book caters to a broad spectrum, from beginner-level electronics engineers to seasoned IoT developers eager to deepen their insights. If you’re an embedded systems engineer, student, cloud enthusiast, or application developer aspiring to foray into the world of industry-based IoT applications, you’re in for a treat. While no prior knowledge of IoT is necessary, a basic familiarity with one or two programming languages will be advantageous. Throughout these pages, you’ll gain the knowledge, tools, and confidence to innovate and lead in the IoT domain. Dive in and let the journey begin!

What this book covers

Chapter 1, An Introduction to IoT Architecture, Hardware, and Real-Life Applications, introduces you to the big picture of IoT, discussing everyday use cases of it and the mindset that is needed to grasp the topics fully and effectively in the book.

Chapter 2, Understanding and Designing IoT Networks, discusses the common network technologies that have been used to deploy IoT networks, including 3G, 4G, LoRa, and WAN, and how to optimize network architecture based on them.

Chapter 3, Integrating Application Protocols, discusses the common application protocols for IoT, such as HTTP, MQTT, and CoAP, while exploring the benefits of each one, choosing between them, and integrating them into our network design based on the use case.

Chapter 4, Examining Communication and Connectivity Technologies, discusses common communication protocols and technologies for short- and long-range networks, while exploring the considerations of using each one depending on the needs of the user and how each network serves as a base guideline for them.

Chapter 5, Realizing Wireless Sensor Networks within Smart Spaces, introduces you to sensors, exploring how they fit within the architecture of wireless sensor network setups and how choosing the appropriate ones is done for specific contexts to monitor the system, physical, or environmental conditions.

Chapter 6, Creating Applications on the Edge, introduces building on edge network architecture and the theory related to how data travels within a network, as well as factors relevant to latency and costs, such as volume, traffic, and the distance that is traveled.

Chapter 7, Working with Cloud Computing to Power IoT Solutions, introduces you to a high-level overview of the capabilities of cloud computing to build your IoT network – in this case, utilizing AWS as the main cloud provider.

Chapter 8, Designing for Interoperability, discusses how interoperability has been an issue for some time in many IoT networks and explores the considerations of how interoperable design can be done efficiently, ensuring as many smart devices can interact with one another, thus furthering the concept of the smart home.

Chapter 9, Operating and Monitoring IoT Networks, discusses how IoT systems and networks are operated and maintained once put in place, and it looks at the tools that are used both on-premises and in the cloud as part of this.

Chapter 10, Working with Data and Analytics, discusses the analytics tools that can be used as part of managing current IoT network deployments and extracting data from them, such as Amazon CloudWatch. The chapter also explores how queries can also be built and set up to be run smartly, allowing you to analyze data on the go automatically instead of having to rely on manual analysis to do so.

Chapter 11, Examining Security and Privacy in IoT, discusses the security landscape for IoT, the currently emerging threats that many users will need to consider within the landscape, the privacy concerns for IoT, and how to build around these challenges to stay compliant with regulations.

Chapter 12, Exploring and Innovating with Open Source IoT, introduces open source work that has been done with the IoT and recommends work that you can build on for your own projects.

Chapter 13, Developing IoT Solutions for Digital Transformation within Industry 4.0, discusses how IoT can be brought into organizations that are not familiar with the concept and how to build around a smart ecosystem within the workplace as part of Industry 4.0, leveraging frameworks and standards from best practices within the industry.

Chapter 14, Architecting Complex, Holistic IoT Environments, looks at more complex IoT environments and the considerations that go into architecting and building them, allowing you to explore the threats and risks within such environments. The chapter also explores how factors such as multi-cloud deployments based on hybrid models can create many attack surfaces that have to be considered.

Chapter 15, Looking Ahead into the Future of IoT, discusses the future of IoT five years from now and how sustainable it can be, analyzing trends that have been popular so far and the challenges that come along with them, alongside the author’s own perspectives on the do’s and don’ts, based on best practices.

To get the most out of this book

No prior knowledge is assumed of this book, but familiarity with one or two programming languages will help you get through more of the practical exercises in this book faster.

Software/hardware covered in the book

Operating system requirements

Amazon Web Services (AWS)

Windows, macOS, or Linux

Raspberry Pi 3

Linux

Arduino

Windows, macOS, or Linux

If you are using the digital version of this book, we advise you to type the code yourself or access the code from the book’s GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

Download the example code files

You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/IoT-Made-Easy-for-Beginners. If there’s an update to the code, it will be updated in the GitHub repository.

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “The payload[length] = '\0'; line adds a null character (0) at the end of the payload data to indicate the end of the string.”

A block of code is set as follows:

const byte led_gpio = 32;
void setup() {
     pinMode(led_gpio, OUTPUT);
}

Any command-line input or output is written as follows:

$ git config –global user.name "{firstname} {lastname}"

Bold: Indicates a new term, an important word, or words that you see on screen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “You should see the Status change to Connected. Click on the Raw data tab; you can see the data with the latest data model uploaded from the device.”

Tips or important notes

Appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, email us at customercare@packtpub.com and mention the book title in the subject of your message.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata and fill in the form.

Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Share Your Thoughts

Once you’ve read Internet of Things from Scratch, we’d love to hear your thoughts! Please click here to go straight to the Amazon review page for this book and share your feedback.

Your review is important to us and the tech community and will help us make sure we’re delivering excellent quality content.

Download a free PDF copy of this book

Thanks for purchasing this book!

Do you like to read on the go but are unable to carry your print books everywhere?

Is your eBook purchase not compatible with the device of your choice?

Don’t worry, now with every Packt book you get a DRM-free PDF version of that book at no cost.

Read anywhere, any place, on any device. Search, copy, and paste code from your favorite technical books directly into your application.

The perks don’t stop there, you can get exclusive access to discounts, newsletters, and great free content in your inbox daily

Follow these simple steps to get the benefits:

  1. Scan the QR code or visit the link below

https://packt.link/free-ebook/9781837638543

  1. Submit your proof of purchase
  2. That’s it! We’ll send your free PDF and other benefits to your email directly
lock icon
The rest of the chapter is locked
You have been reading a chapter from
Internet of Things from Scratch
Published in: Feb 2024Publisher: PacktISBN-13: 9781837638543
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
undefined
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime

Author (1)

author image
Renaldi Gondosubroto

Renaldi Gondosubroto is an accomplished software engineer and developer advocate in the tech community. With a wealth of experience in developing proprietary and open-source solutions, he has made significant contributions to numerous organizations and communities. Currently, he holds all 12 AWS certifications, along with 20 Microsoft Azure certifications. He has a Bachelor of Science in Computing and Software Systems from the University of Melbourne and a Master of Science in Computer Science from Columbia University. Outside of the industry, he is active in the academic community, with his research focused on IoT and Artificial Intelligence. Having spoken at over 40 events, conferences, and workshops, he has been an international speaker for the past six years, sharing his experiences and projects. He aims to build open-source solutions and deliver content that can help people achieve more value in what they do and promote best practices for practitioners.
Read more about Renaldi Gondosubroto