For our first project of this book, we will be creating a mini weather station that will be based on… Read more
Category: Data processing and storage
Defining a problem – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
Throughout this book, you will encounter different kinds of problems that require you to understand your environment and make appropriate… Read more
Data processing and storage – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
Data processing and storage is a crucial part of working with data as part of the IoT. Once we have… Read more
Choosing between IoT hardware – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
Choosing optimal hardware for an IoT project is imperative, especially when it comes to creating industry-grade implementations. Related hardware and… Read more
Pulling your code from a repository – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
If your CLI is configured properly, you should be able to pull the code from the repository straight to your… Read more
Setting up your GitHub repository – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
GitHub is a code repository platform that is used for version control and collaboration on your code. With it, developers… Read more
Red LED Lighting Hello World exercise – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
To test the functionality of the ESP32 and to give you a taste of working with your new development kit,… Read more
Setting up your Arduino IDE environment – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
Your Arduino IDE environment is where you will be working with your code and uploading that code onto your ESP32…. Read more
Connectivity – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
The third pillar of IoT is connectivity, which is about the transmission of data and ensuring that all the pillars… Read more
IoT versus machine-to-machine – An Introduction to IoT Architecture, Hardware, and Real-Life Applications
Machine-to-machine (M2M) is based on the communication between two machines without the need for human intervention, which can be achieved… Read more