# Overview

This Raspberry Pi IoT will build an IoT system that monitors sensors using InfluxDB, MQTT, and Grafana. In other words, we will build a dashboard based on Grafana that visualizes the data acquired by sensors.

![](https://1856353139-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MClo3nC-1US0rbK8Qau%2F-MDQMnkjChf3-YDkbnmS%2F-MDQP-N58wP_I-dK1OLL%2Fiot-system.png?alt=media\&token=117c9706-6018-46ae-af25-03dea887780f)

* **Raspberry Pi** acts as a central server that runs InfluxDB, Mosquitto, and Grafana.
* **InfluxDb** is a time-series database.
* **MQTT** is a network protocol that transports messages between devices for example in this project, sensors, and InfluxDB.
* **Grafana** is an interactive data visualization web application.&#x20;
