In this section, we are going to build a sample application using the Kaa IoT stack.
Designing a sample application
Solution
The solution we are going to build will be similar to the one from Chapter 3, Getting Started with IoT Platforms. We are going to connect a DHT11 sensor to the Raspberry Pi 3 and then transmit the data over to the Kaa IoT platform. Then we'll take that data and pass it on to ThingsBoard to build a visualization. In the next section, we are going to look at the overall architecture of the solution.
Architecture
The following diagram explains...