Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Designing Production-Grade and Large-Scale IoT Solutions

You're reading from   Designing Production-Grade and Large-Scale IoT Solutions A comprehensive and practical guide to implementing end-to-end IoT solutions

Arrow left icon
Product type Paperback
Published in May 2022
Publisher Packt
ISBN-13 9781838829254
Length 412 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Mohamed Abdelaziz Alwan Mohamed Abdelaziz Alwan
Author Profile Icon Mohamed Abdelaziz Alwan
Mohamed Abdelaziz Alwan
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface 1. Section 1: Anatomy of IoT
2. Chapter 1: Introduction to the IoT – The Big Picture FREE CHAPTER 3. Chapter 2: The "I" in IoT – IoT Connectivity 4. Chapter 3: The "T" in IoT – Devices and Edge 5. Section 2: The IoT Backend (aka the IoT Cloud)
6. Chapter 4: Diving Deep into the IoT Backend (the IoT Cloud) 7. Chapter 5: Exploring IoT Platforms 8. Chapter 6: Understanding IoT Device Management 9. Chapter 7: In the End, It Is All about Data, Isn't it? 10. Section 3: IoT Application Architecture Paradigms and IoT Operational Excellence
11. Chapter 8: IoT Application Architecture Paradigms 12. Chapter 9: Operational Excellence Pillars for Production-Grade IoT Solutions 13. Chapter 10: Wrapping Up and Final Thoughts 14. Other Books You May Enjoy

An RTOS

Before we talk about an RTOS, let's talk briefly about embedded software in the next section.

Embedded software

Enterprise or traditional software applications are usually written in a high-level programming language (human-readable languages) such as C, C++, Java, and C#. Then, these high-level programming languages are converted into a low-level machine-readable language, or in short, they are converted into a series of 0s and 1s at the end. Computers understand only binary data (0s and 1s).

When it comes to embedded software that runs on a microcontroller, it is the same. You need IoT device application code to be converted into 0s and 1s, and then the microcontroller or the microprocessor of the microcontroller will load that program into the memory of the microcontroller and start executing it.

If you have played around with the Arduino microcontroller before, I am sure you realize how it is easy to write software that runs on it and interacts with different...

lock icon The rest of the chapter is locked
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.
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 $19.99/month. Cancel anytime
Banner background image