Easily Build An Indoor Environment Sensor Device with Zio Modules
Posted byAswana,11/04/2019
Table of Contents1. IntroductionNowadays, people are more concern with the indoor quality in where they live as it is closely related to their health. The importance of having a better quality of life includes knowing that you have an improved living condition.
I too am very particular with the place that I am staying simply because I am easily prone to sickness. Most of the time it was due to the air quality condition.
Some offices might have their own Indoor Environment sensors installed to provide a better work environment for their employees. But how can I know that the building I am staying or even a room I am renting provides good living conditions?
Well, now you can! Just build your own Indoor Environment device that can monitor the indoor quality of your home’s environment with Zio Qwiic Indoor Environment Sensors Kit.
2. Overview2.1 Kit OverviewWe have compiled and resourced together our best sensors and modules that you need to easily start building your very own Indoor Environment Sensor device. With this kit, we even took the liberty to simplify your coding so all you need to do is just upload the code to your board and start monitoring your environment!
What’s included in the kit are qwiic sensors and modules that can help you build an Indoor Environment Sensor device for your home or office or science project for school!
This kit is also IOT compatible and can be easily configured so you can monitor your environment’s data on your desktop, tablet or smartphone device.
Zio Qwiic Sensors :
- Temperature & Humidity Sensor SHT31
- Barometric Pressure & Altitude BMP280
- Air Quality Sensor CCS811
- Light Sensor
- Loudness Sensor
- PM2.5 Sensor (PM1.0,PM2.5,PM10) with Adapter
Zio Qwiic Modules:
Other Components:
2.2 Project OverviewThis project will be utilising Zio modules to build an Indoor Environment Sensor device.
Zio is a new line of open sourced, compact, and grid layout boards, fully integrated for Arduino and Qwiic ecosystem. Designed ideally for wearables, robotics, small-space limitations or other on the go projects. Check out other awesome Zio products here.
The following tutorial can also be used to set up similar qwiic compatible modules and sensors.
Difficulty Level:
Zio Youngling
Helpful Resources
You should have a basic understanding of how to install Zio development boards. In this tutorial, we assume that your development board is already configured and is ready to be set up. If you haven’t configured your board yet check out our development boards Qwiic Start Guide tutorial below to get started:
If you need to learn more about individual modules and sensors configuration set up you can check out the following guides for your reference:
Modules:
Sensors:
- Zio Temperature & Humidity Sensor SHT31 Qwiic Start Guide
- Zio Barometric Pressure & Altitude BMP280 Qwiic Start Guide
- Zio Air Quality Sensor CCS811 Qwiic Start Guide
- Zio Light Sensor Qwiic Start Guide
- Zio Loudness Sensor Qwiic Start Guide
- Zio PM2.5 Sensor (PM1.0,PM2.5,PM10) with Adapter Qwiic Start Guide
4. Setup4.1 Zio Modules Setup
Setting up the kit is pretty straight forward. We need the following modules, sensors and components to properly set up the kit. Most of the modules and sensors are already included in the Indoor Environment Sensors kit. If you following this tutorial without purchasing the kit, you need the following items in order to start tinkering:
Zio Qwiic Modules :
Zio Qwiic Sensors:
Other components:
Following the schematics diagram, connect all the Zio modules and sensors together with qwiic cables.
Note: There is no particular order that you need to connect the modules and sensors together. However, for the simplicity of this tutorial, you can refer to the schematic diagram to position your sensors and modules set up.
4.2 Arduino IDE SetupBefore you can code your Indoor Environment Kit, you need to install the required libraries to your Arduino IDE. Download and install Arduino IDE to your computer if you haven’t already from the Arduino website.
Open Arduino IDE and connect your PsyFi32 Development board to your PC. You should have already configured your PsyFi32 to Arduino. If you haven't, check out this guide here.
Install the following libraries :
- Adafruit Sensor Library
- Adafruit BMP280 Library
- Adafruit TSL2561 Arduino Library
- Adafruit RTC Library
- Adafruit SHT31 Library
- Adafruit GFX Library
- Adafruit SSD1306 Library
- Sparkfun CCS811 Library
- Sparkfun Qwiic LED Stick Library
To install the libraries open your Arduino IDE, go to Sketch tab, select Include Library -> Add .Zip Library. Select the above libraries to be included on your IDE. Alternatively, the Arduino website has a handy guide on how to install libraries to your IDE. You can check out the post here.
5. Code5.1 Download project CodeOnce you have installed the required libraries, download the Indoor Environment Sensor Kit code from our Github page here.
5.2 Upload and Run CodeUnzip the file and upload and run your code.
Once you have successfully run your code, your device will be able to read the data needed to monitor and measure your environment.
Open the serial monitor of your IDE and you can see the data collected from your device.
Tips: Make it portable!
Unplug the USB cable from your PsyFi32 board and attach a battery to the LiPo Battery manager. You can now have a portable Indoor Environment Sensor device that you can carry around your home or office.
I made a makeshift case for my device out of a cardboard box so I can be able to monitor and read my environment data anywhere where my device is placed.
In the next segment of this tutorial, we will show you how to connect your Indoor Environment Sensors kit to the cloud using an online free and open source IOT platform.
Comments