Introduction
In this tutorial today we would like to how to create an Environment Data Monitoring Dashboard using the Maker Feather AIOT S3. As we know environmental data are crucial be it for personal, company or the government. The environment data is essential in providing insights into trends and changes in the environment over time, such as changes in temperature, humidity, and many more. Moreover, environmental data is critical for understanding the impact of climate change and developing strategies for adaption and mitigation.
The environmental data we want to monitor in this tutorial is the temperature, humidity, eCO2 and VOC level. These data will later be represented in a dashboard to have a better view(as shown in the figure below).
Hardware
For this tutorial, we would need the following hardware
1x Maker Feather AIOT S3
1x SHT40
1x SGP30
1x Grove to JST-SH(qwiic) Cable - 20cm
1x STEMMA QT / Qwiic JST SH 4-Pin Cable - 50mm Long
The connection between the hardware is very straightforward. The connection is made as per the figure shown below
Code
The code that is used in this tutorial is as shown below
Software
The software which we use to represent the environment data is Adafruit IO. Adafruit IO is an online platform and it is free to use. For details on how to create the dashboard is shown in the video.
Video