As shown in the following diagram, the implementation of the use case consists of three main elements:
Let us learn about the components in detail:
- Sensors and data gathering: The selection of sensors for data gathering depends on the assets and fault types. If we use a smartphone as the edge-computing device, its camera can be used for sensing and data gathering about road faults. On the contrary, if we use Raspberry Pi as the edge-computing device, we need to use an external camera, as there is no built-in camera within the Raspberry Pi. The preceding diagram shows the Raspberry Pi and camera used for the use case ...